mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
meson: mjpegtools_api should have been 20K not 2K
This was miss-ported when the options got added. The requires version was properly set to 2000 before.
This commit is contained in:
parent
638677cca6
commit
c259b8878e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if mjpegtools_dep.found() and mpeg2enc_dep.found()
|
|||
'gstmpeg2encoder.cc',
|
||||
'gstmpeg2encstreamwriter.cc',
|
||||
'gstmpeg2encpicturereader.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 : [gstvideo_dep, mjpegtools_dep, mpeg2enc_dep],
|
||||
|
|
Loading…
Reference in a new issue