From 729b50020835786d4712d7717a39e3daa893626c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 10 Dec 2017 21:08:28 +0000 Subject: [PATCH] opus: remove unused build variable and define --- ext/opus/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/opus/Makefile.am b/ext/opus/Makefile.am index 517bc41db6..66369e8671 100644 --- a/ext/opus/Makefile.am +++ b/ext/opus/Makefile.am @@ -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)