[FFmpeg-cvslog] r18619 - in branches/0.5: . configure
diego
subversion
Sun Apr 19 15:22:08 CEST 2009
Author: diego
Date: Sun Apr 19 15:22:08 2009
New Revision: 18619
Log:
Merge automatic addition of -fno-common to CFLAGS for Windows from trunk.
Modified:
branches/0.5/ (props changed)
branches/0.5/configure
Modified: branches/0.5/configure
==============================================================================
--- branches/0.5/configure Sun Apr 19 13:40:03 2009 (r18618)
+++ branches/0.5/configure Sun Apr 19 15:22:08 2009 (r18619)
@@ -1572,6 +1572,7 @@ case $target_os in
SHFLAGS='-shared -Wl,--output-def,$$(@:$(SLIBSUF)=.def) -Wl,--enable-runtime-pseudo-reloc -Wl,--enable-auto-image-base'
objformat="win32"
enable dos_paths
+ check_cflags -fno-common
if ! enabled x86_64; then
check_cpp_condition _mingw.h "(__MINGW32_MAJOR_VERSION > 3) || (__MINGW32_MAJOR_VERSION == 3 && __MINGW32_MINOR_VERSION >= 15)" ||
die "ERROR: MinGW runtime version must be >= 3.15."
@@ -1596,6 +1597,7 @@ case $target_os in
SHFLAGS='-shared -Wl,--enable-auto-image-base'
objformat="win32"
enable dos_paths
+ check_cflags -fno-common
;;
*-dos|freedos|opendos)
disable ffplay ffserver vhook
More information about the ffmpeg-cvslog
mailing list