mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 13:17:13 +00:00
MMX fix (missing emms() in sig11handler)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@205 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9ad79ece46
commit
8e3237c8c0
@ -325,6 +325,9 @@ while(current<end){
|
|||||||
if(setjmp(mpeg2_jmp_buf)==0){
|
if(setjmp(mpeg2_jmp_buf)==0){
|
||||||
ret+=parse_chunk(output, code&0xFF, pos);
|
ret+=parse_chunk(output, code&0xFF, pos);
|
||||||
} else {
|
} else {
|
||||||
|
#ifdef ARCH_X86
|
||||||
|
if (config.flags & MM_ACCEL_X86_MMX) emms ();
|
||||||
|
#endif
|
||||||
printf("@@@ libmpeg2 returned from sig11... @@@\n");
|
printf("@@@ libmpeg2 returned from sig11... @@@\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user