[FFmpeg-devel] [PATCH] add neon h264pred_neon.o also for SVQ3, RV30 and RV40

Vladimir Pantelic pan
Fri Mar 12 11:13:40 CET 2010


h264pred is used not only for H264 but also for SVQ3, RV30 and RV40.
there is a neon optimized version in arm/h264pred_neon.o, but it is
only added for NEON-OBJS-$(CONFIG_H264_DECODER).

attached patch also adds this file for SVQ3, RV30 and RV40.

BTW, compilation breaks if you build for arm+neon but do not
have the H264 decoder enabled, in this case it pulls in
arm/h264pred_init_arm.c via OBJS-$(ARCH_ARM) but not
arm/h264pred_neon.S which is under $(CONFIG_H264_DECODER)!

Any idea how to solve that most elegantly?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lavc_h264pred_neon_for_svq3rv34.patch
Type: text/x-patch
Size: 717 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100312/2d9c1a0a/attachment.bin>



More information about the ffmpeg-devel mailing list