comparison Makefile @ 1194:432d9a42a244 libavcodec

Compile a52 util functions too
author arpi_esp
date Wed, 16 Apr 2003 20:04:20 +0000
parents 60bd91a6e218
children 3fa9a3de913f
comparison
equal deleted inserted replaced
1193:6a6dbba3da95 1194:432d9a42a244
29 OBJS+= a52dec.o 29 OBJS+= a52dec.o
30 30
31 # using builtin liba52 or runtime linked liba52.so.0 31 # using builtin liba52 or runtime linked liba52.so.0
32 ifneq ($(CONFIG_A52BIN),yes) 32 ifneq ($(CONFIG_A52BIN),yes)
33 OBJS+= liba52/bit_allocate.o liba52/bitstream.o liba52/downmix.o \ 33 OBJS+= liba52/bit_allocate.o liba52/bitstream.o liba52/downmix.o \
34 liba52/imdct.o liba52/parse.o 34 liba52/imdct.o liba52/parse.o liba52/crc.o liba52/resample.o
35 endif 35 endif
36 endif 36 endif
37 37
38 ifeq ($(CONFIG_PP),yes) 38 ifeq ($(CONFIG_PP),yes)
39 ifeq ($(SHARED_PP),yes) 39 ifeq ($(SHARED_PP),yes)