mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-14 03:21:47 +00: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>