diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-05-15 16:59:38 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-05-15 16:59:38 +0300 |
commit | 03cc15399bfc9029eb250449e273e7b5a9f24828 (patch) | |
tree | 904258acdbc07428d6c08ad66d085d39fcb973fe /recipes/speex.recipe | |
parent | 6b6cc48b15bac8c06260adb7b9f8e04858b3a079 (diff) |
speex: speexdsp is now a separate source package, remove it here
We don't include it in cerbero (yet?), but nothing was using it anyway.
Diffstat (limited to 'recipes/speex.recipe')
-rw-r--r-- | recipes/speex.recipe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/speex.recipe b/recipes/speex.recipe index 8ea30dca..13d342c4 100644 --- a/recipes/speex.recipe +++ b/recipes/speex.recipe @@ -10,10 +10,9 @@ class Recipe(recipe.Recipe): deps = ['libogg'] allow_parallel_build = False - files_libs = ['libspeex', 'libspeexdsp'] + files_libs = ['libspeex'] files_bins = ['speexdec', 'speexenc'] - files_devel = ['include/speex', 'lib/pkgconfig/speex.pc', - 'lib/pkgconfig/speexdsp.pc'] + files_devel = ['include/speex', 'lib/pkgconfig/speex.pc'] def prepare(self): if self.config.target_platform == Platform.ANDROID: |