|
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> |