comparison libmpcodecs/Makefile @ 15259:854990f357ee

added faac audio encoder
author nicodvb
date Mon, 25 Apr 2005 07:07:57 +0000
parents e84a6ae9d51e
children af245d15f502
comparison
equal deleted inserted replaced
15258:c2979462805a 15259:854990f357ee
50 50
51 ifeq ($(CONFIG_LIBAVCODEC),yes) 51 ifeq ($(CONFIG_LIBAVCODEC),yes)
52 ENCODER_SRCS += ae_lavc.c 52 ENCODER_SRCS += ae_lavc.c
53 endif 53 endif
54 54
55 ifeq ($(FAAC),yes)
56 ENCODER_SRCS += ae_faac.c
57 endif
58
55 SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS) $(NATIVE_SRCS) img_format.c 59 SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS) $(NATIVE_SRCS) img_format.c
56 OBJS=$(SRCS:.c=.o) 60 OBJS=$(SRCS:.c=.o)
57 61
58 SRCS2=$(ENCODER_SRCS) 62 SRCS2=$(ENCODER_SRCS)
59 OBJS2=$(SRCS2:.c=.o) 63 OBJS2=$(SRCS2:.c=.o)