From 115ccfe6796614236d66847c2bc1ae3b5b01d915 Mon Sep 17 00:00:00 2001 From: Scott D Phillips Date: Mon, 14 Nov 2016 11:39:33 -0800 Subject: [PATCH] meson: vorbis: Add -DTREMOR to flags for gstivorbisdec Matching the flags set by Makefile.am https://bugzilla.gnome.org/show_bug.cgi?id=774445 --- ext/vorbis/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/vorbis/meson.build b/ext/vorbis/meson.build index c0390ba..78b49e1 100644 --- a/ext/vorbis/meson.build +++ b/ext/vorbis/meson.build @@ -44,7 +44,7 @@ endif if vorbisidec_dep.found() gstivorbisdec = library('gstivorbisdec', vorbisidec_sources, - c_args : gst_plugins_base_args, + c_args : gst_plugins_base_args + ['-DTREMOR'], link_args : noseh_link_args, include_directories: [configinc, libsinc], dependencies : glib_deps + [vorbisidec_dep, audio_dep, tag_dep, gst_dep, gst_base_dep], -- 2.7.4