From: Tim-Philipp Müller Date: Mon, 17 Sep 2012 15:57:30 +0000 (+0100) Subject: Remove -DGST_USE_UNSTABLE_API X-Git-Tag: 1.16.2~901^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9cc1909d0cd8ada27266bcb2d48fb45def95cd3;p=platform%2Fupstream%2Fgst-plugins-good.git Remove -DGST_USE_UNSTABLE_API --- diff --git a/ext/lame/Makefile.am b/ext/lame/Makefile.am index d3a70c3..7cacf2a 100644 --- a/ext/lame/Makefile.am +++ b/ext/lame/Makefile.am @@ -1,7 +1,7 @@ plugin_LTLIBRARIES = libgstlame.la libgstlame_la_SOURCES = gstlamemp3enc.c plugin.c -libgstlame_la_CFLAGS = -DGST_USE_UNSTABLE_API \ +libgstlame_la_CFLAGS = \ $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LAME_CFLAGS) libgstlame_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \ $(GST_BASE_LIBS) $(GST_LIBS) $(LAME_LIBS)