# HG changeset patch # User pulento # Date 1015771880 0 # Node ID 9c975237ec64f02fe9aacf5ab33a201edbb675a4 # Parent b8d11794f6752f6f93d3dd205fafa0acd04ae7ad - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. - Changes on AVI and WAV muxers to support MP3. diff -r b8d11794f675 -r 9c975237ec64 Makefile --- a/Makefile Sun Mar 10 03:17:53 2002 +0000 +++ b/Makefile Sun Mar 10 14:51:20 2002 +0000 @@ -16,6 +16,10 @@ libac3/imdct.o libac3/parse.o endif +ifeq ($(CONFIG_MP3LAME),yes) +OBJS += mp3lameaudio.o +endif + ifeq ($(TARGET_GPROF),yes) CFLAGS+=-p LDFLAGS+=-p