diff Makefile @ 15259:854990f357ee

added faac audio encoder
author nicodvb
date Mon, 25 Apr 2005 07:07:57 +0000
parents 8e7a5069dcae
children af245d15f502
line wrap: on
line diff
--- a/Makefile	Mon Apr 25 06:46:30 2005 +0000
+++ b/Makefile	Mon Apr 25 07:07:57 2005 +0000
@@ -41,6 +41,10 @@
 CODEC_LIBS += $(TOOLAME_LIB)
 endif
 
+ifeq ($(FAAC),yes)
+CODEC_LIBS += $(FAAC_LIB)
+endif
+
 PARTS = libmpdemux libmpcodecs libavcodec libavformat libao2 drivers osdep postproc input libvo libaf
 ifeq ($(MP3LIB),yes)
 PARTS += mp3lib