1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-24 17:06:58 +00:00

Disable RTC on PowerPC.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18183 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-04-22 13:17:23 +00:00
parent f86a32a270
commit 1d8757fb7d

1
configure vendored
View File

@ -5334,6 +5334,7 @@ int main(void) { return RTC_PIE_ON; }
EOF
_rtc=no
cc_check && _rtc=yes
ppc && _rtc=no
fi
if test "$_rtc" = yes ; then
_def_rtc='#define HAVE_RTC 1'