Commit 7dd81690 authored by arpi_esp's avatar arpi_esp

Compile a52 util functions too


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1781 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9ba2ed87
...@@ -31,7 +31,7 @@ OBJS+= a52dec.o ...@@ -31,7 +31,7 @@ OBJS+= a52dec.o
# using builtin liba52 or runtime linked liba52.so.0 # using builtin liba52 or runtime linked liba52.so.0
ifneq ($(CONFIG_A52BIN),yes) ifneq ($(CONFIG_A52BIN),yes)
OBJS+= liba52/bit_allocate.o liba52/bitstream.o liba52/downmix.o \ 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
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment