commit d37e84b
chld
·
2026-08-22 18:35:54 +0000 UTC
parent 85466ea
ffmpeg: enable libvpx?
1 files changed,
+2,
-1
+2,
-1
1@@ -5,6 +5,7 @@ RELEASE=1
2 SOURCE="https://git.ffmpeg.org/ffmpeg.git"
3
4 build() {
5+ echo "this is ffmpeg by chld!!! override"
6 ./configure \
7 --pkg-config-flags=--static \
8 --extra-cflags="-I$PREFIX/include" \
9@@ -20,7 +21,7 @@ build() {
10 --enable-libdrm \
11 --enable-libmp3lame \
12 --enable-libopus \
13- --disable-libvpx \
14+ --enable-libvpx \
15 --enable-libwebp \
16 --enable-ffmpeg \
17 --enable-libx264 \