Commit 0ea66a38 authored by Alexander Shishkov's avatar Alexander Shishkov

fixed compilation FFMPEG wrapper on Windows

parent c47c1adc
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
#include "cap_ffmpeg_api.hpp" #include "cap_ffmpeg_api.hpp"
#include <assert.h> #include <assert.h>
#include <algorithm>
#if defined _MSC_VER && _MSC_VER >= 1200 #if defined _MSC_VER && _MSC_VER >= 1200
#pragma warning( disable: 4244 4510 4512 4610 ) #pragma warning( disable: 4244 4510 4512 4610 )
......
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