summaryrefslogtreecommitdiff
path: root/ext/faac/Makefile.am
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2011-09-21 16:01:28 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2011-09-22 16:02:49 +0200
commitc8a35679233a6d1f3c2616bc37fad0e2d7da86bc (patch)
tree2cc9d7005004ea5a505f7fb6550051a431fe4363 /ext/faac/Makefile.am
parent70be630427c47c3e9cfe1d98b5e9487fd76444ac (diff)
downloadgstreamer-plugins-bad-c8a35679233a6d1f3c2616bc37fad0e2d7da86bc.tar.gz
faac: port to audioencoder
Diffstat (limited to 'ext/faac/Makefile.am')
-rw-r--r--ext/faac/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/faac/Makefile.am b/ext/faac/Makefile.am
index 13918ed3e..2aafa0229 100644
--- a/ext/faac/Makefile.am
+++ b/ext/faac/Makefile.am
@@ -1,7 +1,8 @@
plugin_LTLIBRARIES = libgstfaac.la
libgstfaac_la_SOURCES = gstfaac.c
-libgstfaac_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
+libgstfaac_la_CFLAGS = -DGST_USE_UNSTABLE_API \
+ $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_CFLAGS) $(FAAC_CFLAGS)
libgstfaac_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
-lgstaudio-@GST_MAJORMINOR@ -lgstpbutils-@GST_MAJORMINOR@ \