public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/nvidia-vaapi-driver/files/
@ 2024-06-22 18:54 Conrad Kostecki
  0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2024-06-22 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     0a438b7168bc179f1328174c91d07fb78e860ee0
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jun 18 17:24:23 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 18:50:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a438b71

media-libs/nvidia-vaapi-driver: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../nvidia-vaapi-driver-0.0.11_musl-support.patch  | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/media-libs/nvidia-vaapi-driver/files/nvidia-vaapi-driver-0.0.11_musl-support.patch b/media-libs/nvidia-vaapi-driver/files/nvidia-vaapi-driver-0.0.11_musl-support.patch
deleted file mode 100644
index aa03fa825539..000000000000
--- a/media-libs/nvidia-vaapi-driver/files/nvidia-vaapi-driver-0.0.11_musl-support.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From https://github.com/elFarto/nvidia-vaapi-driver/pull/273
-From: "Azamat H. Hackimov" <azamat.hackimov@gmail.com>
-Date: Fri, 9 Feb 2024 20:54:17 +0300
-Subject: [PATCH] Fix building with musl
-
-qsort_r invocations uses `__compar_d_fn_t` typedef that defined only in
-glibc. Added missing typedef to fix compilation on musl systems.
-
-See: https://bugs.gentoo.org/924146
-
-Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
---- a/src/hevc.c
-+++ b/src/hevc.c
-@@ -3,6 +3,10 @@
- #include "vabackend.h"
- #include <stdlib.h>
- 
-+#if !defined(__GLIBC__)
-+typedef int (*__compar_d_fn_t) (const void *, const void *, void *);
-+#endif
-+
- static const uint8_t ff_hevc_diag_scan4x4_x[16] = {
-     0, 0, 1, 0,
-     1, 2, 0, 1,
--- 
-2.43.0
-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-22 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-22 18:54 [gentoo-commits] repo/gentoo:master commit in: media-libs/nvidia-vaapi-driver/files/ Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox