summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/libdv.recipe3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/libdv.recipe b/recipes/libdv.recipe
index 63f52adf..8a5ff226 100644
--- a/recipes/libdv.recipe
+++ b/recipes/libdv.recipe
@@ -9,5 +9,4 @@ class Recipe(recipe.Recipe):
if self.config.target_platform == Platform.WINDOWS:
self.configure_options = ' --disable-xv --without-x'
if self.config.target_platform == Platform.DARWIN:
- if self.config.target_arch == Architecture.X86_64:
- self.configure_options += ' --disable-asm'
+ self.configure_options += ' --disable-asm'