Force DOS users to enable memalign hack when needed,

the same way it's done for MinGW.

Originally committed as revision 12299 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2008-03-03 17:06:48 +00:00
parent 40bcf4c780
commit 6548ff57c0
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -1270,7 +1270,6 @@ case $targetos in
SHFLAGS='-shared -Wl,--enable-auto-image-base'
;;
*-dos|freedos|opendos)
enable memalign_hack
disable ffplay ffserver vhook
disable $INDEV_LIST $OUTDEV_LIST
network_extralibs="-lsocket"