Mercurial > libavcodec.hg
comparison Makefile @ 2131:060053df9538 libavcodec
XviD Support patch by (Adam Thayer <krevnik at comcast dot net>)
author | michael |
---|---|
date | Fri, 16 Jul 2004 19:48:30 +0000 |
parents | ef54decf5624 |
children | 1ac13c350369 |
comparison
equal
deleted
inserted
replaced
2130:50779a18844c | 2131:060053df9538 |
---|---|
90 ifeq ($(CONFIG_FAAC),yes) | 90 ifeq ($(CONFIG_FAAC),yes) |
91 OBJS+= faac.o | 91 OBJS+= faac.o |
92 EXTRALIBS += -lfaac | 92 EXTRALIBS += -lfaac |
93 endif | 93 endif |
94 | 94 |
95 ifeq ($(CONFIG_XVID),yes) | |
96 OBJS+= xvidff.o | |
97 EXTRALIBS += -lxvidcore | |
98 endif | |
99 | |
95 ifeq ($(CONFIG_PP),yes) | 100 ifeq ($(CONFIG_PP),yes) |
96 ifeq ($(SHARED_PP),yes) | 101 ifeq ($(SHARED_PP),yes) |
97 EXTRALIBS += -lpostproc | 102 EXTRALIBS += -lpostproc |
98 else | 103 else |
99 # LIBS += libpostproc/libpostproc.a ... should be fixed | 104 # LIBS += libpostproc/libpostproc.a ... should be fixed |