[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.111,1.112

Zoltan Ponekker pontscho at mplayerhq.hu
Wed Nov 27 00:23:21 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv25840

Modified Files:
	vo_dxr3.c 
Log Message:


10l

i don't find this define in em8300 cvs.


Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- vo_dxr3.c	26 Nov 2002 22:58:56 -0000	1.111
+++ vo_dxr3.c	26 Nov 2002 23:23:17 -0000	1.112
@@ -409,7 +409,11 @@
 	}
 
 	/* Set the playmode to play (just in case another app has set it to something else) */
+#ifdef EM8300_PLAYMODE_SYNC
 	ioval = EM8300_PLAYMODE_SYNC;
+#else
+	ioval = EM8300_PLAYMODE_PLAY;
+#endif
 	if (ioctl(fd_control, EM8300_IOCTL_SET_PLAYMODE, &ioval) < 0) {
 		printf("VO: [dxr3] Unable to set playmode!\n");
 	}




More information about the MPlayer-cvslog mailing list