mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
cosmetics: main (void) --> main(void)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27273 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0caa345a69
commit
846f87f83b
2
configure
vendored
2
configure
vendored
@ -2459,7 +2459,7 @@ EOF
|
||||
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'
|
||||
|
Loading…
Reference in New Issue
Block a user