[Mplayer-cvslog] CVS: main/libmpcodecs ad_realaud.c, 1.28, 1.29 vd_realvid.c, 1.25, 1.26 ad_qtaudio.c, 1.11, 1.12 vd_qtvideo.c, 1.16, 1.17

Richard Felker CVS syncmail at mplayerhq.hu
Fri Apr 30 12:26:29 CEST 2004


CVS change done by Richard Felker CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv30320/libmpcodecs

Modified Files:
	ad_realaud.c vd_realvid.c ad_qtaudio.c vd_qtvideo.c 
Log Message:
minimal fix for alex's 1000000000000l compile errors. imo the fix in
aviheader.h is totally correct. defining useless typedefs that can
conflict with other headers is bad practice. i don't like editing
mmreg.h but oh well... if you have a better fix, commit it! finally,
the fix in the ad_ and vd_ files seems totally correct.


Index: ad_realaud.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_realaud.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ad_realaud.c	17 Aug 2003 21:18:02 -0000	1.28
+++ ad_realaud.c	30 Apr 2004 10:26:26 -0000	1.29
@@ -14,6 +14,7 @@
 #include "help_mp.h"
 
 #include "ad_internal.h"
+#include "wine/windef.h"
 
 static ad_info_t info =  {
 	"RealAudio decoder",

Index: vd_realvid.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_realvid.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- vd_realvid.c	19 Jul 2003 22:05:16 -0000	1.25
+++ vd_realvid.c	30 Apr 2004 10:26:26 -0000	1.26
@@ -12,6 +12,7 @@
 #include "help_mp.h"
 
 #include "vd_internal.h"
+#include "wine/windef.h"
 
 static vd_info_t info = {
 	"RealVideo decoder",

Index: ad_qtaudio.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_qtaudio.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ad_qtaudio.c	13 Apr 2004 14:33:18 -0000	1.11
+++ ad_qtaudio.c	30 Apr 2004 10:26:26 -0000	1.12
@@ -7,6 +7,7 @@
 #include "../mp_msg.h"
 
 #if defined(USE_QTX_CODECS) || defined(MACOSX)
+#include "wine/windef.h"
 
 #include "ad_internal.h"
 #include "bswap.h"

Index: vd_qtvideo.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_qtvideo.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- vd_qtvideo.c	13 Apr 2004 14:48:31 -0000	1.16
+++ vd_qtvideo.c	30 Apr 2004 10:26:26 -0000	1.17
@@ -4,6 +4,7 @@
 #include "config.h"
 
 #if defined(USE_QTX_CODECS) || defined(MACOSX)
+#include "wine/windef.h"
 
 #include "mp_msg.h"
 #include "vd_internal.h"




More information about the MPlayer-cvslog mailing list