diff libmpcodecs/Makefile @ 15259:854990f357ee

added faac audio encoder
author nicodvb
date Mon, 25 Apr 2005 07:07:57 +0000
parents e84a6ae9d51e
children af245d15f502
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Mon Apr 25 06:46:30 2005 +0000
+++ b/libmpcodecs/Makefile	Mon Apr 25 07:07:57 2005 +0000
@@ -52,6 +52,10 @@
 ENCODER_SRCS += ae_lavc.c
 endif
 
+ifeq ($(FAAC),yes)
+ENCODER_SRCS += ae_faac.c
+endif
+
 SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS) $(NATIVE_SRCS) img_format.c
 OBJS=$(SRCS:.c=.o)