diff options
author | Marc Hoffman <mmh@pleasantst.com> | 2007-02-22 00:04:50 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2007-02-22 00:04:50 +0000 |
commit | 8684704bbe6fc786e55503e3296a53653b891704 (patch) | |
tree | 0e3631f0a37548def4f2287b6cf542e80a951ea1 | |
parent | 470d2d03cc5a0ee5cca225ec81027a6b86d92642 (diff) | |
download | ffmpeg-8684704bbe6fc786e55503e3296a53653b891704.tar.gz |
add bfin cpu specific build options, patch by Marc Hoffman % mmh P pleasantst P com %
original thread:
date: Feb 21, 2007 1:32 PM
subject: [Ffmpeg-devel] bfin cpu specific build options
Originally committed as revision 8060 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1328,6 +1328,11 @@ 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" + add_ldflags "-Wl,--defsym,__stacksize=0x40000" + ;; *) echo "WARNING: Unknown CPU \"$cpu\", ignored." ;; |