add libvpx/vorbis

This commit is contained in:
2025-12-22 18:33:15 -06:00
parent 87f65e48f4
commit 8feeccc46a
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/build/make/configure.sh b/build/make/configure.sh
index cc5bf6c..c229965 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -16,8 +16,6 @@
die_unknown(){
echo "Unknown option \"$1\"."
echo "See $0 --help for available options."
- clean_temp_files
- exit 1
}
die() {