[FFmpeg-cvslog] r14754 - trunk/configure
michael
subversion
Thu Aug 14 13:40:14 CEST 2008
Author: michael
Date: Thu Aug 14 13:40:14 2008
New Revision: 14754
Log:
Add -D_POSIX_C_SOURCE=200112 to cflags.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Aug 14 13:40:14 2008
@@ -974,7 +974,7 @@ enable stripping
vhook="default"
# build settings
-add_cflags -D_ISOC99_SOURCE
+add_cflags -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112
SHFLAGS='-shared -Wl,-soname,$$(@F)'
VHOOKSHFLAGS='$(SHFLAGS)'
FFSERVERLDFLAGS=-Wl,-E
More information about the ffmpeg-cvslog
mailing list