fixed wrapper compilation on Windows (opencv_ffmpeg dlls)
authorAlexander Shishkov <no@email>
Fri, 23 Mar 2012 10:52:36 +0000 (10:52 +0000)
committerAlexander Shishkov <no@email>
Fri, 23 Mar 2012 10:52:36 +0000 (10:52 +0000)
modules/highgui/src/cap_ffmpeg_impl.hpp

index e551b4d..a5a9392 100644 (file)
@@ -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>