Skip to content

Commit ce0a3da

Browse files
committed
Remove libyuv
1 parent f90487d commit ce0a3da

File tree

4 files changed

+1
-22
lines changed

4 files changed

+1
-22
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [Unreleased]
44
### Removed
55
- Remove libspng.
6+
- Remove libyuv.
67

78
## [3.14.0] - 2025-09-17
89
### Added

build-deps.sh

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -308,23 +308,8 @@ cmake \
308308
..
309309
ninja install/strip
310310

311-
print_build_stage libyuv $LIBYUV_SHA
312-
cd $DEPS_SRC/libyuv
313-
mkdir _build
314-
cd _build
315-
CFLAGS="${CFLAGS} -O3" CXXFLAGS="${CXXFLAGS} -O3" \
316-
cmake \
317-
-G"Ninja" \
318-
-DCMAKE_BUILD_TYPE=Release \
319-
-DCMAKE_INSTALL_PREFIX=$TARGET_PATH \
320-
-DBUILD_SHARED_LIBS=1 \
321-
..
322-
ninja install/strip
323-
324311
print_build_stage libheif $LIBHEIF_VERSION
325312
cd $DEPS_SRC/libheif
326-
# libyuv support
327-
curl -Ls https://github.com/DarthSim/libheif/commit/193f65d241262e9c6291b6f8c57cd38da07b9422.patch | git apply
328313
# Ignore alpha in Op_RGB_HDR_to_RRGGBBaa_BE if aplpha has different BPP
329314
curl -Ls https://github.com/DarthSim/libheif/commit/9d41f81cdd0a119f5b278ad2eee09ddad14ac2a4.patch | git apply
330315
mkdir _build

download-deps.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ cd $DEPS_SRC/aom
158158
curl -Ls https://storage.googleapis.com/aom-releases/libaom-${AOM_VERSION}.tar.gz \
159159
| tar -xzC . --strip-components=1
160160

161-
print_download_stage libyuv $LIBYUV_SHA
162-
mkdir $DEPS_SRC/libyuv
163-
cd $DEPS_SRC/libyuv
164-
curl -Ls https://chromium.googlesource.com/libyuv/libyuv/+archive/${LIBYUV_SHA}.tar.gz \
165-
| tar -xzC .
166-
167161
print_download_stage libheif $LIBHEIF_VERSION
168162
mkdir $DEPS_SRC/libheif
169163
cd $DEPS_SRC/libheif

versions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export KVAZAAR_VERSION=2.3.2
2121
export DAV1D_VERSION=1.5.1
2222
# export RAV1E_VERSION=0.5.1
2323
export AOM_VERSION=3.13.1
24-
export LIBYUV_SHA='a6a2ec65'
2524
export LIBHEIF_VERSION=1.20.2
2625
export FREETYPE_VERSION=2.14.1
2726
export FONTCONFIG_VERSION=2.17.1

0 commit comments

Comments
 (0)