[Ffmpeg-devel] bfin cpu specific build options

Måns Rullgård mans
Wed Feb 21 14:23:11 CET 2007


Marc Hoffman said:
> Not sure if this needs an explanation.
>
> Index: configure
> ===================================================================
> --- configure        (revision 8047)
> +++ configure        (working copy)
> @@ -1329,6 +1329,11 @@
>          sparc64)
>              add_cflags "-mcpu=v9"
>          ;;
> +        bf*) #bf531 bf532 bf533 bf561 bf5xx all get this config
> +            add_cflags "-mfdpic"
> +            add_ldflags "-mfdpic"
> +            add_ldflags "-Wl,--defsym,__stacksize=0x40000"
> +            ;;

The ;; indentation is inconsistent.  Otherwise OK.  I don't know blackfin,
so I assume the options are correct.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list