[SCM] libav/experimental: Remove pointless #if around header #includes.

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


The following commit has been merged in the experimental branch:
commit ddda628e810de14d8e5a84cae9f5d0bf66d9909c
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Jan 14 00:45:04 2009 +0000

    Remove pointless #if around header #includes.
    
    Originally committed as revision 16593 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/cmdutils.c b/cmdutils.c
index 20291aa..4a646a2 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -30,21 +30,15 @@
 
 #include "config.h"
 #include "libavformat/avformat.h"
-#if CONFIG_AVFILTER
 #include "libavfilter/avfilter.h"
-#endif
 #include "libavdevice/avdevice.h"
 #include "libswscale/swscale.h"
-#if CONFIG_POSTPROC
 #include "libpostproc/postprocess.h"
-#endif
 #include "libavutil/avstring.h"
 #include "libavcodec/opt.h"
 #include "cmdutils.h"
 #include "version.h"
-#if CONFIG_NETWORK
 #include "libavformat/network.h"
-#endif
 
 #undef exit
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list