mirror of https://github.com/FFmpeg/FFmpeg.git
The commit b7c16a3f2c
("x86: fft: Port to
cpuflags") breaks the opus decoder in ffmpeg when compiling for 3dnow. The
output is audible, but there's a lot of noise.
The reason for the breakage is that the commit unintentionally changed the
INTERL macro so that it is empty when compiling for 3dnow. This patch
fixes it.
Signed-off-by: Mikulas Patocka <mikulas@twibright.com>
Signed-off-by: James Almer <jamrial@gmail.com>
pull/272/head
parent
f4e319d8a9
commit
fbdd78fa3e
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue