Commit 84ddd601 authored by Alexander Shishkov's avatar Alexander Shishkov

fixed wrapper compilation on Windows (opencv_ffmpeg dlls)

parent e3d0c651
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment