From 386578bc3f6a35f524851ec1bc0ca64e646e449b Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Wed, 1 Feb 2012 09:54:18 +0000 Subject: [PATCH] fixed compile error --- modules/highgui/src/cap_ffmpeg_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/src/cap_ffmpeg_impl.hpp b/modules/highgui/src/cap_ffmpeg_impl.hpp index 491bc91..8801b5e 100644 --- a/modules/highgui/src/cap_ffmpeg_impl.hpp +++ b/modules/highgui/src/cap_ffmpeg_impl.hpp @@ -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 -- 2.7.4