1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-25 09:44:21 +00:00

warning fixes by Dominik

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10243 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-06-03 17:43:49 +00:00
parent 9e13900d4c
commit b4d7f9837c
4 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,7 @@
#include "../osdep/timer.h"
#ifndef WIN32
#include <sys/wait.h>
#include "../osdep/shmem.h"
#else
#undef DATADIR

View File

@ -94,7 +94,7 @@ typedef struct {
MpegTSContext ts;
} ts_priv_t;
int ts_parse(demuxer_t *demuxer, ES_stream_t *es, unsigned char *packet);
static uint8_t get_packet_size(const unsigned char *buf, int size)
{

View File

@ -26,6 +26,7 @@
extern int verbose; // defined in mplayer.c
void cache_uninit(stream_t *s); // defined in cache2.c
#include "cue_read.h"

View File

@ -14,6 +14,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <ctype.h>
#include <sys/time.h>
#include "config.h"