mirror of https://github.com/mpv-player/mpv
first try to load linux dlls, if failed and we're supporting win32 dlls, then try to load the windows ones
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6545 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b4423c2714
commit
c9ab15ec9b
|
@ -146,7 +146,7 @@ static int init(sh_video_t *sh){
|
|||
/* first try to load linux dlls, if failed and we're supporting win32 dlls,
|
||||
then try to load the windows ones */
|
||||
if(!load_syms_linux(path))
|
||||
#ifdef USE_WIN32DLLS
|
||||
#ifdef USE_WIN32DLL
|
||||
if (!load_syms_windows(path))
|
||||
#endif
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue