From 87da02099fe07d91749f3edf4d899cd4a8c08e96 Mon Sep 17 00:00:00 2001 From: Rachit Kumar Pandey <66690593+armoredvortex@users.noreply.github.com> Date: Wed, 18 Feb 2026 19:15:24 +0530 Subject: [PATCH] grammar fix on takehome.md --- content/public/gsoc/takehome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/public/gsoc/takehome.md b/content/public/gsoc/takehome.md index 9989de1..f6c97b8 100644 --- a/content/public/gsoc/takehome.md +++ b/content/public/gsoc/takehome.md @@ -121,7 +121,7 @@ We like people who can troubleshoot - just because the fix won't have -hopefully ---- ### C/C++: Update our libGPAC dependency -GPAC is the library we use to handle MP4. It's vendored (that means we just took it and added it to source tree instead of linking it as an external dependency). The -historic and maybe no longer valid- for this is that importing dependencies in Windows is a nightmare (it's called DLL hell for a reason). +GPAC is the library we use to handle MP4. It's vendored (that means we just took it and added it to source tree instead of linking it as an external dependency). The -historic and maybe no longer valid- reason for this is that importing dependencies in Windows is a nightmare (it's called DLL hell for a reason). Anyway, for the time being, we'd be happy to just update our vendored libGPAC for the current version.