mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-17 11:31:15 +01:00
The inline asm added in bf5d46d uses the 'y' modifier which
is only supported from gcc 4.5. This check allows building
with older compilers.
Signed-off-by: Mans Rullgard <mans@mansr.com>