summaryrefslogtreecommitdiff
path: root/gst/cutter
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 /gst/cutter
parentbca1463a666bfc149a5fa2cf2acaa480f15b906a (diff)
gst: Update versioning
Diffstat (limited to 'gst/cutter')
-rw-r--r--gst/cutter/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/cutter/Makefile.am b/gst/cutter/Makefile.am
index 7524a0e2e..9d506af9a 100644
--- a/gst/cutter/Makefile.am
+++ b/gst/cutter/Makefile.am
@@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstcutter.la
libgstcutter_la_SOURCES = gstcutter.c
libgstcutter_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
-libgstcutter_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(LIBM)
+libgstcutter_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) $(GST_BASE_LIBS) $(LIBM)
libgstcutter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstcutter_la_LIBTOOLFLAGS = --tag=disable-static