diff options
Diffstat (limited to 'recipes/libdv.recipe')
-rw-r--r-- | recipes/libdv.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libdv.recipe b/recipes/libdv.recipe index 51257595..e388df84 100644 --- a/recipes/libdv.recipe +++ b/recipes/libdv.recipe @@ -17,3 +17,4 @@ class Recipe(recipe.Recipe): self.configure_options += ' --disable-asm --disable-xv --without-x' if self.config.target_platform == Platform.ANDROID: self.configure_options = ' --disable-xv --without-x' + self.autoreconf = True |