From 8686b281f85ba58c24729d1aad75ddd04ab9c537 Mon Sep 17 00:00:00 2001 From: komh Date: Mon, 15 Mar 2010 08:30:06 +0000 Subject: Add -codecpath option. It allows to search binary codecs in non-standard directories. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30897 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index a5fe132d0a..77400a0ed0 100644 --- a/mplayer.c +++ b/mplayer.c @@ -2701,6 +2701,11 @@ int gui_no_filename=0; set_priority(); #endif +#ifdef CONFIG_WIN32DLL + if (codec_path) + SetCodecPath(codec_path); +#endif + #ifndef CONFIG_GUI if(use_gui){ mp_msg(MSGT_CPLAYER,MSGL_WARN,MSGTR_NoGui); -- cgit v1.2.3