summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-28 00:50:21 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-28 00:50:21 +0000
commit7888b27b6fce62c80ce73e990eeacae20f4e9b39 (patch)
tree73564ca0766e599edc084d3342a405e45e2e1cf5 /TOOLS
parent519783d23abd182ed9b08787dc8c543a2fef0a38 (diff)
downloadmpv-7888b27b6fce62c80ce73e990eeacae20f4e9b39.tar.bz2
mpv-7888b27b6fce62c80ce73e990eeacae20f4e9b39.tar.xz
compilation fix, mostly by Reza Jelveh
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13784 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/vivodump.c17
1 files changed, 13 insertions, 4 deletions
diff --git a/TOOLS/vivodump.c b/TOOLS/vivodump.c
index 72134b1d00..cce762c566 100644
--- a/TOOLS/vivodump.c
+++ b/TOOLS/vivodump.c
@@ -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 "loader/wine/mmreg.h"
+#include "loader/wine/avifmt.h"
+#include "loader/wine/vfw.h"
-#include "muxer.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 },