mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 14:20:55 +00:00
fix
pnm.c:228: warning: implicit declaration of function 'usec_sleep' realrtsp/rtsp.c:184: warning: implicit declaration of function 'usec_sleep' ad_acm.c:149: warning: implicit declaration of function 'usec_sleep' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17093 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9d4d23cad6
commit
355bc2f7c1
@ -11,6 +11,7 @@
|
||||
#include "wineacm.h"
|
||||
|
||||
#include "ad_internal.h"
|
||||
#include "osdep/timer.h"
|
||||
|
||||
static ad_info_t info =
|
||||
{
|
||||
|
@ -47,6 +47,7 @@
|
||||
#include "stream.h"
|
||||
#include "demuxer.h"
|
||||
#include "help_mp.h"
|
||||
#include "osdep/timer.h"
|
||||
|
||||
#include "pnm.h"
|
||||
//#include "libreal/rmff.h"
|
||||
|
@ -52,6 +52,7 @@
|
||||
#include "../stream.h"
|
||||
#include "../demuxer.h"
|
||||
#include "rtsp_session.h"
|
||||
#include "osdep/timer.h"
|
||||
|
||||
/*
|
||||
#define LOG
|
||||
|
Loading…
Reference in New Issue
Block a user