blob: cb8afdba2744f9ca71e50cb4e6281d4965cb94fe (
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.m0k.org/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
|