|
Line
Link Here
|
| 0 |
-- a/src/mediadec_ffmpeg.cpp |
0 |
++ b/src/mediadec_ffmpeg.cpp |
|
Lines 29-34
extern "C" {
Link Here
|
| 29 |
#include <swscale.h> |
29 |
#include <swscale.h> |
| 30 |
#else |
30 |
#else |
| 31 |
#include <libavformat/avformat.h> |
31 |
#include <libavformat/avformat.h> |
|
|
32 |
#include <libavutil/mathematics.h> |
| 32 |
#include <libswscale/swscale.h> |
33 |
#include <libswscale/swscale.h> |
| 33 |
#endif |
34 |
#endif |
| 34 |
} |
35 |
} |