explicitly disable libdrm on arm64, add quick build tests

This commit is contained in:
aptalca 2024-04-11 16:36:25 -04:00
parent 0fd6f6eb09
commit fb9eeef31c
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
3 changed files with 11 additions and 3 deletions

View File

@ -935,7 +935,10 @@ RUN \
echo "**** clean up ****" && \
rm -rf \
/var/lib/apt/lists/* \
/var/tmp/*
/var/tmp/* && \
echo "**** quick test ffmpeg ****" && \
ldd /usr/local/bin/ffmpeg && \
/usr/local/bin/ffmpeg -version
COPY /root /

View File

@ -77,7 +77,6 @@ RUN \
pkg-config \
python3-venv \
x11proto-xext-dev \
xserver-xorg-dev \
xxd \
yasm \
zlib1g-dev && \
@ -499,6 +498,7 @@ RUN \
--disable-debug \
--disable-doc \
--disable-ffplay \
--disable-libdrm \
--enable-alsa \
--enable-ffprobe \
--enable-gpl \
@ -584,12 +584,16 @@ RUN \
libv4l-0 \
libx11-6 \
libxcb1 \
libxcb-shm0 \
libxext6 \
libxml2 && \
echo "**** clean up ****" && \
rm -rf \
/var/lib/apt/lists/* \
/var/tmp/*
/var/tmp/* && \
echo "**** quick test ffmpeg ****" && \
ldd /usr/local/bin/ffmpeg && \
/usr/local/bin/ffmpeg -version
COPY /root /

View File

@ -177,6 +177,7 @@ full_custom_readme: |
## Versions
* **11.04.24:** - Explicitly disable libdrm on aarch64, add new lib `libxcb-shm0`. Add quick test at the end of build.
* **10.04.24:** - Compile ffmpeg with `libfribidi`, `libharfbuzz` and `libfontconfig`, compile libharfbuzz.
* **05.04.24:** - Bump ffmpeg to 7.0, bump libdovi, libva, mesa and vulkan-sdk.
* **16.03.24:** - Bump libaom, mesa, openjpeg, opus, shaderc and svtav1.