[Mplayer-cvslog] CVS: main/libmpcodecs ad_realaud.c,1.27,1.28
Diego Biurrun CVS
diego at mplayerhq.hu
Sun Aug 17 23:18:09 CEST 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv31602/libmpcodecs
Modified Files:
ad_realaud.c
Log Message:
sysm --> syms typo fix by Joey Parrish
Index: ad_realaud.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_realaud.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ad_realaud.c 19 Jul 2003 22:05:16 -0000 1.27
+++ ad_realaud.c 17 Aug 2003 21:18:02 -0000 1.28
@@ -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);
More information about the MPlayer-cvslog
mailing list