mirror of https://github.com/mpv-player/mpv
And a tiny compile fix.
I should learn to test before apply. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12956 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e68d7f6858
commit
a6b5e68f25
|
@ -6,7 +6,7 @@
|
|||
#include <sys/time.h>
|
||||
#include "../config.h"
|
||||
|
||||
const char *timer_name() =
|
||||
const char *timer_name =
|
||||
#ifdef HAVE_NANOSLEEP
|
||||
"nanosleep()";
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue