comparison libmpcodecs/Makefile @ 15359:af245d15f502

added twolame mp2 audio encoder
author nicodvb
date Sat, 07 May 2005 14:50:14 +0000
parents 854990f357ee
children d5a95e6f5f07
comparison
equal deleted inserted replaced
15358:87121d373127 15359:af245d15f502
40 endif 40 endif
41 41
42 ifeq ($(TOOLAME),yes) 42 ifeq ($(TOOLAME),yes)
43 ENCODER_SRCS += ae_toolame.c 43 ENCODER_SRCS += ae_toolame.c
44 EXTRA_INC += $(TOOLAME_EXTRAFLAGS) 44 EXTRA_INC += $(TOOLAME_EXTRAFLAGS)
45 endif
46
47 ifeq ($(TWOLAME),yes)
48 ENCODER_SRCS += ae_twolame.c
45 endif 49 endif
46 50
47 ifeq ($(CONFIG_MP3LAME),yes) 51 ifeq ($(CONFIG_MP3LAME),yes)
48 ENCODER_SRCS += ae_lame.c 52 ENCODER_SRCS += ae_lame.c
49 endif 53 endif