]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
It should be #if, not #ifdef
authorandoma <andoma@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 22 Apr 2009 08:39:46 +0000 (08:39 +0000)
committerandoma <andoma@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 22 Apr 2009 08:39:46 +0000 (08:39 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18659 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/raw.c

index 40ac4440d65351cef350bab6768bcea94dfaaac1..f086581b2a99e0c0651d8f6cfabac3ad81227b59 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"),