[Mplayer-cvslog] CVS: main mencoder.c,1.222,1.223
Tobias Diedrich CVS
ranma at mplayerhq.hu
Wed Dec 3 00:41:39 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv1699
Modified Files:
mencoder.c
Log Message:
InitTimer has to be called before *Timer-Functions can be used.
Actually on x86 it works anyway, but for Darwin this is needed.
(Patch by Steven M. Schultz)
Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- mencoder.c 23 Nov 2003 19:30:05 -0000 1.222
+++ mencoder.c 2 Dec 2003 23:40:05 -0000 1.223
@@ -402,6 +402,8 @@
#endif
#endif
+ InitTimer();
+
// check codec.conf
if(!parse_codec_cfg(get_path("codecs.conf"))){
if(!parse_codec_cfg(MPLAYER_CONFDIR "/codecs.conf")){
More information about the MPlayer-cvslog
mailing list