Skip to content

Commit

Permalink
Merge pull request #17 from spacedriveapp/renovate/https-code.videola…
Browse files Browse the repository at this point in the history
…n.org-videolan-x264.git-digest
  • Loading branch information
HeavenVolkoff authored Feb 14, 2024
2 parents d05c6f5 + c1687bc commit 97021e4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion stages/50-x264.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "Download x264..."
mkdir -p x264

# renovate: depName=https://code.videolan.org/videolan/x264.git
_commit='c196240409e4d7c01b47448d93b1f9683aaa7cf7'
_commit='4815ccadb1890572f2bf8b9d9553d56f6c9122ad'

# Using master due to aarch64 improvements
curl_tar "https://code.videolan.org/videolan/x264/-/archive/${_commit}/x264.tar.bz2" x264 1
Expand Down Expand Up @@ -59,6 +59,13 @@ env RC="$WINDRES" ./configure \
echo '--disable-win32thread'
;;
esac
case "$TARGET" in
aarch64-*)
# Required for the aarch64 assembly to be compiled correctly
echo '--extra-asflags=-march=armv8.2-a+sve+sve2'
;;
esac
) \
--enable-pic \
--enable-static \
Expand Down

0 comments on commit 97021e4

Please sign in to comment.