Mercurial > mplayer.hg
changeset 13783:4277e06630bf
compilation fix, mostly by Reza Jelveh
author | diego |
---|---|
date | Thu, 28 Oct 2004 00:50:21 +0000 |
parents | cf78f10a4af9 |
children | 7d3b84ddd2fd |
files | TOOLS/vivodump.c |
diffstat | 1 files changed, 13 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/vivodump.c Wed Oct 27 23:57:34 2004 +0000 +++ b/TOOLS/vivodump.c Thu Oct 28 00:50:21 2004 +0000 @@ -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 "libmpdemux/muxer.h" -#include "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 },