aboutsummaryrefslogtreecommitdiff
path: root/ext/amrnb/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-09-18 10:10:42 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-09-18 10:10:42 +0200
commit47020863961a82215566a7879057ff8d1a2b1bbe (patch)
tree2967c885e88a6583123e980622d5223101835cbf /ext/amrnb/Makefile.am
parenta60e713f58609144379f0ad770ac7cb78352a996 (diff)
Imported Upstream version 0.11.99upstream/0.11.99
Diffstat (limited to 'ext/amrnb/Makefile.am')
-rw-r--r--ext/amrnb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/amrnb/Makefile.am b/ext/amrnb/Makefile.am
index 9379396..6c7edfb 100644
--- a/ext/amrnb/Makefile.am
+++ b/ext/amrnb/Makefile.am
@@ -5,7 +5,7 @@ libgstamrnb_la_SOURCES = \
amrnbdec.c \
amrnbenc.c
-libgstamrnb_la_CFLAGS = -DGST_USE_UNSTABLE_API $(GST_PLUGINS_BASE_CFLAGS) \
+libgstamrnb_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AMRNB_CFLAGS)
libgstamrnb_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
-lgstaudio-@GST_API_VERSION@ \