diff options
-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 |