Blob Blame History Raw
From 1f1972998f258937a9a18c9bed030ceed01e8d64 Mon Sep 17 00:00:00 2001
From: "Jared K. Smith" <jaredsmith@jaredsmith.net>
Date: Wed, 4 Oct 2023 21:06:56 -0500
Subject: [PATCH 1/7] Tell the build system not to use most of the third_party
 directory

---
 third_party/build/os-linux.mak | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/third_party/build/os-linux.mak b/third_party/build/os-linux.mak
index 6a53b712a..eff6848aa 100644
--- a/third_party/build/os-linux.mak
+++ b/third_party/build/os-linux.mak
@@ -1,9 +1,3 @@
-DIRS += gsm
-DIRS += ilbc
-DIRS += speex
-DIRS += portaudio
-DIRS += g7221
 DIRS += srtp
-DIRS += resample
 
 
-- 
2.41.0