Commit f6b9e330 authored by Rafaël Carré's avatar Rafaël Carré Committed by Rémi Denis-Courmont

Build liba52 with fixed point on ARM linux

(cherry picked from commit 97f9b3dc9f3b9ba8ca9b74ca95f1113d76ac951a)
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent a8c47df8
......@@ -521,6 +521,9 @@ a52dec-$(A52DEC_VERSION).tar.gz:
a52dec: a52dec-$(A52DEC_VERSION).tar.gz
$(EXTRACT_GZ)
ifdef HAVE_ARM_LINUX
(cd $@ ; patch -p0 < ../Patches/liba52-fixed.diff)
endif
.a52: a52dec
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && cd liba52 && make && make install && cd ../include && make && make install)
......
This diff is collapsed.
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