summaryrefslogtreecommitdiff
path: root/ext/libcaca
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/libcaca
parentbca1463a666bfc149a5fa2cf2acaa480f15b906a (diff)
downloadgstreamer-plugins-good-5cdd49bf25ae8ef45fd9c95dea95363be033e703.tar.gz
gst: Update versioning
Diffstat (limited to 'ext/libcaca')
-rw-r--r--ext/libcaca/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libcaca/Makefile.am b/ext/libcaca/Makefile.am
index 9443f8441..b96765b14 100644
--- a/ext/libcaca/Makefile.am
+++ b/ext/libcaca/Makefile.am
@@ -7,7 +7,7 @@ libgstcacasink_la_CFLAGS = \
$(GST_CFLAGS) \
$(LIBCACA_CFLAGS)
libgstcacasink_la_LIBADD = \
- -lgstvideo-$(GST_MAJORMINOR) \
+ -lgstvideo-$(GST_API_VERSION) \
$(GST_BASE_LIBS) \
$(GST_LIBS) \
$(LIBCACA_LIBS)