[MPlayer-cvslog] CVS: main configure,1.1164,1.1165

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Apr 22 15:17:33 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv12200

Modified Files:
	configure 
Log Message:
Disable RTC on PowerPC.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1164
retrieving revision 1.1165
diff -u -r1.1164 -r1.1165
--- configure	22 Apr 2006 12:46:33 -0000	1.1164
+++ configure	22 Apr 2006 13:17:23 -0000	1.1165
@@ -5334,6 +5334,7 @@
 EOF
   _rtc=no
   cc_check && _rtc=yes
+  ppc && _rtc=no
 fi
 if test "$_rtc" = yes ; then
   _def_rtc='#define HAVE_RTC 1'




More information about the MPlayer-cvslog mailing list