forked from FFmpeg/FFmpeg
cmdutils: remove conditionnal pp include.
The definition of the include are needed for builds even without pp.
This should fix FATE with --disable-gpl after 63edd2f9
.
This commit is contained in:
parent
de54a96aa8
commit
1123080d2e
1 changed files with 0 additions and 2 deletions
|
@ -36,9 +36,7 @@
|
|||
#include "libavresample/avresample.h"
|
||||
#include "libswscale/swscale.h"
|
||||
#include "libswresample/swresample.h"
|
||||
#if CONFIG_POSTPROC
|
||||
#include "libpostproc/postprocess.h"
|
||||
#endif
|
||||
#include "libavutil/avassert.h"
|
||||
#include "libavutil/avstring.h"
|
||||
#include "libavutil/bprint.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue