From 521221cf4ba4a2cc90806e4842a109a421014947 Mon Sep 17 00:00:00 2001 From: Arpi Date: Wed, 16 Apr 2003 20:04:20 +0000 Subject: [PATCH] Compile a52 util functions too Originally committed as revision 1781 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 6855b7a350..b4e11de648 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -31,7 +31,7 @@ OBJS+= a52dec.o # 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