summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-03-31 16:06:44 +0000
committerDiego Biurrun <diego@biurrun.de>2007-03-31 16:06:44 +0000
commit846dffeb41b2fa6fdb3d2b8a6ad5ff197efc0ec7 (patch)
treec4e9d18e292b21558f7d6ee05430cad7eee95b89 /configure
parenteddc482dff253f7afe3f0d87eb929140d3019b71 (diff)
downloadffmpeg-streaming-846dffeb41b2fa6fdb3d2b8a6ad5ff197efc0ec7.zip
ffmpeg-streaming-846dffeb41b2fa6fdb3d2b8a6ad5ff197efc0ec7.tar.gz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6b841d5..fba8c7c 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."
OpenPOWER on IntegriCloud