Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Tue, 11 Dec 2007 20:32:21 +0000 | diego | Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__. |
Tue, 11 Dec 2007 20:30:30 +0000 | diego | Remove redundant and obfuscating preprocessor conditional. |
Tue, 11 Dec 2007 20:27:13 +0000 | diego | Replace SYS_DARWIN conditional by the more correct __APPLE__. |
Tue, 11 Dec 2007 20:16:00 +0000 | diego | There is a check for altivec.h in configure so use the preprocessor directive |
Tue, 11 Dec 2007 20:07:18 +0000 | diego | Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__. |
Tue, 11 Dec 2007 19:56:40 +0000 | reimar | Make init_video function in dec_video static, it is not used outside that file. |
Tue, 11 Dec 2007 19:54:35 +0000 | diego | Identifiers starting with __ are reserved for the system. |
Tue, 11 Dec 2007 19:52:17 +0000 | diego | Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when |