fixed compile error
authorAndrey Morozov <no@email>
Wed, 1 Feb 2012 09:54:18 +0000 (09:54 +0000)
committerAndrey Morozov <no@email>
Wed, 1 Feb 2012 09:54:18 +0000 (09:54 +0000)
modules/highgui/src/cap_ffmpeg_impl.hpp

index 491bc91..8801b5e 100644 (file)
@@ -507,7 +507,7 @@ bool CvCapture_FFMPEG::reopen()
 #ifndef AVSEEK_FLAG_FRAME
        #define AVSEEK_FLAG_FRAME 0
 #endif
-ifndef AVSEEK_FLAG_ANY
+#ifndef AVSEEK_FLAG_ANY
        #define AVSEEK_FLAG_ANY 1
 #endif