diff options
Diffstat (limited to 'recipes/opus.recipe')
-rw-r--r-- | recipes/opus.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/opus.recipe b/recipes/opus.recipe index 36b3d97a..c969e15e 100644 --- a/recipes/opus.recipe +++ b/recipes/opus.recipe @@ -8,6 +8,8 @@ class Recipe(recipe.Recipe): stype = SourceType.TARBALL url = 'http://downloads.xiph.org/releases/{0}/{0}-{1}.tar.gz'.format(name, version) + patches = ['opus/0001-celt-Force-stack-alignment-for-functions-using-__m12.patch'] + files_libs = ['libopus'] files_devel = ['include/opus', 'lib/pkgconfig/opus.pc'] # Starting with v1.1, Opus has special ARM assembly optimizations when |