--- trunk/xvidcore/build/generic/Makefile.cygwin 2002/09/22 10:30:04 509 +++ trunk/xvidcore/build/generic/Makefile.cygwin 2002/09/28 03:00:03 554 @@ -1,10 +1,10 @@ ############################################################################# # -# GNU/Linux Makefile +# Cygwin/Win32 x86 Makefile # # Edit this file to enable/disable optimizations # -# $Id: Makefile.cygwin,v 1.4 2002-09-22 10:30:04 edgomez Exp $ +# $Id: Makefile.cygwin,v 1.7 2002-09-28 03:00:03 suxen_drol Exp $ # ############################################################################# @@ -33,6 +33,8 @@ AFLAGS = -f win32 -DPREFIX # Constants which should not be modified +# Note: the `mingw-runtime` package is required when building with +# -DLINUX and -mno-cygwin. CFLAGS += -DARCH_X86 CFLAGS += -DLINUX CFLAGS += -UWIN32 @@ -44,7 +46,7 @@ # CFLAGS += -D_DEBUG_PSNR # Enable BFrame decoding (still beta) -# CFLAGS += -DBRAMES_DEC +# CFLAGS += -DBFRAMES_DEC LIBDIR = /usr/local/lib