mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Compile a52 util functions too
Originally committed as revision 1781 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1a7c3c8562
commit
521221cf4b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user