Mercurial > mplayer.hg
comparison libmpcodecs/vd_realvid.c @ 10444:2e46e51269c1
Win32 codec paths in vd_realvid.c
Patch by Glyn Kennington <glyn.kennington at hertford.oxford.ac.uk>.
author | diego |
---|---|
date | Sat, 19 Jul 2003 22:05:16 +0000 |
parents | 1031f03eec7e |
children | 6a61d694f7d3 |
comparison
equal
deleted
inserted
replaced
10443:8d7ca7c06ca6 | 10444:2e46e51269c1 |
---|---|
209 then try to load the windows ones */ | 209 then try to load the windows ones */ |
210 #ifdef HAVE_LIBDL | 210 #ifdef HAVE_LIBDL |
211 if(strstr(sh->codec->dll,".dll") || !load_syms_linux(path)) | 211 if(strstr(sh->codec->dll,".dll") || !load_syms_linux(path)) |
212 #endif | 212 #endif |
213 #ifdef USE_WIN32DLL | 213 #ifdef USE_WIN32DLL |
214 if (!load_syms_windows(path)) | 214 if (!load_syms_windows(sh->codec->dll)) |
215 #endif | 215 #endif |
216 { | 216 { |
217 mp_msg(MSGT_DECVIDEO,MSGL_ERR,MSGTR_MissingDLLcodec,sh->codec->dll); | 217 mp_msg(MSGT_DECVIDEO,MSGL_ERR,MSGTR_MissingDLLcodec,sh->codec->dll); |
218 mp_msg(MSGT_DECVIDEO,MSGL_HINT,"Read the RealVideo section of the DOCS!\n"); | 218 mp_msg(MSGT_DECVIDEO,MSGL_HINT,"Read the RealVideo section of the DOCS!\n"); |
219 free(path); | 219 free(path); |