Mercurial > mplayer.hg
diff loader/module.c @ 30888:ff7b06c867cd
Split codec path related code into a separate file to fix Windows build.
| author | reimar |
|---|---|
| date | Thu, 18 Mar 2010 20:44:01 +0000 |
| parents | 9fc9d1e788aa |
| children | e907ff9e7e77 |
line wrap: on
line diff
--- a/loader/module.c Thu Mar 18 00:45:18 2010 +0000 +++ b/loader/module.c Thu Mar 18 20:44:01 2010 +0000 @@ -46,6 +46,7 @@ #endif #include "win32.h" #include "drv.h" +#include "codecpath.h" #ifdef EMU_QTX_API #include "wrapper.h" @@ -366,7 +367,6 @@ { WINE_MODREF *wm = 0; char* listpath[] = { "", "", "/usr/lib/win32", "/usr/local/lib/win32", 0 }; - extern char* def_path; char path[512]; char checked[2000]; int i = -1;
