mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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:
parent
5bdb38995f
commit
115ccfe679
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue