Skip to content

Commit

Permalink
Merge pull request #114 from spacedriveapp/update-libvpx
Browse files Browse the repository at this point in the history
Revert from fork to oficial gstreamer meson-port of libvpx
  • Loading branch information
HeavenVolkoff authored Aug 16, 2024
2 parents 339808d + 090f7b1 commit ebc82cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions stages/50-vpx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
echo "Download vpx..."
mkdir -p vpx

# v1.14.1
curl_tar 'https://gitlab.freedesktop.org/amyspark/libvpx/-/archive/8260fdd/libvpx.tar.gz' vpx 1
# renovate: depName=https://gitlab.freedesktop.org/gstreamer/meson-ports/libvpx.git
_commit="31fdd5dd78347b2468d8a3c4a946f21d230cf19b"

curl_tar "https://gitlab.freedesktop.org/gstreamer/meson-ports/libvpx/-/archive/${_commit}/libvpx.tar.gz" vpx 1

# Delete lines related to xcrun tool usage, it is irrelevant for us
sed -i '1183,1189d' vpx/meson.build
Expand Down

0 comments on commit ebc82cc

Please sign in to comment.