changeset 19:a06baac232d9 libpostproc

Move EXTRALIBS handling to common.mak.
author diego
date Tue, 03 Oct 2006 19:23:39 +0000
parents 2cd017ec54f3
children 52b17bdf5603
files Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Oct 03 17:24:07 2006 +0000
+++ b/Makefile	Tue Oct 03 19:23:39 2006 +0000
@@ -4,8 +4,6 @@
 # Overload incdir, postproc include files go in a different directory.
 incdir=$(prefix)/include/postproc
 
-EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
-
 NAME=postproc
 ifeq ($(BUILD_SHARED),yes)
 LIBVERSION=$(SPPVERSION)