Mercurial > libavcodec.hg
changeset 2656:9541ac28509f libavcodec
support BUILDSUF patch by <charles dot yates at pandora dot be>
author | mmu_man |
---|---|
date | Sun, 08 May 2005 15:04:59 +0000 |
parents | ab7bd4722cef |
children | 24472383b36f |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun May 08 13:04:46 2005 +0000 +++ b/Makefile Sun May 08 15:04:59 2005 +0000 @@ -261,7 +261,7 @@ 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