mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
Update libvpl repo and fix another typo
This commit is contained in:
parent
d95a5e50f8
commit
9ba830f3b9
@ -382,7 +382,7 @@ RUN \
|
||||
echo "**** grabbing libvpl ****" && \
|
||||
mkdir -p /tmp/libvpl && \
|
||||
curl -Lf \
|
||||
https://github.com/oneapi-src/oneVPL/archive/refs/tags/v${LIBVPL}.tar.gz | \
|
||||
https://github.com/intel/libvpl/archive/refs/tags/v${LIBVPL}.tar.gz | \
|
||||
tar -zx --strip-components=1 -C /tmp/libvpl
|
||||
RUN \
|
||||
echo "**** compiling libvpl ****" && \
|
||||
@ -396,7 +396,7 @@ RUN \
|
||||
echo "**** grabbing vpl-gpu-rt ****" && \
|
||||
mkdir -p /tmp/vpl-gpu-rt && \
|
||||
curl -Lf \
|
||||
https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${ONEVPL}.tar.gz | \
|
||||
https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${VPLGPURT}.tar.gz | \
|
||||
tar -zx --strip-components=1 -C /tmp/vpl-gpu-rt
|
||||
RUN \
|
||||
echo "**** compiling onevpl ****" && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user