summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-16 19:14:09 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-16 19:14:09 +0000
commitdbc1f67ca229c77150d2936e92d294580985144e (patch)
treee9ad9598692445f674f34d2126ba11edc97c5b88 /mencoder.c
parentc6c363b3473410e68a3211dccf9003733bf0299f (diff)
downloadmpv-dbc1f67ca229c77150d2936e92d294580985144e.tar.bz2
mpv-dbc1f67ca229c77150d2936e92d294580985144e.tar.xz
allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmail.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16782 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index cdfa23b7b3..44f5eedcae 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -437,6 +437,10 @@ audio_encoder_t *aencoder = NULL;
mp_msg(MSGT_CPLAYER,MSGL_INFO,"\n\n");
#endif
#endif
+
+#if defined(WIN32) && defined(USE_WIN32DLL)
+ set_path_env();
+#endif /*WIN32 && USE_WIN32DLL*/
InitTimer();