FreeBSD Bugzilla – Attachment 250208 Details for
Bug 278560
www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Correctly formatted ugly patch
patch-third__party_ffmpeg_libavutil_thread.h (text/plain), 685 bytes, created by
George Mitchell
on 2024-04-24 15:20:34 UTC
(
hide
)
Description:
Correctly formatted ugly patch
Filename:
MIME Type:
Creator:
George Mitchell
Created:
2024-04-24 15:20:34 UTC
Size:
685 bytes
patch
obsolete
>--- third_party/ffmpeg/libavutil/thread.h.orig 2024-04-15 16:34:40.521264600 -0400 >+++ third_party/ffmpeg/libavutil/thread.h 2024-04-23 20:18:56.097605000 -0400 >@@ -217,21 +217,7 @@ > { > int ret = 0; > >-#if HAVE_PRCTL >- ret = AVERROR(prctl(PR_SET_NAME, name)); >-#elif HAVE_PTHREAD_SETNAME_NP >-#if defined(__APPLE__) >- ret = AVERROR(pthread_setname_np(name)); >-#elif defined(__NetBSD__) >- ret = AVERROR(pthread_setname_np(pthread_self(), "%s", name)); >-#else >- ret = AVERROR(pthread_setname_np(pthread_self(), name)); >-#endif >-#elif HAVE_PTHREAD_SET_NAME_NP > pthread_set_name_np(pthread_self(), name); >-#else >- ret = AVERROR(ENOSYS); >-#endif > > return ret; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 278560
:
250204
| 250208