diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-29 23:59:55 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-29 23:59:55 +0800 |
| commit | 19c0546f4cc26e12a89174fbd4550a24dd0313cd (patch) | |
| tree | 1b58a2b9fc6b4f6a55e7f8ab67af0cd93eaf8be5 | |
| parent | f5de908cf74250fbaede0591d34d49bd26666d36 (diff) | |
| download | alicelinux-19c0546f4cc26e12a89174fbd4550a24dd0313cd.tar.gz alicelinux-19c0546f4cc26e12a89174fbd4550a24dd0313cd.zip | |
libaom: disabled examples
| -rw-r--r-- | repos/extra/libaom/.files | 3 | ||||
| -rw-r--r-- | repos/extra/libaom/info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/repos/extra/libaom/.files b/repos/extra/libaom/.files index ee22ad5c..cbc8b8a2 100644 --- a/repos/extra/libaom/.files +++ b/repos/extra/libaom/.files @@ -1,7 +1,4 @@ drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/aomdec --rwxr-xr-x root/root usr/bin/aomenc drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/aom/ -rw-r--r-- root/root usr/include/aom/aom.h diff --git a/repos/extra/libaom/info b/repos/extra/libaom/info index 96c33165..5dd7b200 100644 --- a/repos/extra/libaom/info +++ b/repos/extra/libaom/info @@ -2,4 +2,4 @@ name=libaom version=3.8.2 release=1 source="https://storage.googleapis.com/aom-releases/$name-$version.tar.gz" -build_opt="-DBUILD_SHARED_LIBS=1" +build_opt="-DBUILD_SHARED_LIBS=1 -DENABLE_EXAMPLES=0" |