summaryrefslogtreecommitdiff
path: root/recipes/libvpx.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-10-02 18:25:23 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-10-02 18:25:23 +0200
commitd0e4046647e351445db5f50703d77989d477af5a (patch)
tree0cf1a846114ebe64b3e22c7af1e2ac1b7c37d3aa /recipes/libvpx.recipe
parent698f403fc5389a490230d733a544bfeaaa67a3f4 (diff)
libvpx: x264: do not strip binaries
Stripping is optional and can only happen in the packaging step. This also fixes the link stage in Android armv7, where symbols are required to fixup cortex-a8 erratum: https://code.google.com/p/android/issues/detail?id=40794
Diffstat (limited to 'recipes/libvpx.recipe')
-rw-r--r--recipes/libvpx.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libvpx.recipe b/recipes/libvpx.recipe
index 508b9d5d..4daa97e6 100644
--- a/recipes/libvpx.recipe
+++ b/recipes/libvpx.recipe
@@ -14,6 +14,7 @@ class Recipe(recipe.Recipe):
add_host_build_target = False
supports_cache_variables = False
can_use_configure_cache = False
+ make = 'make HAVE_GNU_STRIP=no'
files_libs = ['libvpx']
files_bins = ['vpxenc', 'vpxdec']