[vlc-commits] configure: correctly check the live555 header presence in contribs
Jean-Baptiste Kempf
git at videolan.org
Sat Jan 21 15:53:47 CET 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 21 15:53:24 2017 +0100| [f3a81d27d2245bd0fbb52e3348ac70b4ee046e25] | committer: Jean-Baptiste Kempf
configure: correctly check the live555 header presence in contribs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f3a81d27d2245bd0fbb52e3348ac70b4ee046e25
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 864ff98..9db62c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1701,7 +1701,7 @@ AS_IF([test "${enable_live555}" != "no" -a -n "${CXX}"], [
VLC_SAVE_FLAGS
dnl detect include paths
- AS_IF([test -f "${CONTRIB_DIR}/include/UsageEnvironment.hh"], [
+ AS_IF([test -f "${CONTRIB_DIR}/include/UsageEnvironment/UsageEnvironment.hh"], [
CPPFLAGS_live555="-I${CONTRIB_DIR}/include/liveMedia -I${CONTRIB_DIR}/include/groupsock -I${CONTRIB_DIR}/include/BasicUsageEnvironment -I${CONTRIB_DIR}/include/UsageEnvironment"
], [
AS_IF([test "${SYS}" != "os2"], [
More information about the vlc-commits
mailing list