From: Rafaël Carré Date: Mon, 26 May 2008 18:57:19 +0000 (+0200) Subject: Remove strange stuff ... X-Git-Tag: 0.9.0-test0~686 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=213cea9c47c82be66386a2e36bd250cee3475b8f;p=vlc Remove strange stuff ... --- diff --git a/configure.ac b/configure.ac index 51d7f382ea..ddcd87d151 100644 --- a/configure.ac +++ b/configure.ac @@ -3001,7 +3001,7 @@ dnl Trying with pkg-config PKG_CHECK_MODULES(POSTPROC, libpostproc,[ VLC_ADD_CFLAGS([ffmpeg],[${POSTPROC_CFLAGS}]) VLC_ADD_LIBS([ffmpeg],[${POSTPROC_LIBS}]) - ],[ true ]) + ]) CPPFLAGS="${CPPFLAGS} ${POSTPROC_CFLAGS}" CFLAGS="${CFLAGS} ${POSTPROC_CFLAGS}" AC_CHECK_HEADERS(postproc/postprocess.h)