[MPlayer-cvslog] r36026 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Mar 20 23:18:03 CET 2013
Author: diego
Date: Wed Mar 20 23:18:03 2013
New Revision: 36026
Log:
configure: Explain that certain CPPFLAGS are added for glibc compatibility.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Mar 20 18:33:42 2013 (r36025)
+++ trunk/configure Wed Mar 20 23:18:03 2013 (r36026)
@@ -2723,6 +2723,7 @@ fi
CFLAGS="-D_ISOC99_SOURCE -I. -Iffmpeg $CFLAGS"
HOSTCFLAGS="-D_ISOC99_SOURCE -I. -Iffmpeg -O3"
+# On glibc, add some more CPPFLAGS for enabling required functionality.
cpp_condition_check features.h "defined __GLIBC__" &&
CFLAGS="-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 $CFLAGS" &&
HOSTCFLAGS="-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 $HOSTCFLAGS" &&
More information about the MPlayer-cvslog
mailing list