mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-18 13:30:22 +00:00
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
This commit is contained in:
parent
eddc482dff
commit
846dffeb41
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue