OSDN Git Service

x86/qpel: move fullpel and l2 functions to separate file.
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 9 Mar 2013 04:40:16 +0000 (20:40 -0800)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 9 Mar 2013 16:25:30 +0000 (17:25 +0100)
commit22cc8a103c66283d644c4f4de36b327108fa8244
tree984c9dbe6a9d4620cf578635cfff1483e3883c82
parent9d40f7106dd56db611f85ca305396c20bd29e040
x86/qpel: move fullpel and l2 functions to separate file.

This way, they can be shared between mpeg4qpel and h264qpel without
requiring either one to be compiled unconditionally.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/x86/Makefile
libavcodec/x86/dsputil.asm
libavcodec/x86/hpeldsp.asm
libavcodec/x86/qpelbase.asm [new file with mode: 0644]