diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-14 00:45:04 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-14 00:45:04 +0000 |
commit | ddda628e810de14d8e5a84cae9f5d0bf66d9909c (patch) | |
tree | 142bf392a3fb4cb09ba3d00531f21419badea59c /cmdutils.c | |
parent | ff5d91d9a12db2797e017523ebc974d537366de0 (diff) | |
download | ffmpeg-ddda628e810de14d8e5a84cae9f5d0bf66d9909c.tar.gz |
Remove pointless #if around header #includes.
Originally committed as revision 16593 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cmdutils.c b/cmdutils.c index 20291aaba4..4a646a20cb 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 |