Skip to content

Commit

Permalink
Correct the upstream URL for libva
Browse files Browse the repository at this point in the history
Libva is fetched from the release tarballs, whose URL has changed. Update this to point to the correct URL pattern upstream.
  • Loading branch information
Brainiarc7 authored Feb 6, 2024
1 parent e4849bb commit 384a782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ RUN \
echo "**** grabbing libva ****" && \
mkdir -p /tmp/libva && \
curl -Lf \
https://github.com/intel/libva/archive/${LIBVA}.tar.gz | \
https://github.com/intel/libva/archive/refs/tags/${LIBVA}.tar.gz | \
tar -zx --strip-components=1 -C /tmp/libva
RUN \
echo "**** compiling libva ****" && \
Expand Down

0 comments on commit 384a782

Please sign in to comment.