--- trunk/xvidcore/vfw/bin/Makefile 2008/11/27 00:47:03 1805 +++ trunk/xvidcore/vfw/bin/Makefile 2008/11/27 11:57:51 1806 @@ -9,7 +9,7 @@ # Requires GNU Make because of shell expansion performed at a bad time with # other make programs (even using := variable assignments) # -# $Id: Makefile,v 1.5 2005-12-18 02:55:54 syskin Exp $ +# $Id: Makefile,v 1.6 2008-11-27 11:57:28 Isibaar Exp $ ############################################################################## include sources.inc @@ -24,7 +24,6 @@ # Constants which should not be modified # The `mingw-runtime` package is required when building with -mno-cygwin CFLAGS += -I$(SRC_DIR)/w32api -I$(LOCAL_XVID_SRCTREE) -CFLAGS += -D_WIN32_IE=0x0500 CFLAGS += -mno-cygwin ##############################################################################