[vlc-devel] livedotcom requires -DSOLARIS on Solaris
Alexander Gall
gall at switch.ch
Thu Mar 2 18:57:19 CET 2006
The subject says it all :-)
--
Alex
diff -Naur vlc-0.8.5-20060302.orig/configure.ac vlc-0.8.5-20060302/configure.ac
--- vlc-0.8.5-20060302.orig/configure.ac 2006-03-02 15:34:53.765300000 +0100
+++ vlc-0.8.5-20060302/configure.ac 2006-03-02 18:40:46.463066000 +0100
@@ -1519,6 +1519,9 @@
AC_LANG_PUSH(C++)
CPPFLAGS_save="${CPPFLAGS}"
CPPFLAGS_livedotcom="-I/usr/include/liveMedia -I/usr/include/groupsock -I/usr/include/BasicUsageEnvironment -I/usr/include/Us
ageEnvironment"
+ if test "${SYS}" = "solaris"; then
+ CPPFLAGS_livedotcom="${CPPFLAGS_livedotcom} -DSOLARIS"
+ fi
CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_livedotcom}"
AC_CHECK_HEADERS(liveMedia.hh, [
VLC_ADD_CXXFLAGS([livedotcom], [${CPPFLAGS_livedotcom}])
@@ -1567,6 +1570,9 @@
VLC_ADD_CXXFLAGS([livedotcom],[-I${real_livedotcom_tree}/groupsock/include])
VLC_ADD_CXXFLAGS([livedotcom],[-I${real_livedotcom_tree}/liveMedia/include])
VLC_ADD_CXXFLAGS([livedotcom],[-I${real_livedotcom_tree}/UsageEnvironment/include ])
+ if test "${SYS}" = "solaris"; then
+ VLC_ADD_CXXFLAGS([livedotcom],[-DSOLARIS])
+ fi
else
dnl The given live.com wasn't built
AC_MSG_RESULT(no)
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list