summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/video/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-03 16:08:38 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-03 16:08:38 +0100
commit6a763f6a471e9fbbd86358b0175498a6af78666e (patch)
treeba87c13ee15488a5fe995614775908acd6946de5 /gst-libs/gst/video/Makefile.am
parent2e6de387ac4c1a4db433f3340ef19e00edc35b64 (diff)
downloadgst-plugins-bad-6a763f6a471e9fbbd86358b0175498a6af78666e.tar.gz
gst-plugins-bad-6a763f6a471e9fbbd86358b0175498a6af78666e.tar.bz2
gst-plugins-bad-6a763f6a471e9fbbd86358b0175498a6af78666e.zip
basevideo, schroedinger: guard unstable API with GST_USE_UNSTABLE_API
Add some guards and fat warnings to the header files with still unstable API, so people who just look at the installed headers know that it actually is unstable API.
Diffstat (limited to 'gst-libs/gst/video/Makefile.am')
-rw-r--r--gst-libs/gst/video/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am
index 2b7263b2..6836a058 100644
--- a/gst-libs/gst/video/Makefile.am
+++ b/gst-libs/gst/video/Makefile.am
@@ -18,7 +18,7 @@ libgstbasevideo_@GST_MAJORMINOR@include_HEADERS = \
gstbasevideoencoder.h \
gstbasevideoparse.h
-libgstbasevideo_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
+libgstbasevideo_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -DGST_USE_UNSTABLE_API
libgstbasevideo_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
libgstbasevideo_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)