mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-07-28 15:02:41 +00:00
Some compilers do not support the Q/R modifiers used to access the low/high parts of a 64-bit register pair. Check for this and disable all uses of it when not supported. Fixes bug #337. Signed-off-by: Mans Rullgard <mans@mansr.com>