From: Tim-Philipp Müller Date: Fri, 3 Jul 2009 15:08:38 +0000 (+0100) Subject: [MOVED FROM BAD 046/134] basevideo, vp8: guard unstable API with GST_USE_UNSTABLE_API X-Git-Tag: RELEASE-0.11.99~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86db42382820231574045693a7d444d3d5b60447;p=platform%2Fupstream%2Fgst-plugins-good.git [MOVED FROM BAD 046/134] basevideo, vp8: 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. Merging previous commit into current codebase. --- diff --git a/ext/vp8/Makefile.am b/ext/vp8/Makefile.am index ca9c7a1..cd58e28 100644 --- a/ext/vp8/Makefile.am +++ b/ext/vp8/Makefile.am @@ -11,7 +11,8 @@ libgstvp8_la_CFLAGS = \ $(GST_PLUGINS_BAD_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) \ $(GST_BASE_CFLAGS) \ - $(GST_CFLAGS) + $(GST_CFLAGS) \ + -DGST_USE_UNSTABLE_API libgstvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstvp8_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) libgstvp8_la_LIBADD += $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ -lgstvideo-@GST_MAJORMINOR@