git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
7079b91
)
Merge branch 'master' of git@git.videolan.org:vlc
author
Rémi Denis-Courmont
<remi@remlab.net>
Sun, 31 May 2009 19:32:09 +0000
(22:32 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Sun, 31 May 2009 19:32:09 +0000
(22:32 +0300)
include/vlc_mtime.h
patch
|
blob
|
history
diff --git
a/include/vlc_mtime.h
b/include/vlc_mtime.h
index
0a75dac
..
8c86e2f
100644
(file)
--- a/
include/vlc_mtime.h
+++ b/
include/vlc_mtime.h
@@
-68,7
+68,7
@@
VLC_EXPORT( void, mwait, ( mtime_t date ) );
VLC_EXPORT( void, msleep, ( mtime_t delay ) );
VLC_EXPORT( char *, secstotimestr, ( char *psz_buffer, int secs ) );
-#if defined (__GNUC__) && defined (__linux__)
+#if defined (__GNUC__) &&
(__GNUC__ >= 4) &&
defined (__linux__)
# define VLC_HARD_MIN_SLEEP 1000 /* Linux has 100, 250, 300 or 1000Hz */
# define VLC_SOFT_MIN_SLEEP 9000000