Added the missing setting of HAVE_FFMPEG to true on Windows.
authorRoman Donchenko <roman.donchenko@itseez.com>
Fri, 25 Oct 2013 10:22:07 +0000 (14:22 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Fri, 25 Oct 2013 10:22:07 +0000 (14:22 +0400)
While the FFmpeg video IO backend gets compiled even without it,
the tests (for both FFmpeg and video IO) don't. This should fix
that.

3rdparty/ffmpeg/ffmpeg_version.cmake

index cc0aaff..a3c78b2 100644 (file)
@@ -1,3 +1,4 @@
+set(HAVE_FFMPEG 1)
 set(HAVE_FFMPEG_CODEC 1)
 set(HAVE_FFMPEG_FORMAT 1)
 set(HAVE_FFMPEG_UTIL 1)