aboutsummaryrefslogtreecommitdiff
path: root/devel/electron39/files/patch-third__party_ffmpeg_configure
blob: 89dcccdac49d9f4f2007fa63f8bb3321badf8496 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- third_party/ffmpeg/configure.orig	2025-10-21 20:19:54 UTC
+++ third_party/ffmpeg/configure
@@ -6972,8 +6972,8 @@ if ! disabled pthreads && ! enabled w32threads && ! en
         if enabled pthread_np_h; then
             hdrs="$hdrs pthread_np.h"
         fi
-        check_lib pthread_set_name_np "$hdrs" pthread_set_name_np -lpthread
-        check_lib pthread_setname_np "$hdrs" pthread_setname_np -lpthread
+        check_lib pthread_set_name_np pthread_np.h pthread_set_name_np -lpthread
+        check_lib pthread_setname_np pthread_np.h pthread_setname_np -lpthread
     fi
 fi