Commit 3b80dc84 authored by Jean-Paul Saman's avatar Jean-Paul Saman

contrib: cross building a52

parent 8e1d1df0
...@@ -561,7 +561,7 @@ ifdef HAVE_ARM_LINUX ...@@ -561,7 +561,7 @@ ifdef HAVE_ARM_LINUX
endif endif
.a52: a52dec .a52: a52dec
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && cd liba52 && make && make install && cd ../include && make && make install) (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) LDFLAGS="$(EXTRA_LDFLAGS)" && cd liba52 && make && make install && cd ../include && make && make install)
touch $@ touch $@
CLEAN_FILE += .a52 CLEAN_FILE += .a52
......
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