Skip to content

Commit

Permalink
x264: Update to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Carotti authored and nacho committed Nov 6, 2023
1 parent 146734d commit 23d28db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gvsbuild/projects/x264.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self):
repo_url="http://git.videolan.org/git/x264.git",
fetch_submodules=False,
dependencies=["nasm", "msys2"],
tag="bfc87b7a330f75f5c9a21e56081e4b20344f139e",
tag="31e19f92f00c7003fa115047ce50978bc98c3a0d",
)

def build(self):
Expand Down

0 comments on commit 23d28db

Please sign in to comment.