opus: remove unused build variable and define
authorTim-Philipp Müller <tim@centricular.com>
Sun, 10 Dec 2017 21:08:28 +0000 (21:08 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 19 Dec 2017 12:01:32 +0000 (12:01 +0000)
ext/opus/Makefile.am

index 517bc41..66369e8 100644 (file)
@@ -2,8 +2,6 @@ plugin_LTLIBRARIES = libgstopus.la
 
 libgstopus_la_SOURCES = gstopus.c gstopusdec.c gstopusenc.c gstopusheader.c gstopuscommon.c
 libgstopus_la_CFLAGS = \
-        -DGST_USE_UNSTABLE_API \
-       $(GST_PLUGINS_BAD_CFLAGS) \
        $(GST_PLUGINS_BASE_CFLAGS) \
        $(GST_CFLAGS) \
        $(OPUS_CFLAGS)