gst: Update versioning
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 4 Apr 2012 12:41:22 +0000 (14:41 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 4 Apr 2012 12:44:34 +0000 (14:44 +0200)
ext/opus/Makefile.am

index 48a7ead..13ae8a2 100644 (file)
@@ -8,8 +8,8 @@ libgstopus_la_CFLAGS = \
        $(GST_CFLAGS) \
        $(OPUS_CFLAGS)
 libgstopus_la_LIBADD = \
-       $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) \
-       -lgsttag-$(GST_MAJORMINOR) -lgstrtp-$(GST_MAJORMINOR) \
+       $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
+       -lgsttag-$(GST_API_VERSION) -lgstrtp-$(GST_API_VERSION) \
        $(GST_BASE_LIBS) \
        $(GST_LIBS) \
        $(OPUS_LIBS)