# HG changeset patch # User diego # Date 1160917185 0 # Node ID b5cf29aef70972fd59b40929e13909adf086595b # Parent cb746db3fd323de248489b6264f855e30b366aab Revert putting EXTRALIBS in common.mak, linking fails on MinGW. diff -r cb746db3fd32 -r b5cf29aef709 Makefile --- a/Makefile Wed Oct 11 23:17:58 2006 +0000 +++ b/Makefile Sun Oct 15 12:59:45 2006 +0000 @@ -4,6 +4,8 @@ # Overload incdir, postproc include files go in a different directory. incdir=$(prefix)/include/postproc +EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) + NAME=postproc ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(SPPVERSION)