From 6548ff57c0637337741c7fb837c218f738a70d7c Mon Sep 17 00:00:00 2001
From: Ramiro Polla <ramiro.polla@gmail.com>
Date: Mon, 3 Mar 2008 17:06:48 +0000
Subject: [PATCH] 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
---
 configure | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index 591863347c3..5a19605d6e3 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"
-- 
GitLab