diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-05-08 16:32:05 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-05-08 16:32:05 +0000 |
commit | c12caa32b2d9fd8f76b4268a835731935b1cd794 (patch) | |
tree | e5ef0a6bdfd529a4ab371b028fda642e3770c5b6 | |
parent | 7f20cb2df09d6503eaae71392dc371de7a893eb5 (diff) | |
download | ffmpeg-c12caa32b2d9fd8f76b4268a835731935b1cd794.tar.gz |
Remove hardcoded-tables hack for IA-64: with latest binutils that now actually
causes linking errors instead of avoiding them.
Originally committed as revision 23058 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -2411,11 +2411,6 @@ EOF enabled_all armv6t2 shared !pic && enable_pic -elif enabled ia64; then - - # HACK: currently fails to build if .bss is > 4MB and shared libs are built - enabled shared && enable_weak hardcoded_tables - elif enabled mips; then check_asm loongson '"dmult.g $1, $2, $3"' |