meson: vorbis: Add -DTREMOR to flags for gstivorbisdec

Matching the flags set by Makefile.am

https://bugzilla.gnome.org/show_bug.cgi?id=774445
This commit is contained in:
Scott D Phillips 2016-11-14 11:39:33 -08:00 committed by Matthew Waters
parent 5bdb38995f
commit 115ccfe679

View 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],