comparison Makefile @ 1500:726a81d83ddd libavcodec

Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)
author michaelni
date Sat, 04 Oct 2003 09:53:34 +0000
parents 9eb9b77cf418
children bcb30ec7e86f
comparison
equal deleted inserted replaced
1499:446ff1d593b0 1500:726a81d83ddd
68 ifeq ($(CONFIG_FAADBIN),yes) 68 ifeq ($(CONFIG_FAADBIN),yes)
69 # no libs needed 69 # no libs needed
70 else 70 else
71 EXTRALIBS += -lfaad 71 EXTRALIBS += -lfaad
72 endif 72 endif
73 endif
74
75 ifeq ($(CONFIG_FAAC),yes)
76 OBJS+= faac.o
77 EXTRALIBS += -lfaac
73 endif 78 endif
74 79
75 ifeq ($(CONFIG_PP),yes) 80 ifeq ($(CONFIG_PP),yes)
76 ifeq ($(SHARED_PP),yes) 81 ifeq ($(SHARED_PP),yes)
77 EXTRALIBS += -lpostproc 82 EXTRALIBS += -lpostproc