summaryrefslogtreecommitdiff
path: root/ext/speex
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-04 14:33:23 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-04 14:37:47 +0200
commit5cdd49bf25ae8ef45fd9c95dea95363be033e703 (patch)
treef8f37f82477b3d908abb1b318921df27b6c8a5f9 /ext/speex
parentbca1463a666bfc149a5fa2cf2acaa480f15b906a (diff)
gst: Update versioning
Diffstat (limited to 'ext/speex')
-rw-r--r--ext/speex/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/speex/Makefile.am b/ext/speex/Makefile.am
index fe5523796..878e3e961 100644
--- a/ext/speex/Makefile.am
+++ b/ext/speex/Makefile.am
@@ -8,7 +8,7 @@ libgstspeex_la_CFLAGS = -DGST_USE_UNSTABLE_API \
$(SPEEX_CFLAGS)
libgstspeex_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) \
- -lgsttag-$(GST_MAJORMINOR) -lgstaudio-$(GST_MAJORMINOR) \
+ -lgsttag-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION) \
$(GST_BASE_LIBS) \
$(GST_LIBS) \
$(SPEEX_LIBS)