diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2018-07-27 22:36:40 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2018-07-27 22:36:40 -0400 |
commit | cc746e336ad75c46080f269cec8b4e90f84a8965 (patch) | |
tree | 34ce6ae6cc550e6a9ef0fa6beb891825efa3bbf7 | |
parent | c259b8878e6c738a3441fb221108f2dd717d989a (diff) |
meson: mjpegtools_api should be 20K for mplex too
This error was duplicated.
-rw-r--r-- | ext/mplex/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mplex/meson.build b/ext/mplex/meson.build index 3bc697eb8..2fa524b19 100644 --- a/ext/mplex/meson.build +++ b/ext/mplex/meson.build @@ -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], |