[Mplayer-cvslog] CVS: main/TOOLS vivodump.c,1.7,1.8
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Oct 28 02:50:23 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/TOOLS
In directory mail:/var2/tmp/cvs-serv10815
Modified Files:
vivodump.c
Log Message:
compilation fix, mostly by Reza Jelveh
Index: vivodump.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/vivodump.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vivodump.c 19 Jan 2003 01:48:51 -0000 1.7
+++ vivodump.c 28 Oct 2004 00:50:21 -0000 1.8
@@ -1,12 +1,21 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <inttypes.h>
-#include "wine/mmreg.h"
-#include "wine/avifmt.h"
-#include "wine/vfw.h"
-
-#include "muxer.h"
+#include "loader/wine/mmreg.h"
+#include "loader/wine/avifmt.h"
+#include "loader/wine/vfw.h"
+
+#include "libmpdemux/muxer.h"
+
+char *info_name;
+char *info_artist;
+char *info_genre;
+char *info_subject;
+char *info_copyright;
+char *info_sourceform;
+char *info_comment;
static const short h263_format[8][2] = {
{ 0, 0 },
More information about the MPlayer-cvslog
mailing list