commit be17078
hovercats
·
2026-05-08 16:59:26 +0000 UTC
parent 505add1
ffmpeg: disable xvidcore
3 files changed,
+4,
-4
+3,
-1
1@@ -1,5 +1,8 @@
2 #!/bin/sh -e
3
4+export LIBRARY_DIR=/usr/lib
5+export PKG_CONFIG_PATH=/usr/lib/pkgconfig
6+
7 patch -p1 < 0001-add-configure-check-for-Wno-error-incompatible-point.patch
8
9 ./configure \
10@@ -18,7 +21,6 @@ patch -p1 < 0001-add-configure-check-for-Wno-error-incompatible-point.patch
11 --enable-libvorbis \
12 --enable-libvpx \
13 --enable-libwebp \
14- --enable-libxvid \
15 --enable-nonfree \
16 --disable-sndio \
17 --enable-alsa \
+0,
-2
1@@ -6,7 +6,5 @@ libogg
2 libvorbis
3 libvpx
4 libwebp
5-libxcb
6 opus
7-xvidcore
8 zlib
+1,
-1
1@@ -1 +1 @@
2-7.0.2 2
3+7.0.2 3