diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-03-11 03:55:08 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-03-11 03:55:23 +0100 |
commit | 1123080d2ecf982b235e643360761d7d01cc617c (patch) | |
tree | 49e3b5373bcf9da7882e9ec509068e9d3bb7d6b7 | |
parent | de54a96aa8f5959ebd87516d514c77055b369fed (diff) | |
download | ffmpeg-1123080d2ecf982b235e643360761d7d01cc617c.tar.gz |
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.
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmdutils.c b/cmdutils.c index 0aa3ecbe91..3a094f0b6a 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -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" |