mirror of
https://github.com/mpv-player/mpv
synced 2025-04-07 10:02:50 +00:00
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:
parent
70848671d3
commit
67be02500d
@ -162,7 +162,7 @@ void* WINAPI LoadLibraryA(char* name);
|
|||||||
void* WINAPI GetProcAddress(void* handle,char *func);
|
void* WINAPI GetProcAddress(void* handle,char *func);
|
||||||
int WINAPI FreeLibrary(void *handle);
|
int WINAPI FreeLibrary(void *handle);
|
||||||
|
|
||||||
static int load_sysm_windows(char *path)
|
static int load_syms_windows(char *path)
|
||||||
{
|
{
|
||||||
void *handle;
|
void *handle;
|
||||||
|
|
||||||
@ -223,7 +223,7 @@ static int preinit(sh_audio_t *sh){
|
|||||||
if (strstr(sh->codec->dll,".dll") || !load_syms_linux(path))
|
if (strstr(sh->codec->dll,".dll") || !load_syms_linux(path))
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_WIN32DLL
|
#ifdef USE_WIN32DLL
|
||||||
if (!load_sysm_windows(sh->codec->dll))
|
if (!load_syms_windows(sh->codec->dll))
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
mp_msg(MSGT_DECVIDEO, MSGL_ERR, MSGTR_MissingDLLcodec, sh->codec->dll);
|
mp_msg(MSGT_DECVIDEO, MSGL_ERR, MSGTR_MissingDLLcodec, sh->codec->dll);
|
||||||
|
Loading…
Reference in New Issue
Block a user