Mercurial > mplayer.hg
changeset 22708:0d86320521b9
Move Cygwin specific #define setting to system OS-specific settings section.
author | diego |
---|---|
date | Sun, 18 Mar 2007 20:25:02 +0000 |
parents | 9d0141651b58 |
children | bd96254153f1 |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Mar 18 20:21:52 2007 +0000 +++ b/configure Sun Mar 18 20:25:02 2007 +0000 @@ -1301,6 +1301,10 @@ _need_shmem=no fi +if cygwin ; then + _def_confwin32='#define WIN32' +fi + if amigaos ; then _select=no _sighandler=no @@ -7248,7 +7252,6 @@ # Determine OS dependent libs if cygwin ; then - _def_confwin32='#define WIN32' #CFLAGS="$CFLAGS -D__CYGWIN__ -D__CYGWIN_USE_BIG_TYPES__" # stat.st_size with BIG_TYPES is broken (not set) ::atmos CFLAGS="$CFLAGS -D__CYGWIN__"