[FFmpeg-devel] [PATCH] x86/qpel: move fullpel and l2 functions to separate file.

Michael Niedermayer michaelni at gmx.at
Sat Mar 9 17:30:40 CET 2013


On Fri, Mar 08, 2013 at 08:40:16PM -0800, Ronald S. Bultje wrote:
> From: "Ronald S. Bultje" <rsbultje at gmail.com>
> 
> This way, they can be shared between mpeg4qpel and h264qpel without
> requiring either one to be compiled unconditionally.
> ---
>  libavcodec/x86/Makefile     |   4 +-
>  libavcodec/x86/dsputil.asm  | 192 ---------------------------------
>  libavcodec/x86/hpeldsp.asm  |  41 -------
>  libavcodec/x86/qpelbase.asm | 256 ++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 259 insertions(+), 234 deletions(-)
>  create mode 100644 libavcodec/x86/qpelbase.asm

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

There will always be a question for which you do not know the correct answer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130309/86127edd/attachment.asc>


More information about the ffmpeg-devel mailing list