Bug#337846: Should -DRUNTIME_CPUDETECT to enable runtime CPU detection

2005-11-11 Thread Sebastian Dröge
Hi, doing so creates a new problem on i386 (but works fine everywhere else). As i386 has chronically too few registers the build will fail because on GP register is missing while reloading a asm block. This can be worked around with -O0 (better use no assembly at all on i386 than -O0) or -fomit-fra

Bug#337846: Should -DRUNTIME_CPUDETECT to enable runtime CPU detection

2005-11-06 Thread Loic Minier
Package: ffmpeg Severity: important Hi, ffmpeg should be built with -DRUNTIME_CPUDETECT to postpone the choice of optimized functions at run time, especially to enable G3 machines to run the packages built on Altivec capable machines in Debian. This shouldn't be used on m68k, where i