[FFmpeg-cvslog] r18659 - trunk/libavformat/raw.c

andoma subversion
Wed Apr 22 10:39:46 CEST 2009


Author: andoma
Date: Wed Apr 22 10:39:46 2009
New Revision: 18659

Log:
It should be #if, not #ifdef

Modified:
   trunk/libavformat/raw.c

Modified: trunk/libavformat/raw.c
==============================================================================
--- trunk/libavformat/raw.c	Wed Apr 22 07:20:31 2009	(r18658)
+++ trunk/libavformat/raw.c	Wed Apr 22 10:39:46 2009	(r18659)
@@ -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"),



More information about the ffmpeg-cvslog mailing list