Mercurial > mplayer.hg
changeset 6544:222f6da66fa3
first try to load linux dlls, if failed and we're supporting win32 dlls, then try to load the windows ones
author | alex |
---|---|
date | Mon, 24 Jun 2002 08:13:31 +0000 |
parents | 70a9c9f695a2 |
children | 9df67606ef53 |
files | libmpcodecs/vd_real.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_real.c Mon Jun 24 08:13:08 2002 +0000 +++ b/libmpcodecs/vd_real.c Mon Jun 24 08:13:31 2002 +0000 @@ -146,7 +146,7 @@ /* 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 {