mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
meson: mjpegtools_api should be 20K for mplex too
This error was duplicated.
This commit is contained in:
parent
c259b8878e
commit
cc746e336a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if mjpegtools_dep.found() and mplex2_dep.found()
|
|||
'gstmplexibitstream.cc',
|
||||
'gstmplexjob.cc',
|
||||
'gstmplexoutputstream.cc',
|
||||
cpp_args : gst_plugins_bad_args + ['-DGST_MJPEGTOOLS_API=2000'],
|
||||
cpp_args : gst_plugins_bad_args + ['-DGST_MJPEGTOOLS_API=20000'],
|
||||
link_args : noseh_link_args,
|
||||
include_directories : [configinc, libsinc],
|
||||
dependencies : [gstaudio_dep, mjpegtools_dep, mplex2_dep],
|
||||
|
|
Loading…
Reference in a new issue