mirror of
https://github.com/mpv-player/mpv
synced 2025-03-29 15:00:27 +00:00
Include corresponding .h in some .c files
This commit is contained in:
parent
0d09176078
commit
cab2e4f5ca
@ -21,6 +21,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "av_opts.h"
|
||||
#include "libavcodec/opt.h"
|
||||
|
||||
int parse_avopts(void *v, char *str){
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "mp3_hdr.h"
|
||||
#include "mp_msg.h"
|
||||
|
||||
//----------------------- mp3 audio frame header parser -----------------------
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <stdlib.h>
|
||||
#include "mpcommon.h"
|
||||
#include "options.h"
|
||||
#include "stream/stream.h"
|
||||
#include "libmpdemux/demuxer.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include "config.h"
|
||||
#include "timer.h"
|
||||
|
||||
const char timer_name[] =
|
||||
#ifdef HAVE_NANOSLEEP
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "cache2.h"
|
||||
#include "osdep/timer.h"
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "drivers.h"
|
||||
#include "config.h"
|
||||
#include "vidix.h"
|
||||
#include "libavutil/common.h"
|
||||
|
Loading…
Reference in New Issue
Block a user