diff libmpcodecs/Makefile @ 15359:af245d15f502

added twolame mp2 audio encoder
author nicodvb
date Sat, 07 May 2005 14:50:14 +0000
parents 854990f357ee
children d5a95e6f5f07
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Sat May 07 10:09:36 2005 +0000
+++ b/libmpcodecs/Makefile	Sat May 07 14:50:14 2005 +0000
@@ -44,6 +44,10 @@
 EXTRA_INC += $(TOOLAME_EXTRAFLAGS)
 endif
 
+ifeq ($(TWOLAME),yes)
+ENCODER_SRCS += ae_twolame.c
+endif
+
 ifeq ($(CONFIG_MP3LAME),yes)
 ENCODER_SRCS += ae_lame.c
 endif