Skip to content

Commit

Permalink
Added the missing setting of HAVE_FFMPEG to true on Windows.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Roman Donchenko committed Oct 25, 2013
1 parent 3b08bf6 commit d3af86c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 3rdparty/ffmpeg/ffmpeg_version.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set(HAVE_FFMPEG 1)
set(HAVE_FFMPEG_CODEC 1)
set(HAVE_FFMPEG_FORMAT 1)
set(HAVE_FFMPEG_UTIL 1)
Expand Down

0 comments on commit d3af86c

Please sign in to comment.