Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 378087
Collapse All | Expand All

(-)a/ext/mpeg2enc/gstmpeg2encoder.cc (-1 / +4 lines)
Lines 26-32 Link Here
26
26
27
#include <mpegconsts.h>
27
#include <mpegconsts.h>
28
#include <quantize.hh>
28
#include <quantize.hh>
29
#if GST_MJPEGTOOLS_API >= 10900
29
#if GST_MJPEGTOOLS_API >= 10903
30
#include <ontheflyratectlpass1.hh>
31
#include <ontheflyratectlpass2.hh>
32
#elif GST_MJPEGTOOLS_API >= 10900
30
#include <ontheflyratectl.hh>
33
#include <ontheflyratectl.hh>
31
#include <pass1ratectl.hh>
34
#include <pass1ratectl.hh>
32
#include <pass2ratectl.hh>
35
#include <pass2ratectl.hh>

Return to bug 378087