Skip to content

Commit

Permalink
Revert from fork to oficial gstreamer meson-port of libvpx
Browse files Browse the repository at this point in the history
 - PR for v1.14.1 was merged
  • Loading branch information
HeavenVolkoff committed Aug 13, 2024
1 parent 748577c commit 090f7b1
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 090f7b1

Please sign in to comment.