diff 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
line wrap: on
line diff
--- a/mencoder.c	Sun Oct 16 17:44:58 2005 +0000
+++ b/mencoder.c	Sun Oct 16 19:14:09 2005 +0000
@@ -437,6 +437,10 @@
   mp_msg(MSGT_CPLAYER,MSGL_INFO,"\n\n");
 #endif
 #endif
+
+#if defined(WIN32) && defined(USE_WIN32DLL)
+  set_path_env();
+#endif /*WIN32 && USE_WIN32DLL*/
   
   InitTimer();