From: Scott D Phillips Date: Mon, 14 Nov 2016 19:39:33 +0000 (-0800) Subject: meson: vorbis: Add -DTREMOR to flags for gstivorbisdec X-Git-Tag: 1.12.2~323 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=115ccfe6796614236d66847c2bc1ae3b5b01d915;p=platform%2Fupstream%2Fgst-plugins-base.git meson: vorbis: Add -DTREMOR to flags for gstivorbisdec Matching the flags set by Makefile.am https://bugzilla.gnome.org/show_bug.cgi?id=774445 --- 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],