changeset 258:9c975237ec64 libavcodec

- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. - Changes on AVI and WAV muxers to support MP3.
author pulento
date Sun, 10 Mar 2002 14:51:20 +0000
parents b8d11794f675
children cc6292eacba6
files Makefile
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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