# HG changeset patch # User arpi_esp # Date 1050523460 0 # Node ID 432d9a42a244b9d73cf4eb97c60d165e535d8195 # Parent 6a6dbba3da9510e0fbf52faabc492f64cd55f825 Compile a52 util functions too diff -r 6a6dbba3da95 -r 432d9a42a244 Makefile --- a/Makefile Wed Apr 16 20:03:07 2003 +0000 +++ b/Makefile Wed Apr 16 20:04:20 2003 +0000 @@ -31,7 +31,7 @@ # using builtin liba52 or runtime linked liba52.so.0 ifneq ($(CONFIG_A52BIN),yes) OBJS+= liba52/bit_allocate.o liba52/bitstream.o liba52/downmix.o \ - liba52/imdct.o liba52/parse.o + liba52/imdct.o liba52/parse.o liba52/crc.o liba52/resample.o endif endif