opus: remove unused build variable and define

This commit is contained in:
Tim-Philipp Müller 2017-12-10 21:08:28 +00:00
parent 1aec533d21
commit 729b500208

View 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)