Mercurial > libavcodec.hg
changeset 1194:432d9a42a244 libavcodec
Compile a52 util functions too
author | arpi_esp |
---|---|
date | Wed, 16 Apr 2003 20:04:20 +0000 |
parents | 6a6dbba3da95 |
children | f7522f310c7e |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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