changeset 17:1648a390355a libpostproc

Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>
author lu_zero
date Tue, 03 Oct 2006 07:57:04 +0000
parents ac05bfe3da66
children 2cd017ec54f3
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Oct 02 10:49:27 2006 +0000
+++ b/Makefile	Tue Oct 03 07:57:04 2006 +0000
@@ -4,6 +4,8 @@
 # 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)