]> git.sesse.net Git - ffmpeg/blobdiff - configure
av_realloc_static() is an internal function and therefore should use the ff_ prefix...
[ffmpeg] / configure
index ca509803808abb32595af944dab3a0ee2c7e3c0e..e6402a7e717604e8793d135296589e51b85562b2 100755 (executable)
--- a/configure
+++ b/configure
@@ -1330,8 +1330,7 @@ if test $cpu != "generic"; then
         ;;
         bf*) #bf531 bf532 bf533 bf561 bf5xx all get this config
             add_cflags "-mfdpic"
-            add_ldflags "-mfdpic"
-            add_ldflags "-Wl,--defsym,__stacksize=0x40000"
+            add_ldflags "-mfdpic -Wl,--defsym,__stacksize=0x40000"
         ;;
         *)
         echo "WARNING: Unknown CPU \"$cpu\", ignored."