From 5798368bafa1fc2fefa6817d02c4d41622ba08fd Mon Sep 17 00:00:00 2001 From: Juanjo Date: Sun, 10 Mar 2002 14:51:20 +0000 Subject: - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. - Changes on AVI and WAV muxers to support MP3. Originally committed as revision 324 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index fe124a4a1c..00d10b76bb 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -16,6 +16,10 @@ OBJS+= ac3dec.o \ libac3/imdct.o libac3/parse.o endif +ifeq ($(CONFIG_MP3LAME),yes) +OBJS += mp3lameaudio.o +endif + ifeq ($(TARGET_GPROF),yes) CFLAGS+=-p LDFLAGS+=-p -- cgit v1.2.3