projects
/
profile
/
ivi
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3d0c65
)
fixed wrapper compilation on Windows (opencv_ffmpeg dlls)
author
Alexander Shishkov
<no@email>
Fri, 23 Mar 2012 10:52:36 +0000
(10:52 +0000)
committer
Alexander Shishkov
<no@email>
Fri, 23 Mar 2012 10:52:36 +0000
(10:52 +0000)
modules/highgui/src/cap_ffmpeg_impl.hpp
patch
|
blob
|
history
diff --git
a/modules/highgui/src/cap_ffmpeg_impl.hpp
b/modules/highgui/src/cap_ffmpeg_impl.hpp
index
e551b4d
..
a5a9392
100644
(file)
--- a/
modules/highgui/src/cap_ffmpeg_impl.hpp
+++ b/
modules/highgui/src/cap_ffmpeg_impl.hpp
@@
-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>