It should be #if, not #ifdef
authorAndreas Öman <andreas@lonelycoder.com>
Wed, 22 Apr 2009 08:39:46 +0000 (08:39 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 22 Apr 2009 08:39:46 +0000 (08:39 +0000)
Originally committed as revision 18659 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/raw.c

index 40ac444..f086581 100644 (file)
@@ -973,7 +973,7 @@ AVInputFormat mlp_demuxer = {
 };
 #endif
 
-#ifdef CONFIG_MLP_MUXER
+#if CONFIG_MLP_MUXER
 AVOutputFormat mlp_muxer = {
     "mlp",
     NULL_IF_CONFIG_SMALL("raw MLP"),