@@ -20,8 +20,10 @@
#include "videoTexture.h"
-#include "avcodec.h"
-#include "avformat.h"
+extern "C" {
+ #include "avcodec.h"
+ #include "avformat.h"
+}
////////////////////////////////////////////////////////////////////
// Class : OpenCVTexture
@@ -17,7 +17,9 @@
#include "webcamVideo.h"
#ifdef HAVE_FFMPEG
#endif
ConfigureDef(config_movies);
@@ -15,8 +15,10 @@
#include "ffmpegAudioCursor.h"
TypeHandle FfmpegAudioCursor::_type_handle;
@@ -16,8 +16,10 @@
#include "ffmpegVideoCursor.h"
#include "config_movies.h"
#include "pStatCollector.h"
#include "pStatTimer.h"