diff options
author | Bradley Sepos <[email protected]> | 2018-05-29 19:28:13 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-05-29 19:28:13 -0400 |
commit | 49f21c9596d91e742f2b2f4a5d5623f6c73ad506 (patch) | |
tree | 602125657030c8f59c56e0e03bafe0bff7579644 | |
parent | 1fb82b1a47d47684cc45eddebbb3363af7b55949 (diff) |
contrib: Add libogg as a libspeex dependency.
Fixes #1372.
-rw-r--r-- | contrib/libspeex/module.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libspeex/module.defs b/contrib/libspeex/module.defs index caca6f751..54b719514 100644 --- a/contrib/libspeex/module.defs +++ b/contrib/libspeex/module.defs @@ -1,5 +1,5 @@ -$(eval $(call import.MODULE.defs,LIBSPEEX,libspeex)) -$(eval $(call import.CONTRIB.defs,LIBSPEEX,libspeex)) +$(eval $(call import.MODULE.defs,LIBSPEEX,libspeex,LIBOGG)) +$(eval $(call import.CONTRIB.defs,LIBSPEEX)) LIBSPEEX.FETCH.url = https://download.handbrake.fr/handbrake/contrib/speex-1.2.0.tar.gz LIBSPEEX.FETCH.url += https://downloads.us.xiph.org/releases/speex/speex-1.2.0.tar.gz |