[Ffmpeg-cvslog] r8570 - trunk/configure

diego subversion
Sat Mar 31 18:06:44 CEST 2007


Author: diego
Date: Sat Mar 31 18:06:44 2007
New Revision: 8570

Modified:
   trunk/configure

Log:
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


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Mar 31 18:06:44 2007
@@ -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."




More information about the ffmpeg-cvslog mailing list