[XviD-devel] vfw Makefile

suxen_drol suxen_drol at hotmail.com
Wed Mar 17 12:10:52 CET 2004


hello,

has anyone used xvidcore/vfw/bin/Makefile recently?
it appears broken to me (patch below):

* the output file is written to a "=build" directory
	(there is an additional equal sign in the BUILD_DIR macro.)

* -lxvidcore is used. this is no longer required.

cheers,
-- pete


+++ C:\xvidcore\vfw\bin\Makefile        Tue Jan 27 22:17:55 2004
@@ -16,7 +16,7 @@

 MAKEFILE_PWD:=$(shell pwd)
 LOCAL_XVID_SRCTREE:=$(MAKEFILE_PWD)/../../src
-LOCAL_XVID_BUILDTREE:=$(MAKEFILE_PWD)/../../build/generic/=build
+LOCAL_XVID_BUILDTREE:=$(MAKEFILE_PWD)/../../build

 RM = rm -rf
 WINDRES=windres
@@ -54,7 +54,7 @@

 .SUFFIXES: .obj .rc .c

-BUILD_DIR = =build
+BUILD_DIR = build
 VPATH     = $(SRC_DIR):$(BUILD_DIR)

 all: $(LIBSO)
@@ -85,7 +85,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"



More information about the XviD-devel mailing list