summaryrefslogtreecommitdiff
path: root/recipes/speex.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/speex.recipe')
-rw-r--r--recipes/speex.recipe4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/speex.recipe b/recipes/speex.recipe
index 9f3d71de..e4147e0c 100644
--- a/recipes/speex.recipe
+++ b/recipes/speex.recipe
@@ -11,3 +11,7 @@ class Recipe(recipe.Recipe):
files_bins = ['speexdec', 'speexenc']
files_devel = ['include/speex', 'lib/pkgconfig/speex.pc',
'lib/pkgconfig/speexdsp.pc']
+
+ def prepare(self):
+ if self.config.target_platform == Platform.ANDROID:
+ self.autoreconf = True