]> git.sesse.net Git - ffmpeg/commit
x86: qpel: Move fullpel and l2 functions to a separate file
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 9 Mar 2013 04:40:16 +0000 (20:40 -0800)
committerMartin Storsjö <martin@martin.st>
Mon, 8 Apr 2013 09:38:33 +0000 (12:38 +0300)
commit610b18e2e3d8ef5eca3e78f33a0625689b8d2bb9
treea29b386fff4c4e642332b4d5178a4c548fe3a5b8
parent0f598457089023f86829b34fef582f3810c491b2
x86: qpel: Move fullpel and l2 functions to a separate file

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

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/x86/Makefile
libavcodec/x86/dsputil.asm
libavcodec/x86/hpeldsp.asm
libavcodec/x86/qpel.asm [new file with mode: 0644]