diff options
author | Martin Storsjö <[email protected]> | 2020-02-13 21:41:40 +0200 |
---|---|---|
committer | Scott <[email protected]> | 2020-03-14 21:14:57 +0000 |
commit | f44430ab996f408579c77963acccfa2c07f43022 (patch) | |
tree | 7234fa93fd90a8879e77e956c487c9ee6926628d /contrib | |
parent | 30b78872e5e654800b8d9648ca21094c97ac40e6 (diff) |
contrib: libtheora: Regenerate autotools files
The bundled files don't recognize aarch64 as an architecture.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libtheora/module.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libtheora/module.defs b/contrib/libtheora/module.defs index 88b5057c0..da5a14535 100644 --- a/contrib/libtheora/module.defs +++ b/contrib/libtheora/module.defs @@ -5,6 +5,8 @@ LIBTHEORA.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releas LIBTHEORA.FETCH.url += https://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2 LIBTHEORA.FETCH.sha256 = b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc +LIBTHEORA.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache configure; autoreconf -I m4 -fiv; + LIBTHEORA.CONFIGURE.extra = \ --disable-examples \ --disable-oggtest \ |