(ffmpeg_core.c) Should now be compatible with CXX_BUILD now
This commit is contained in:
parent
d64cb9b326
commit
608582103b
|
@ -5,6 +5,10 @@
|
|||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <libavformat/avformat.h>
|
||||
#include <libavcodec/avcodec.h>
|
||||
#include <libswscale/swscale.h>
|
||||
|
@ -16,6 +20,10 @@
|
|||
#include <ass/ass.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GL_FFT
|
||||
#include "fft/fft.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue