Mercurial > mplayer.hg
changeset 27241:0f19d253e68a
cosmetics: main (void) --> main(void)
author | diego |
---|---|
date | Sun, 13 Jul 2008 11:54:13 +0000 |
parents | c47f55847247 |
children | e14f95ec3b57 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jul 13 11:50:48 2008 +0000 +++ b/configure Sun Jul 13 11:54:13 2008 +0000 @@ -2459,7 +2459,7 @@ cat > $TMPC << EOF $inc_altivec_h #define AVV(x...) {x} -int main (void) { (vector int) AVV(1); return 0; } +int main(void) { (vector int) AVV(1); return 0; } EOF cc_check $_altivec_gcc_flags && _def_altivec_vector_braces='#define HAVE_ALTIVEC_VECTOR_BRACES 1'