[FFmpeg-devel] ff_idct_xvid_sse2-cannot-be-inline.patch

Pavel Pavlov pavel
Tue Mar 9 00:29:15 CET 2010


The function ff_idct_xvid_sse2 simply cannot be static because it's referenced inside dsputil_mmx.c:
   c->idct    = ff_idct_xvid_sse2;
I have no idea how gcc could compile/link this kind of code. There should have been a link error at least
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ff_idct_xvid_sse2-cannot-be-inline.patch
Type: application/octet-stream
Size: 511 bytes
Desc: ff_idct_xvid_sse2-cannot-be-inline.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100308/37935936/attachment.obj>



More information about the ffmpeg-devel mailing list