Commit 847a3046 authored by diego's avatar diego

Remove pointless #if around header #includes.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16593 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 656b44ad
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment