comparison mencoder.c @ 30855:977fd535cc9d

Add -codecpath option. It allows to search binary codecs in non-standard directories.
author komh
date Mon, 15 Mar 2010 08:30:06 +0000
parents 82dd2fbdb772
children adf8008a338f
comparison
equal deleted inserted replaced
30854:0651155480a5 30855:977fd535cc9d
530 } 530 }
531 } 531 }
532 532
533 #ifdef CONFIG_PRIORITY 533 #ifdef CONFIG_PRIORITY
534 set_priority(); 534 set_priority();
535 #endif
536
537 #ifdef CONFIG_WIN32DLL
538 if (codec_path)
539 SetCodecPath(codec_path);
535 #endif 540 #endif
536 541
537 // check font 542 // check font
538 #ifdef CONFIG_FREETYPE 543 #ifdef CONFIG_FREETYPE
539 init_freetype(); 544 init_freetype();