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:
arpi_esp 2001-03-24 18:48:37 +00:00
parent 9ad79ece46
commit 8e3237c8c0
1 changed files with 3 additions and 0 deletions

View File

@ -325,6 +325,9 @@ while(current<end){
if(setjmp(mpeg2_jmp_buf)==0){
ret+=parse_chunk(output, code&0xFF, pos);
} else {
#ifdef ARCH_X86
if (config.flags & MM_ACCEL_X86_MMX) emms ();
#endif
printf("@@@ libmpeg2 returned from sig11... @@@\n");
}
}