Commit 358cfba1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Faac for system using lame sed... :D

parent 3c173019
......@@ -853,8 +853,8 @@ faac-$(FAAC_VERSION).tar.gz:
faac: faac-$(FAAC_VERSION).tar.gz
$(EXTRACT_GZ)
sed -i 's/\r$//' bootstrap configure.in Makefile.am
patch -p0 < Patches/faac.patch
cd $@; perl -pi -e 's/\r$$//' bootstrap configure.in Makefile.am; cd ..
.faac: faac
(cd $<; ./bootstrap && $(HOSTCC) ./configure $(HOSTCONF) --without-mp4v2 --prefix=$(PREFIX) --disable-shared && make && make install)
......
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