[FFmpeg-devel] Patch: Inline asm fixes for Intel compiler on Windows

Matt Oliver protogonoi at gmail.com
Mon Apr 14 07:23:15 CEST 2014


> i could apply it but it feels wrong to apply things to mplayer that
> where posted to ffmpeg and not mplayer. Please submit it to mplayer
> (and in case noone reviews/applies it there, ping me and ill do it)
>

Fair enough and thanks, I submitted it to mplayer mailing list so well see
how that goes.

On an additional note I was playing with some icl settings and found a
small error. Seems idct_sse2_xvid.c has a stray inline declaration on one
of its functions. The standard or mmx/mmext versions dont have the inline
just the sse2 version. Given this is in a .c file and the function is used
externally the inline has no affect and seems to cause icl to not export
the function properly. Attached is a small patch.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: idct-Remove-redundant-inline-from-xvid_sse.patch
Type: application/octet-stream
Size: 861 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140414/576066f2/attachment.obj>


More information about the ffmpeg-devel mailing list