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 --- mencoder.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 7b9f5705eb..12467cccfc 100644 --- a/mencoder.c +++ b/mencoder.c @@ -534,6 +534,11 @@ if (frameno_filename) { set_priority(); #endif +#ifdef CONFIG_WIN32DLL + if (codec_path) + SetCodecPath(codec_path); +#endif + // check font #ifdef CONFIG_FREETYPE init_freetype(); -- cgit v1.2.3