mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 06:55:58 +00:00
Fix docker build with openh264 in ffmpeg.
This commit is contained in:
@@ -473,6 +473,7 @@ RUN git clone -b n12.1.14.0 --depth=1 {{ GIT }}/FFmpeg/nv-codec-headers.git \
|
|||||||
|
|
||||||
FROM builder AS ffmpeg
|
FROM builder AS ffmpeg
|
||||||
COPY --link --from=opus {{ LibrariesPath }}/opus-cache /
|
COPY --link --from=opus {{ LibrariesPath }}/opus-cache /
|
||||||
|
COPY --link --from=openh264 {{ LibrariesPath }}/openh264-cache /
|
||||||
COPY --link --from=dav1d {{ LibrariesPath }}/dav1d-cache /
|
COPY --link --from=dav1d {{ LibrariesPath }}/dav1d-cache /
|
||||||
COPY --link --from=libvpx {{ LibrariesPath }}/libvpx-cache /
|
COPY --link --from=libvpx {{ LibrariesPath }}/libvpx-cache /
|
||||||
COPY --link --from=libXext {{ LibrariesPath }}/libXext-cache /
|
COPY --link --from=libXext {{ LibrariesPath }}/libXext-cache /
|
||||||
|
Reference in New Issue
Block a user