[SCM] libav/experimental: It should be #if, not #ifdef

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:44:51 UTC 2013


The following commit has been merged in the experimental branch:
commit 0e1ccdeb1183377fc64ad0c325c5c0c1bc9aa47b
Author: Andreas Öman <andreas at lonelycoder.com>
Date:   Wed Apr 22 08:39:46 2009 +0000

    It should be #if, not #ifdef
    
    Originally committed as revision 18659 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/raw.c b/libavformat/raw.c
index 40ac444..f086581 100644
--- a/libavformat/raw.c
+++ b/libavformat/raw.c
@@ -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"),

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list