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)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11551 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ranma 2003-12-02 23:40:05 +00:00
parent 4906dfc1f9
commit fb3628e2ce
1 changed files with 2 additions and 0 deletions

View File

@ -402,6 +402,8 @@ unsigned int timer_start;
#endif
#endif
InitTimer();
// check codec.conf
if(!parse_codec_cfg(get_path("codecs.conf"))){
if(!parse_codec_cfg(MPLAYER_CONFDIR "/codecs.conf")){