mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
fixed wrapper compilation on Windows (opencv_ffmpeg dlls)
This commit is contained in:
parent
e3d0c6515f
commit
84ddd6018d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user