summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2008-03-03 17:06:48 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2008-03-03 17:06:48 +0000
commit6548ff57c0637337741c7fb837c218f738a70d7c (patch)
treebee489bf192c6bd3f09a228963ed995094b0ddb9 /configure
parent40bcf4c780c82c8a7bca0f9f665690b18bb30eb9 (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 591863347c..5a19605d6e 100755
--- a/configure
+++ b/configure
@@ -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"