summaryrefslogtreecommitdiff
path: root/recipes/x264.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/x264.recipe')
-rw-r--r--recipes/x264.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/x264.recipe b/recipes/x264.recipe
index e1d8d6ea..5e3f5786 100644
--- a/recipes/x264.recipe
+++ b/recipes/x264.recipe
@@ -39,7 +39,7 @@ class Recipe(recipe.Recipe):
if self.config.target_arch == Architecture.ARM:
# FIXME : Is disabling asm on ARM (< v7) still needed ?
enable_asm = False
- if self.config.target_arch == Architecture.ARMv7:
+ elif Architecture.is_arm(self.config.target_arch):
self.new_env = {'AS': os.environ.get('CC', '')}
if self.config.target_platform == Platform.IOS:
if Architecture.is_arm(self.config.target_arch):