|
Lines 24-32
Link Here
|
| 24 |
|
24 |
|
| 25 |
#include "video_encoder.h" |
25 |
#include "video_encoder.h" |
| 26 |
#ifdef HAVE_FFMPEG_INSTALLED |
26 |
#ifdef HAVE_FFMPEG_INSTALLED |
|
|
27 |
extern "C" { |
| 27 |
#include <ffmpeg/avcodec.h> |
28 |
#include <ffmpeg/avcodec.h> |
|
|
29 |
} |
| 28 |
#else |
30 |
#else |
|
|
31 |
extern "C" { |
| 29 |
#include <avcodec.h> |
32 |
#include <avcodec.h> |
|
|
33 |
} |
| 30 |
#endif |
34 |
#endif |
| 31 |
|
35 |
|
| 32 |
class CFfmpegVideoEncoder : public CVideoEncoder { |
36 |
class CFfmpegVideoEncoder : public CVideoEncoder { |