meson: vorbis: Add -DTREMOR to flags for gstivorbisdec
authorScott D Phillips <scott.d.phillips@intel.com>
Mon, 14 Nov 2016 19:39:33 +0000 (11:39 -0800)
committerMatthew Waters <matthew@centricular.com>
Tue, 15 Nov 2016 01:45:42 +0000 (12:45 +1100)
Matching the flags set by Makefile.am

https://bugzilla.gnome.org/show_bug.cgi?id=774445

ext/vorbis/meson.build

index c0390ba..78b49e1 100644 (file)
@@ -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],