[FFmpeg-devel] [PATCH] Fix mm_flags, mm_support for ARM
Laurent Desnogues
laurent.desnogues
Wed Jun 25 10:47:06 CEST 2008
Hello,
here is a quick fix for mm_flags/mm_support for ARM that enables
compilation of dct-test.
I moved mm_flags from dsputil_iwmmxt.c to dsputil_arm.c and
defined mm_support as 0 in dsputil.h.
The rationale for moving mm_flags to dsputil_arm.c is that this
will be used when NEON support is added, so I think it makes
sense to "factor" it.
For mm_support, I would like to make it sensible, but that
workaround should be OK for now.
As usual, noobness warning applies :-)
Laurent
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arm-mm.patch
Type: text/x-patch
Size: 1581 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080625/0410dd3a/attachment.bin>
More information about the ffmpeg-devel
mailing list