diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-02 11:02:44 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-11 10:03:22 +0900 |
| commit | c7dc180019b137b95514db654cd8edc063a15ec7 (patch) | |
| tree | a21e4d2c1d40079a3670a2529c813b94f24e6c36 /gnu | |
| parent | 687bf4fb8e74ad55619be91fe309c33c0bab4814 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/video.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 9830777ec3e..d6981929756 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm | |||
| @@ -1008,8 +1008,8 @@ shared library and encoder and decoder command-line executables.") | |||
| 1008 | (define-public libx264 | 1008 | (define-public libx264 |
| 1009 | ;; There are no tags in the repository, so we take the version number from | 1009 | ;; There are no tags in the repository, so we take the version number from |
| 1010 | ;; the X264_BUILD variable defined in x264.h. | 1010 | ;; the X264_BUILD variable defined in x264.h. |
| 1011 | (let ((version "164") | 1011 | (let ((version "165") |
| 1012 | (commit "b093bbe7d9bc642c8f24067cbdcc73bb43562eab") | 1012 | (commit "0480cb05fa188d37ae87e8f4fd8f1aea3711f7ee") |
| 1013 | (revision "0")) | 1013 | (revision "0")) |
| 1014 | (package | 1014 | (package |
| 1015 | (name "libx264") | 1015 | (name "libx264") |
| @@ -1022,7 +1022,7 @@ shared library and encoder and decoder command-line executables.") | |||
| 1022 | (file-name (git-file-name name version)) | 1022 | (file-name (git-file-name name version)) |
| 1023 | (sha256 | 1023 | (sha256 |
| 1024 | (base32 | 1024 | (base32 |
| 1025 | "095pv8y6fqjg8mdvsfk12d0jqgyhip536a6vxhzm7qz8hfp96qhq")))) | 1025 | "136vma04rfzn8kcass8psnxygmn3ykrsyrv0q2dy3iv080vywpy9")))) |
| 1026 | (build-system gnu-build-system) | 1026 | (build-system gnu-build-system) |
| 1027 | (native-inputs | 1027 | (native-inputs |
| 1028 | (list pkg-config nasm)) | 1028 | (list pkg-config nasm)) |
