X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_mtime.h;h=0a75dacdf964f4c3a19c47f709ff2ec6eaa6abec;hb=ad1d316efd83157217fdf9b5d417dddca54bbf41;hp=8c86e2f5c8f1b55f6bc9ca52f2cc3f12b8a4d6b0;hpb=6520db28ddffcc6e3be403d28b6897cd51fc65cb;p=vlc diff --git a/include/vlc_mtime.h b/include/vlc_mtime.h index 8c86e2f5c8..0a75dacdf9 100644 --- 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__) && (__GNUC__ >= 4) && defined (__linux__) +#if defined (__GNUC__) && defined (__linux__) # define VLC_HARD_MIN_SLEEP 1000 /* Linux has 100, 250, 300 or 1000Hz */ # define VLC_SOFT_MIN_SLEEP 9000000