From 6d1665cc91698e958a8d57cfea82cab2abd16bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 4 Apr 2012 14:41:22 +0200 Subject: [PATCH] gst: Update versioning --- ext/opus/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/opus/Makefile.am b/ext/opus/Makefile.am index 48a7eade40..13ae8a2f03 100644 --- a/ext/opus/Makefile.am +++ b/ext/opus/Makefile.am @@ -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)