Mageia Bugzilla – Attachment 12515 Details for
Bug 28504
mplayer can't read video files with dav1d codec; this bugs contains the fix.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
don't know if it is ueseful !!!
mplayer-glibc-2.27.patch (text/plain), 664 bytes, created by
Philippe Didier
on 2021-03-25 01:52:24 CET
(
hide
)
Description:
don't know if it is ueseful !!!
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2021-03-25 01:52:24 CET
Size:
664 bytes
patch
obsolete
>Description: Fix FTBFS with glibc 2.27 on i386 > cpudetect.c uses the non-standard "struct sigcontext" in its SIGILL handler. As > of glibc 2.27, this is not defined in strict standards compliant mode. > . > Fix by defining _GNU_SOURCE in cpudetect.c. >Author: James Cowgill <jcowgill@debian.org> >Bug: https://trac.mplayerhq.hu/ticket/2343 >Bug-Debian: https://bugs.debian.org/896805 >--- >This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ >--- a/cpudetect.c >+++ b/cpudetect.c >@@ -16,6 +16,8 @@ > * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. > */ > >+#define _GNU_SOURCE >+ > #include "mpx86asm.h" > #include "config.h" > #include "cpudetect.h"
Description: Fix FTBFS with glibc 2.27 on i386 cpudetect.c uses the non-standard "struct sigcontext" in its SIGILL handler. As of glibc 2.27, this is not defined in strict standards compliant mode. . Fix by defining _GNU_SOURCE in cpudetect.c. Author: James Cowgill <jcowgill@debian.org> Bug: https://trac.mplayerhq.hu/ticket/2343 Bug-Debian: https://bugs.debian.org/896805 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/cpudetect.c +++ b/cpudetect.c @@ -16,6 +16,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#define _GNU_SOURCE + #include "mpx86asm.h" #include "config.h" #include "cpudetect.h"
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28504
:
12499
|
12500
|
12501
|
12502
|
12503
|
12504
|
12505
|
12506
|
12507
|
12508
|
12509
|
12510
|
12511
|
12512
|
12513
|
12514
| 12515 |
12518
|
12536
|
12541