(ffmpeg_core.c) Should now be compatible with CXX_BUILD now

This commit is contained in:
twinaphex 2015-06-26 15:37:22 +02:00
parent d64cb9b326
commit 608582103b
1 changed files with 8 additions and 0 deletions

View File

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