Commit 8bb3d6a6 authored by Diego Biurrun's avatar Diego Biurrun

Do not add -fno-common to CFLAGS on DOS, it is unneeded.

Originally committed as revision 18536 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d8f3f340
...@@ -1661,7 +1661,6 @@ case $target_os in ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment