diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-04 14:33:23 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-04 14:37:47 +0200 |
commit | 5cdd49bf25ae8ef45fd9c95dea95363be033e703 (patch) | |
tree | f8f37f82477b3d908abb1b318921df27b6c8a5f9 /ext/speex | |
parent | bca1463a666bfc149a5fa2cf2acaa480f15b906a (diff) |
gst: Update versioning
Diffstat (limited to 'ext/speex')
-rw-r--r-- | ext/speex/Makefile.am | 2 |
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) |