Mercurial > mplayer.hg
changeset 10652:b04560162c1f
sysm --> syms typo fix by Joey Parrish
author | diego |
---|---|
date | Sun, 17 Aug 2003 21:18:02 +0000 |
parents | efb6dcac967d |
children | d9dfbe5e1011 |
files | libmpcodecs/ad_realaud.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ad_realaud.c Sun Aug 17 20:56:40 2003 +0000 +++ b/libmpcodecs/ad_realaud.c Sun Aug 17 21:18:02 2003 +0000 @@ -162,7 +162,7 @@ void* WINAPI GetProcAddress(void* handle,char *func); int WINAPI FreeLibrary(void *handle); -static int load_sysm_windows(char *path) +static int load_syms_windows(char *path) { void *handle; @@ -223,7 +223,7 @@ if (strstr(sh->codec->dll,".dll") || !load_syms_linux(path)) #endif #ifdef USE_WIN32DLL - if (!load_sysm_windows(sh->codec->dll)) + if (!load_syms_windows(sh->codec->dll)) #endif { mp_msg(MSGT_DECVIDEO, MSGL_ERR, MSGTR_MissingDLLcodec, sh->codec->dll);