Commit 506a686f authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* small fix for faac build

parent f751549b
......@@ -463,10 +463,10 @@ DISTCLEAN_PKG += faad2-$(FAAD2_VERSION).tar.gz
faac-$(FAAC_VERSION).tar.bz2:
$(WGET) $(FAAC_URL)
patch -p 0 < Patches/faac.patch
faac: faac-$(FAAC_VERSION).tar.bz2
$(EXTRACT_BZ2)
patch -p 0 < Patches/faac.patch
.faac: faac
(cd $<; ./bootstrap && ./configure --prefix=$(PREFIX) && 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