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:
alex 2002-06-24 08:13:31 +00:00
parent b4423c2714
commit c9ab15ec9b
1 changed files with 1 additions and 1 deletions

View File

@ -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
{