[vlc-devel] commit: Fix postproc compiling. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Jun 10 20:15:05 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 10 11:11:12 2008 -0700| [7e5e610fc819430240ca7fdfb168d891a1a86941]
Fix postproc compiling.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7e5e610fc819430240ca7fdfb168d891a1a86941
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 121728c..27bbabd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3040,7 +3040,7 @@ AC_ARG_ENABLE(postproc,
[ --enable-postproc libpostproc image post-processing (default enabled)])
if test "${enable_postproc}" != "no"
then
- PKG_CHECK_MODULES(POSTPROC,[libpostproc],
+ PKG_CHECK_MODULES(POSTPROC,[libpostproc libavutil],
[
VLC_SAVE_FLAGS
CPPFLAGS="${CPPFLAGS} ${POSTPROC_CFLAGS}"
More information about the vlc-devel
mailing list