CVS: main/libmpeg2 decode.c,1.8,1.9
Update of /cvsroot/mplayer/main/libmpeg2 In directory usw-pr-cvs1:/tmp/cvs-serv25087 Modified Files: decode.c Log Message: printfs changed... Index: decode.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpeg2/decode.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** decode.c 2001/03/24 18:48:37 1.8 --- decode.c 2001/04/18 01:27:23 1.9 *************** *** 63,67 **** { ! printf (PACKAGE"-"VERSION" (C) 2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>\n"); config.flags = 0; #ifdef HAVE_MMX --- 63,67 ---- { ! printf (PACKAGE"-"VERSION" (C) 2000-2001 Aaron Holtzman & Michel Lespinasse\n"); config.flags = 0; #ifdef HAVE_MMX *************** *** 78,82 **** #endif ! printf("libmpeg2 config flags = 0x%X\n",config.flags); picture=shmem_alloc(sizeof(picture_t)); // !!! NEW HACK :) !!! --- 78,82 ---- #endif ! // printf("libmpeg2 config flags = 0x%X\n",config.flags); picture=shmem_alloc(sizeof(picture_t)); // !!! NEW HACK :) !!! *************** *** 329,333 **** if (config.flags & MM_ACCEL_X86_MMX) emms (); #endif ! printf("@@@ libmpeg2 returned from sig11... @@@\n"); } } --- 329,333 ---- if (config.flags & MM_ACCEL_X86_MMX) emms (); #endif ! printf("@@@ libmpeg2 returned from sig11... (bad file?) @@@\n"); } } _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
GEREOFFY