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:
Nicolas Dufresne 2018-07-27 22:33:47 -04:00
parent 638677cca6
commit c259b8878e

View file

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