fixed wrapper compilation on Windows (opencv_ffmpeg dlls)

This commit is contained in:
Alexander Shishkov 2012-03-23 10:52:36 +00:00
parent e3d0c6515f
commit 84ddd6018d

View File

@ -40,7 +40,6 @@
//M*/
#include "cap_ffmpeg_api.hpp"
#include "ffmpeg_codecs.hpp"
#include <assert.h>
#include <algorithm>
@ -65,6 +64,8 @@ extern "C" {
#include <errno.h>
#endif
#include "ffmpeg_codecs.hpp"
#ifdef WIN32
#define HAVE_FFMPEG_SWSCALE 1
#include <libavformat/avformat.h>