Mercurial > mplayer.hg
comparison configure @ 6334:5becd843ff47
cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>
author | arpi |
---|---|
date | Fri, 07 Jun 2002 22:41:26 +0000 |
parents | 8b543b2e65f0 |
children | e42a9f3dbdc8 |
comparison
equal
deleted
inserted
replaced
6333:69e14bf9e223 | 6334:5becd843ff47 |
---|---|
1644 echores "$_dvdio" | 1644 echores "$_dvdio" |
1645 | 1645 |
1646 | 1646 |
1647 echocheck "sys/cdio.h" | 1647 echocheck "sys/cdio.h" |
1648 cat > $TMPC << EOF | 1648 cat > $TMPC << EOF |
1649 #include <unistd.h> | |
1649 #include <sys/cdio.h> | 1650 #include <sys/cdio.h> |
1650 int main(void) { return 0; } | 1651 int main(void) { return 0; } |
1651 EOF | 1652 EOF |
1652 _cdio=no | 1653 _cdio=no |
1653 cc_check && _cdio=yes | 1654 cc_check && _cdio=yes |
3723 | 3724 |
3724 EOF | 3725 EOF |
3725 fi | 3726 fi |
3726 if darwin ; then | 3727 if darwin ; then |
3727 # use gnu style cpp on Darwin | 3728 # use gnu style cpp on Darwin |
3728 CFLAGS="$CFLAGS -no-cpp-precomp" | 3729 CFLAGS="$CFLAGS -no-cpp-precomp -DSYS_DARWIN" |
3729 fi | 3730 fi |
3730 # Thread support | 3731 # Thread support |
3731 if linux ; then | 3732 if linux ; then |
3732 CFLAGS="$CFLAGS -D_REENTRANT" | 3733 CFLAGS="$CFLAGS -D_REENTRANT" |
3733 elif bsd ; then | 3734 elif bsd ; then |