[MPlayer-cvslog] CVS: main/loader/dmo DMO_AudioDecoder.c,1.4,1.5

Jindrich Makovicka CVS syncmail at mplayerhq.hu
Mon Mar 27 20:31:08 CEST 2006


CVS change done by Jindrich Makovicka CVS

Update of /cvsroot/mplayer/main/loader/dmo
In directory mail:/var2/tmp/cvs-serv21438

Modified Files:
	DMO_AudioDecoder.c 
Log Message:
include MSGL_* definitions

Index: DMO_AudioDecoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dmo/DMO_AudioDecoder.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DMO_AudioDecoder.c	27 Mar 2006 17:25:41 -0000	1.4
+++ DMO_AudioDecoder.c	27 Mar 2006 18:31:04 -0000	1.5
@@ -33,6 +33,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "../../mp_msg.h"
+
 #define __MODULE__ "DirectShow audio decoder"
 
 typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**);




More information about the MPlayer-cvslog mailing list