mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-20 03:54:33 +08:00
Do not add -fno-common to CFLAGS on DOS, it is unneeded.
Originally committed as revision 18536 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
1
configure
vendored
1
configure
vendored
@ -1661,7 +1661,6 @@ case $target_os in
|
|||||||
network_extralibs="-lsocket"
|
network_extralibs="-lsocket"
|
||||||
objformat="coff"
|
objformat="coff"
|
||||||
enable dos_paths
|
enable dos_paths
|
||||||
check_cflags -fno-common
|
|
||||||
;;
|
;;
|
||||||
linux)
|
linux)
|
||||||
enable dv1394
|
enable dv1394
|
||||||
|
Reference in New Issue
Block a user