Commit 37b38d09 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contribs: avoid faad2 on ARM

VLC will fallback to lavc
parent a1f22537
......@@ -3,7 +3,10 @@
FAAD2_VERSION := 2.7
FAAD2_URL := $(SF)/faac/faad2-$(FAAD2_VERSION).tar.gz
ifeq ($(findstring $(ARCH),arm),)
# FAAD is a lot slower than lavc on ARM. Skip it.
PKGS += faad2
endif
$(TARBALLS)/faad2-$(FAAD2_VERSION).tar.gz:
$(call download,$(FAAD2_URL))
......
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