[FFmpeg-cvslog] r23058 - trunk/configure

reimar subversion
Sat May 8 18:32:05 CEST 2010


Author: reimar
Date: Sat May  8 18:32:05 2010
New Revision: 23058

Log:
Remove hardcoded-tables hack for IA-64: with latest binutils that now actually
causes linking errors instead of avoiding them.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat May  8 18:24:33 2010	(r23057)
+++ trunk/configure	Sat May  8 18:32:05 2010	(r23058)
@@ -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"'



More information about the ffmpeg-cvslog mailing list