mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
fixed wrapper compilation on Windows (opencv_ffmpeg dlls)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user