Commit eb306311 authored by Alexander Shishkov's avatar Alexander Shishkov

fixed FFMPEG wrapper compilation on Windows

parent 0fd5a9e9
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
#include "cap_ffmpeg_api.hpp" #include "cap_ffmpeg_api.hpp"
#include <assert.h> #include <assert.h>
#include <algorithm> #include <algorithm>
#include <limits>
#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