From 846dffeb41b2fa6fdb3d2b8a6ad5ff197efc0ec7 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sat, 31 Mar 2007 16:06:44 +0000
Subject: [PATCH] blackfin: Audio buffers are no longer allocated on the stack,
 thus a 256KB stack is no longer required. according to Marc Hoffman, mmh
 pleasantst com

Originally committed as revision 8570 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 6b841d52362..fba8c7c07e4 100755
--- a/configure
+++ b/configure
@@ -1351,7 +1351,7 @@ if test $cpu != "generic"; then
         ;;
         bf*) #bf531 bf532 bf533 bf561 bf5xx all get this config
             add_cflags "-mfdpic"
-            add_ldflags "-mfdpic -Wl,--defsym,__stacksize=0x40000"
+            add_ldflags "-mfdpic"
         ;;
         *)
         echo "WARNING: Unknown CPU \"$cpu\", ignored."
-- 
GitLab