Mercurial > libpostproc.hg
changeset 33:b5cf29aef709 libpostproc
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
author | diego |
---|---|
date | Sun, 15 Oct 2006 12:59:45 +0000 |
parents | cb746db3fd32 |
children | 48b25c548895 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)