[FFmpeg-devel] [PATCH] arm-wince-cegcc build

Eric Bellotti EricB
Tue Sep 23 11:32:37 CEST 2008


This patch enables SVN head to build out of the box with the
arm-wince-cegcc toolchain.  Builds targetting ce should define the
UNDER_CE macro else things like fd_set are multiply defined.  Another
problem is in the asm files with the function keyword such as: ".type
ff_simple_idct_add_armv6, %function".  arm-wince-cegcc-as cannot process
it.  Wrapped these in #ifdefs.  Patch tested working on 15391.

Regards,

Eric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arm-wince-cegcc.patch
Type: application/octet-stream
Size: 4568 bytes
Desc: arm-wince-cegcc.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080923/59f93fee/attachment.obj>



More information about the ffmpeg-devel mailing list