nuttx-apps/graphics
Lup Yuen Lee 9db3e26c85 graphics/libyuv: Download libyuv from NuttX Mirror Repo
NuttX Build Target `sim:nxcamera` failed to build because chromium.googlesource.com is blocking our download of libyuv library: https://github.com/apache/nuttx/actions/runs/24106742084/job/70356374433#step:10:603

```
Configuration/Tool: sim/nxcamera
Building NuttX...
curl -L https://chromium.googlesource.com/libyuv/libyuv/+archive/refs/heads/stable.tar.gz -o libyuv.tar.gz
gzip: stdin: not in gzip format
```

This PR updates the libyuv Makefile to download libyuv from the NuttX Mirror Repo instead: https://github.com/NuttX/nuttx/releases/tag/libyuv

Signed-off-by: Lup Yuen Lee <luppy@appkaki.com>
2026-04-08 18:40:26 +08:00
..
ft80x graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
input graphics/input: Adjust input tool priority and sampling rate 2025-08-12 20:20:01 +08:00
jpgresizetool graphics/jpgresizetool: Add libjpeg resize tool 2025-10-27 00:14:45 +08:00
libjpeg Add JPEG compressor support to Makefile 2025-07-17 13:54:22 +08:00
libyuv graphics/libyuv: Download libyuv from NuttX Mirror Repo 2026-04-08 18:40:26 +08:00
lvgl cmake: remove empty strings from FetchContent 2025-03-30 14:20:21 +08:00
nxglyphs graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
nxwidgets graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
nxwm graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
pdcurs34 graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
screenshot graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
slcd graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
tiff graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
twm4nx graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
CMakeLists.txt graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Make.defs graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Makefile graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00