libtheora-xcode31.patch
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:
midi
开发平台:
Unix_Linux
- --- libtheora-1.0/lib/enc/x86_32/dct_decode_mmx.c 2008-10-21 05:36:19.000000000 +0200
- +++ libtheora/lib/enc/x86_32/dct_decode_mmx.c 2009-10-27 18:10:51.000000000 +0100
- @@ -30,7 +30,7 @@
- const ogg_int16_t *_ll){
- long esi;
- _pix-=_ystride*2;
- - __asm__ __volatile__(
- + __asm__(
- /*mm0=0*/
- "pxor %%mm0,%%mm0nt"
- /*esi=_ystride*3*/
- @@ -213,7 +213,7 @@
- const ogg_int16_t *_ll){
- long esi;
- long edi;
- - __asm__ __volatile__(
- + __asm__(
- /*x x x x 3 2 1 0*/
- "movd (%[pix]),%%mm0nt"
- /*esi=_ystride*3*/