]> git.sesse.net Git - ffmpeg/blobdiff - configure
av_realloc_static() is an internal function and therefore should use the ff_ prefix...
[ffmpeg] / configure
index 2531c2bf97fd2c99526a191352690e1084dcce34..e6402a7e717604e8793d135296589e51b85562b2 100755 (executable)
--- a/configure
+++ b/configure
@@ -746,7 +746,6 @@ bigendian="no"
 # OS
 targetos=`uname -s`
 beos_netserver="no"
-mingw32="no"
 os2="no"
 wince="no"
 
@@ -1085,7 +1084,6 @@ case `tolower $targetos` in
     FFSERVERLDFLAGS=-Wl,-bind_at_load
     ;;
   mingw32*)
-    mingw32="yes"
     if enabled_all shared static; then
         cat <<EOF
 You can only build one library type at once on MinGW.
@@ -1330,6 +1328,10 @@ if test $cpu != "generic"; then
         sparc64)
             add_cflags "-mcpu=v9"
         ;;
+        bf*) #bf531 bf532 bf533 bf561 bf5xx all get this config
+            add_cflags "-mfdpic"
+            add_ldflags "-mfdpic -Wl,--defsym,__stacksize=0x40000"
+        ;;
         *)
         echo "WARNING: Unknown CPU \"$cpu\", ignored."
         ;;