[vlc-devel] commit: Don't need to test for the header if we use pkg-config ( Christophe Mutricy )
git version control
git at videolan.org
Sun Mar 2 21:50:48 CET 2008
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sun Mar 2 20:13:54 2008 +0000| [791e21a9275945ac0bba580e9aac0fff06b28ef9]
Don't need to test for the header if we use pkg-config
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=791e21a9275945ac0bba580e9aac0fff06b28ef9
---
configure.ac | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4814641..0781db0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3762,7 +3762,6 @@ if test "${enable_x264}" != "no"; then
AC_MSG_ERROR([the specified tree doesn't have x264.h])
fi
else
- AC_CHECK_HEADERS(x264.h, [
PKG_CHECK_MODULES(X264,x264, [
VLC_ADD_PLUGINS([x264])
VLC_ADD_LDFLAGS([x264],[${X264_LIBS}])
@@ -3772,7 +3771,6 @@ if test "${enable_x264}" != "no"; then
AC_MSG_ERROR([Could not find libx264 on your system: you may get it from http://www.videolan.org/x264.html])
fi
])
- ])
LDFLAGS="${LDFLAGS_save}"
fi
fi
More information about the vlc-devel
mailing list