summaryrefslogtreecommitdiffstats
path: root/ext/schroedinger
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 /ext/schroedinger
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 'ext/schroedinger')
-rw-r--r--ext/schroedinger/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/schroedinger/Makefile.am b/ext/schroedinger/Makefile.am
index 23869243..6a895c51 100644
--- a/ext/schroedinger/Makefile.am
+++ b/ext/schroedinger/Makefile.am
@@ -14,6 +14,7 @@ libgstschro_la_CFLAGS = \
$(GST_CFLAGS) \
$(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
+ -DGST_USE_UNSTABLE_API \
$(SCHRO_CFLAGS)
libgstschro_la_LIBADD = \
$(GST_LIBS) \