summaryrefslogtreecommitdiff
path: root/ext/vp8
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-04 14:41:22 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-04 14:44:34 +0200
commit1318a97e0ac9e11e6cea726cf08d1701c23eb9ae (patch)
treea35fe4fb2dc6299c42c90df6c4c0288381a0aa56 /ext/vp8
parent4c0b7fd03b9ca24d0aff6a68519e382b80d2a196 (diff)
downloadgstreamer-plugins-bad-1318a97e0ac9e11e6cea726cf08d1701c23eb9ae.tar.gz
gst: Update versioning
Diffstat (limited to 'ext/vp8')
-rw-r--r--ext/vp8/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/vp8/Makefile.am b/ext/vp8/Makefile.am
index 312966c6a..5985b0bbe 100644
--- a/ext/vp8/Makefile.am
+++ b/ext/vp8/Makefile.am
@@ -14,8 +14,8 @@ libgstvp8_la_CFLAGS = \
$(GST_CFLAGS) \
-DGST_USE_UNSTABLE_API
libgstvp8_la_LIBADD = \
- $(top_builddir)/gst-libs/gst/video/libgstbasevideo-@GST_MAJORMINOR@.la \
- $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ -lgstvideo-@GST_MAJORMINOR@ \
+ $(top_builddir)/gst-libs/gst/video/libgstbasevideo-@GST_API_VERSION@.la \
+ $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_API_VERSION@ -lgstvideo-@GST_API_VERSION@ \
$(GST_BASE_LIBS) $(GST_LIBS) $(VPX_LIBS)
libgstvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstvp8_la_LIBTOOLFLAGS = --tag=disable-static
@@ -25,7 +25,7 @@ noinst_HEADERS = \
gstvp8enc.h \
gstvp8utils.h
-presetdir = $(datadir)/gstreamer-$(GST_MAJORMINOR)/presets
+presetdir = $(datadir)/gstreamer-$(GST_API_VERSION)/presets
preset_DATA = GstVP8Enc.prs
EXTRA_DIST = $(preset_DATA)