Mercurial > mplayer.hg
changeset 2500:8858ff8ab415
nick ! what did you do???
author | jaf |
---|---|
date | Sat, 27 Oct 2001 17:41:54 +0000 |
parents | 13e4620eccb7 |
children | d12f90b7d773 |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Oct 27 14:58:33 2001 +0000 +++ b/configure Sat Oct 27 17:41:54 2001 +0000 @@ -389,10 +389,6 @@ TMPO="$I/mplayer-conf-$RANDOM-$RANDOM-$$.o" TMPS="$I/mplayer-conf-$RANDOM-$RANDOM-$$.S" -cat > $TMPC << EOF -int main( void ) { return 0; } -EOF - # --- # config files @@ -658,6 +654,10 @@ _syncfb=yes fi +cat > $TMPC << EOF +int main( void ) { return 0; } +EOF + case "$host_arch" in i386) _arch="#define ARCH_X86 1"