summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-24 08:13:31 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-24 08:13:31 +0000
commitc9ab15ec9b1dc34cb6e30d5d299b059dd6b501a5 (patch)
tree0ca81f8e7f3dabb1ace699774b49b274cba830ac
parentb4423c2714b52397df93e1fe330462428517d220 (diff)
downloadmpv-c9ab15ec9b1dc34cb6e30d5d299b059dd6b501a5.tar.bz2
mpv-c9ab15ec9b1dc34cb6e30d5d299b059dd6b501a5.tar.xz
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
-rw-r--r--libmpcodecs/vd_real.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/vd_real.c b/libmpcodecs/vd_real.c
index 5c692d1041..38cc534d2e 100644
--- a/libmpcodecs/vd_real.c
+++ b/libmpcodecs/vd_real.c
@@ -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
{