mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
compilation fix, mostly by Reza Jelveh
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13784 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
519783d23a
commit
7888b27b6f
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user