OSDN Git Service

x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext
authorDiego Biurrun <diego@biurrun.de>
Tue, 26 Feb 2013 18:26:03 +0000 (19:26 +0100)
committerDiego Biurrun <diego@biurrun.de>
Tue, 26 Feb 2013 22:36:24 +0000 (23:36 +0100)
commit845cfc92f908791714b8c4c8a49c91b8c64b685e
treeb736d26076e91b516540765c07c2b836701cb39a
parent096cc11ec102701a18951b4f0437d609081ca1dd
x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext

The external assembly function uses mmxext instructions and should not be
masqueraded as an mmx-only function. Instead, use the mmx-only inline
assembly function.
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/vc1dsp_mmx.c