Fix docker build with openh264 in ffmpeg.

This commit is contained in:
John Preston 2024-10-24 12:39:24 +04:00
parent 9e2cf0ed73
commit b44b45cca0
1 changed files with 1 additions and 0 deletions

View File

@ -473,6 +473,7 @@ RUN git clone -b n12.1.14.0 --depth=1 {{ GIT }}/FFmpeg/nv-codec-headers.git \
FROM builder AS ffmpeg
COPY --link --from=opus {{ LibrariesPath }}/opus-cache /
COPY --link --from=openh264 {{ LibrariesPath }}/openh264-cache /
COPY --link --from=dav1d {{ LibrariesPath }}/dav1d-cache /
COPY --link --from=libvpx {{ LibrariesPath }}/libvpx-cache /
COPY --link --from=libXext {{ LibrariesPath }}/libXext-cache /