blob: b7d91e1f75e20b316e393da2d29aaa581a0bc477 (
plain)
1
2
3
4
5
6
7
8
9
|
$(eval $(call import.MODULE.defs,FAAC,faac))
$(eval $(call import.CONTRIB.defs,FAAC))
FAAC.FETCH.url = http://download.handbrake.fr/handbrake/contrib/faac-1.28.tar.gz
FAAC.EXTRACT.tarbase = faac-1.28
# If faac not already bootstrapped then add the following
#FAAC.CONFIGURE.bootstrap = ./bootstrap;
FAAC.CONFIGURE.extra = --without-mp4v2
|