sysm --> syms typo fix by Joey Parrish

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10653 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-08-17 21:18:02 +00:00
parent 70848671d3
commit 67be02500d
1 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ void* WINAPI LoadLibraryA(char* name);
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 @@ static int preinit(sh_audio_t *sh){
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);