mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-28 23:49:20 +00:00
Remove pointless #if around header #includes.
Originally committed as revision 16593 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ff5d91d9a1
commit
ddda628e81
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue