comparison mencoder.c @ 16781:6809ca5dd307

allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmail.com>
author faust3
date Sun, 16 Oct 2005 19:14:09 +0000
parents bede9bedd45a
children 50fb26acbcba
comparison
equal deleted inserted replaced
16780:1a472bba92c7 16781:6809ca5dd307
435 mp_msg(MSGT_CPLAYER,MSGL_INFO," SSE2"); 435 mp_msg(MSGT_CPLAYER,MSGL_INFO," SSE2");
436 #endif 436 #endif
437 mp_msg(MSGT_CPLAYER,MSGL_INFO,"\n\n"); 437 mp_msg(MSGT_CPLAYER,MSGL_INFO,"\n\n");
438 #endif 438 #endif
439 #endif 439 #endif
440
441 #if defined(WIN32) && defined(USE_WIN32DLL)
442 set_path_env();
443 #endif /*WIN32 && USE_WIN32DLL*/
440 444
441 InitTimer(); 445 InitTimer();
442 446
443 // check codec.conf 447 // check codec.conf
444 if(!codecs_file || !parse_codec_cfg(codecs_file)){ 448 if(!codecs_file || !parse_codec_cfg(codecs_file)){