Mercurial > libavcodec.hg
comparison Makefile @ 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 | e2780f828440 |
children | 2fe9599170f6 |
comparison
equal
deleted
inserted
replaced
2655:ab7bd4722cef | 2656:9541ac28509f |
---|---|
259 EXTRALIBS += -lx264 | 259 EXTRALIBS += -lx264 |
260 endif | 260 endif |
261 | 261 |
262 ifeq ($(CONFIG_PP),yes) | 262 ifeq ($(CONFIG_PP),yes) |
263 ifeq ($(SHARED_PP),yes) | 263 ifeq ($(SHARED_PP),yes) |
264 EXTRALIBS += -L$(VPATH)/libpostproc -lpostproc | 264 EXTRALIBS += -L$(VPATH)/libpostproc -lpostproc$(BUILDSUF) |
265 else | 265 else |
266 # LIBS += libpostproc/libpostproc.a ... should be fixed | 266 # LIBS += libpostproc/libpostproc.a ... should be fixed |
267 OBJS += libpostproc/postprocess.o | 267 OBJS += libpostproc/postprocess.o |
268 endif | 268 endif |
269 endif | 269 endif |