aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-05-19 13:30:30 +0000
committerReinhard Tartler <siretart@tauware.de>2010-05-19 13:30:30 +0000
commitdc04fb36d7ab108fdc10aaa1188fe88bc784f96f (patch)
tree139e5a3c2534ca9c08697e3d525db99e973a1b74
parent8740ed496cf7cfda237952f8b300a3e4f3003993 (diff)
downloadffmpeg-dc04fb36d7ab108fdc10aaa1188fe88bc784f96f.tar.gz
Remove hardcoded-tables hack for IA-64: with latest binutils that now actually
causes linking errors instead of avoiding them. backport r23058 by reimar Originally committed as revision 23188 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 5d1ba2b006..9ae28270ee 100755
--- a/configure
+++ b/configure
@@ -2406,11 +2406,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"'