guix_mirror_bot pushed a commit to branch gstreamer-updates in repository guix.
commit 8be4d3a137711e7a1c9120452d17e1041b94a020 Author: Maxim Cournoyer <[email protected]> AuthorDate: Mon Mar 2 11:02:44 2026 +0900 gnu: libx264: Update to 165-0.0480cb0. This fixes the build on powerpc64le-linux. * gnu/packages/video.scm (libx264): Update to 165-0.0480cb0. Change-Id: I42b21736e0715460cbdfe47732263ba0a02193bf --- gnu/packages/video.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 9830777ec3..d698192975 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1008,8 +1008,8 @@ shared library and encoder and decoder command-line executables.") (define-public libx264 ;; There are no tags in the repository, so we take the version number from ;; the X264_BUILD variable defined in x264.h. - (let ((version "164") - (commit "b093bbe7d9bc642c8f24067cbdcc73bb43562eab") + (let ((version "165") + (commit "0480cb05fa188d37ae87e8f4fd8f1aea3711f7ee") (revision "0")) (package (name "libx264") @@ -1022,7 +1022,7 @@ shared library and encoder and decoder command-line executables.") (file-name (git-file-name name version)) (sha256 (base32 - "095pv8y6fqjg8mdvsfk12d0jqgyhip536a6vxhzm7qz8hfp96qhq")))) + "136vma04rfzn8kcass8psnxygmn3ykrsyrv0q2dy3iv080vywpy9")))) (build-system gnu-build-system) (native-inputs (list pkg-config nasm))
