mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
7f20cb2df0
commit
c12caa32b2
|
@ -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"'
|
||||
|
|
Loading…
Reference in New Issue