OSDN Git Service

yadif: x86: fix build for compilers without aligned stack
authorDaniel Kang <daniel.d.kang@gmail.com>
Sun, 13 Jan 2013 17:12:18 +0000 (12:12 -0500)
committerDiego Biurrun <diego@biurrun.de>
Mon, 14 Jan 2013 08:51:52 +0000 (09:51 +0100)
commit67360ccd51f37a6a4f31363f1c9fc46f43a22cb8
tree6f1d2a1c211cd44c1929e9edc1e9e365e43fbb99
parente28ac6e5e27e64a206e399e958481c1e6f992189
yadif: x86: fix build for compilers without aligned stack

Manually load registers to avoid using 8 registers on x86_32 with
compilers that do not align the stack (e.g. MSVC).

Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavfilter/x86/yadif.asm