diff options
author | Arpi <arpi@thot.banki.hu> | 2003-04-16 20:04:20 +0000 |
---|---|---|
committer | Arpi <arpi@thot.banki.hu> | 2003-04-16 20:04:20 +0000 |
commit | 521221cf4ba4a2cc90806e4842a109a421014947 (patch) | |
tree | ec7357f293b7f552cc7179da04c47b3d4e7d3208 | |
parent | 1a7c3c85622fa0ff48127cfe38ece15e27bfb17c (diff) | |
download | ffmpeg-521221cf4ba4a2cc90806e4842a109a421014947.tar.gz |
Compile a52 util functions too
Originally committed as revision 1781 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |