diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-05-18 18:49:10 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-05-21 00:26:54 +0200 |
commit | cf73b3cf8fffc5139c323345b1f199280ce1380a (patch) | |
tree | 233674f2929244f0187b78761a645fcfb13ad9e1 /recipes/libdv.recipe | |
parent | 9fe4b46f51af9767ce4c86ea29e028977e4ac812 (diff) |
CANE
Diffstat (limited to 'recipes/libdv.recipe')
-rw-r--r-- | recipes/libdv.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libdv.recipe b/recipes/libdv.recipe index 3b1c1cb4..ec1482b3 100644 --- a/recipes/libdv.recipe +++ b/recipes/libdv.recipe @@ -14,4 +14,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: - self.configure_options += ' --disable-asm' + self.configure_options += ' --disable-asm --disable-xv --without-x' |