summaryrefslogtreecommitdiffstats
path: root/contrib/faac/module.defs
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/faac/module.defs')
-rw-r--r--contrib/faac/module.defs13
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/faac/module.defs b/contrib/faac/module.defs
deleted file mode 100644
index d1ae1be13..000000000
--- a/contrib/faac/module.defs
+++ /dev/null
@@ -1,13 +0,0 @@
-$(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
-
-## optional static libs need to be marked
-FAAC.OSL.libs = faac
-FAAC.OSL.files = $(foreach i,$(FAAC.OSL.libs),$(call fn.ABSOLUTE,$(CONTRIB.build/)lib/lib$(i).a))