Commit c55a37ad authored by Andrey Morozov's avatar Andrey Morozov

fixed build with ffmpeg 0.5.X

parent c0a0c881
......@@ -495,6 +495,10 @@ bool CvCapture_FFMPEG::open( const char* _filename )
#if AVMEDIA_TYPE_VIDEO
#define AVMEDIA_TYPE_VIDEO CODEC_TYPE_VIDEO
#else
#ifndef AVMEDIA_TYPE_VIDEO
#define AVMEDIA_TYPE_VIDEO CODEC_TYPE_VIDEO
#endif
#endif
if( AVMEDIA_TYPE_VIDEO == enc->codec_type && video_stream < 0) {
......
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