Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 875857 Details for
Bug 918113
media-video/mplayer-1.5_p20230618 - libmpcodecs/mp_image.c: error: INT_MAX undeclared (first use in this function)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes INT_MAX undeclared bug
fix_intmax.patch (text/plain), 394 bytes, created by
Robert Schultz
on 2023-11-28 02:38:11 UTC
(
hide
)
Description:
Fixes INT_MAX undeclared bug
Filename:
MIME Type:
Creator:
Robert Schultz
Created:
2023-11-28 02:38:11 UTC
Size:
394 bytes
patch
obsolete
>diff -Naur a/libmpcodecs/mp_image.c b/libmpcodecs/mp_image.c >--- a/libmpcodecs/mp_image.c 2023-11-27 21:32:22.471059495 -0500 >+++ b/libmpcodecs/mp_image.c 2023-11-27 21:33:12.586236355 -0500 >@@ -30,6 +30,7 @@ > #include "libmpcodecs/mp_image.h" > #include "libvo/fastmemcpy.h" > #include "libavutil/mem.h" >+#include <limits.h> > #include "mp_msg.h" > > void mp_image_alloc_planes(mp_image_t *mpi) {
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 918113
:
875478
|
875479
|
875480
|
875481
|
875482
|
875483
|
875484
|
875485
| 875857