]> git.sesse.net Git - vlc/commitdiff
ffmpeg.c: fixed build with older ffmpeg. Disables Indeo2 untill ffmpeg
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Sat, 23 Apr 2005 10:30:56 +0000 (10:30 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Sat, 23 Apr 2005 10:30:56 +0000 (10:30 +0000)
people desides to increase their build number again

modules/codec/ffmpeg/ffmpeg.c

index 005816c3a3d47caa247ff9b2075962212ea908b3..b01b92e9c3e5c6d4ac78441989eee9072a1faf0d 100644 (file)
@@ -790,7 +790,8 @@ static struct
 
     { VLC_FOURCC('A','A','S','C'), CODEC_ID_AASC,
       VIDEO_ES, "Autodesc RLE Video" },
-
+#endif
+#if LIBAVCODEC_BUILD >= 4753
     { VLC_FOURCC('I','V','2','0'), CODEC_ID_INDEO2,
       VIDEO_ES, "Indeo Video v2" },
     { VLC_FOURCC('R','T','2','1'), CODEC_ID_INDEO2,