[vlc-devel] commit: Remove strange stuff ... ( Rafaël Carré )
git version control
git at videolan.org
Mon May 26 20:55:54 CEST 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon May 26 20:57:19 2008 +0200| [213cea9c47c82be66386a2e36bd250cee3475b8f]
Remove strange stuff ...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=213cea9c47c82be66386a2e36bd250cee3475b8f
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 51d7f38..ddcd87d 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)
More information about the vlc-devel
mailing list