From 1123080d2ecf982b235e643360761d7d01cc617c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Mon, 11 Mar 2013 03:55:08 +0100 Subject: [PATCH] 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. --- cmdutils.c | 2 -- 1 file changed, 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"