comparison Makefile @ 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 ddb1a0e94cf4
children 5cc47d0ba53e
comparison
equal deleted inserted replaced
257:b8d11794f675 258:9c975237ec64
12 # currently using libac3 for ac3 decoding 12 # currently using libac3 for ac3 decoding
13 ifeq ($(CONFIG_AC3),yes) 13 ifeq ($(CONFIG_AC3),yes)
14 OBJS+= ac3dec.o \ 14 OBJS+= ac3dec.o \
15 libac3/bit_allocate.o libac3/bitstream.o libac3/downmix.o \ 15 libac3/bit_allocate.o libac3/bitstream.o libac3/downmix.o \
16 libac3/imdct.o libac3/parse.o 16 libac3/imdct.o libac3/parse.o
17 endif
18
19 ifeq ($(CONFIG_MP3LAME),yes)
20 OBJS += mp3lameaudio.o
17 endif 21 endif
18 22
19 ifeq ($(TARGET_GPROF),yes) 23 ifeq ($(TARGET_GPROF),yes)
20 CFLAGS+=-p 24 CFLAGS+=-p
21 LDFLAGS+=-p 25 LDFLAGS+=-p