diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2014-05-23 15:33:27 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2014-05-23 15:34:30 +0200 |
commit | 54706d7955fec65ace2c2e7d367d47fa1c05d76f (patch) | |
tree | 0e7e48caabea2b7b538cbc740f548709615af19e /recipes/libvpx.recipe | |
parent | 3564605eea4449c67b2c7896a6b368d6582ad4fb (diff) |
libvpx: fix build with ccache enabled
Diffstat (limited to 'recipes/libvpx.recipe')
-rw-r--r-- | recipes/libvpx.recipe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/libvpx.recipe b/recipes/libvpx.recipe index 124c6579..89941425 100644 --- a/recipes/libvpx.recipe +++ b/recipes/libvpx.recipe @@ -23,7 +23,9 @@ class Recipe(recipe.Recipe): 'libvpx/0002-Include-Android-cpu-features.c-instead-of-.h.patch', 'libvpx/0004-configure-add-support-for-iOS-6.patch', 'libvpx/0005-Add-support-for-iOS-7.0-toolchain.patch', - 'libvpx/0006-Add-armv7s-ios-support.patch'] + 'libvpx/0006-Add-armv7s-ios-support.patch', + 'libvpx/0007-configure-quote-local-variables-correctly.patch', + ] files_libs = ['libvpx'] files_bins = ['vpxenc', 'vpxdec'] |