- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.

- Changes on AVI and WAV muxers to support MP3 encoding.

Originally committed as revision 323 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Juanjo
2002-03-10 14:44:19 +00:00
parent 1699d37681
commit a674139801
2 changed files with 13 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ DEP_FFMPEG_LIB=
else
FFMPEG_LIB=libavcodec/libavcodec.a
DEP_FFMPEG_LIB=libavcodec/libavcodec.a
ifeq ($(CONFIG_MP3LAME),yes)
EXTRALIBS+=-lmp3lame
endif
endif
all: lib $(PROG)