--- trunk/xvidcore/vfw/bin/Makefile 2004/03/22 22:36:25 1382 +++ trunk/xvidcore/vfw/bin/Makefile 2008/11/27 11:57:51 1806 @@ -2,14 +2,14 @@ # # Makefile for XviD VFW driver # -# Author : ??? +# Author : Milan Cutka # Modified by : Edouard Gomez # Peter Ross # # Requires GNU Make because of shell expansion performed at a bad time with # other make programs (even using := variable assignments) # -# $Id: Makefile,v 1.2 2004-03-22 22:36:25 edgomez 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 ############################################################################## @@ -36,14 +35,13 @@ CFLAGS += -fstrength-reduce CFLAGS += -finline-functions CFLAGS += -fgcse -CFLAGS += -freduce-all-givs CFLAGS += -ffast-math ############################################################################## # Compiler flags for linking stage ############################################################################## -LDFLAGS += -L$(LOCAL_XVID_BUILDTREE) +# LDFLAGS += ############################################################################## # Rules @@ -85,7 +83,7 @@ -mno-cygwin -shared -Wl,-dll,--out-implib,$@.a,--enable-stdcall-fixup \ -o $@ \ $(OBJECTS) driverproc.def \ - -lxvidcore -lgdi32 -lwinmm -lcomdlg32 -lcomctl32 + -lgdi32 -lwinmm -lcomdlg32 -lcomctl32 clean: @echo " Cl: Object files and target lib"