mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
mpeg2enc: support mjpegtools 2.0
This adds conditional includes for the renamed headers in mjpegtools 2.0. Fixes: #650970.
This commit is contained in:
parent
4e01ce3fd2
commit
407b025786
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@
|
|||
|
||||
#include <mpegconsts.h>
|
||||
#include <quantize.hh>
|
||||
#if GST_MJPEGTOOLS_API >= 10900
|
||||
#if GST_MJPEGTOOLS_API >= 10903
|
||||
#include <ontheflyratectlpass1.hh>
|
||||
#include <ontheflyratectlpass2.hh>
|
||||
#elif GST_MJPEGTOOLS_API >= 10900
|
||||
#include <ontheflyratectl.hh>
|
||||
#include <pass1ratectl.hh>
|
||||
#include <pass2ratectl.hh>
|
||||
|
|
Loading…
Reference in a new issue