From 7888b27b6fce62c80ce73e990eeacae20f4e9b39 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 28 Oct 2004 00:50:21 +0000 Subject: compilation fix, mostly by Reza Jelveh git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13784 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/vivodump.c | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'TOOLS/vivodump.c') 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 #include #include +#include -#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 }, -- cgit v1.2.3