mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +08:00
fixed compilation FFMPEG wrapper on Windows
This commit is contained in:
parent
c47c1adc94
commit
0ea66a38ff
@ -41,6 +41,7 @@
|
||||
|
||||
#include "cap_ffmpeg_api.hpp"
|
||||
#include <assert.h>
|
||||
#include <algorithm>
|
||||
|
||||
#if defined _MSC_VER && _MSC_VER >= 1200
|
||||
#pragma warning( disable: 4244 4510 4512 4610 )
|
||||
|
Loading…
Reference in New Issue
Block a user