From eb94aca926131cfbe5d818a679c6872a8bb97049 Mon Sep 17 00:00:00 2001 From: Charles Yates Date: Sun, 8 May 2005 15:04:59 +0000 Subject: support BUILDSUF patch by Originally committed as revision 4203 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index fe7daa444d..d438332b79 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -261,7 +261,7 @@ endif ifeq ($(CONFIG_PP),yes) ifeq ($(SHARED_PP),yes) -EXTRALIBS += -L$(VPATH)/libpostproc -lpostproc +EXTRALIBS += -L$(VPATH)/libpostproc -lpostproc$(BUILDSUF) else # LIBS += libpostproc/libpostproc.a ... should be fixed OBJS += libpostproc/postprocess.o -- cgit v1.2.3