diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-10-02 18:25:23 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-10-02 18:25:23 +0200 |
commit | d0e4046647e351445db5f50703d77989d477af5a (patch) | |
tree | 0cf1a846114ebe64b3e22c7af1e2ac1b7c37d3aa /recipes/libvpx.recipe | |
parent | 698f403fc5389a490230d733a544bfeaaa67a3f4 (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.recipe | 1 |
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'] |