Commit 36b2ff3c authored by Alexander Reshetnikov's avatar Alexander Reshetnikov

Fixed compiling error under Ubuntu with ffmpeg 0.7.x and advised under Windows

parent ddc4ed47
......@@ -395,7 +395,7 @@ if(UNIX)
endif()
if(HAVE_FFMPEG)
CHECK_MODULE(libavformat>=53 NEW_FFMPEG)
CHECK_MODULE(libavformat>=52.111.0 NEW_FFMPEG)
endif()
if(WITH_1394)
......
This diff is collapsed.
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