Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 903168 Details for
Bug 927212
media-libs/libdv-1.0.0-r4 fails to compile: dv.c:224:90: error: passing argument 5 of _dv_quant_88_inverse_x86 from incompatible pointer type [-Wincompatible-pointer-types]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes the incompatible pointer type in quant.c
quant.c.diff (text/plain), 467 bytes, created by
Nuitari
on 2024-09-17 01:19:59 UTC
(
hide
)
Description:
Fixes the incompatible pointer type in quant.c
Filename:
MIME Type:
Creator:
Nuitari
Created:
2024-09-17 01:19:59 UTC
Size:
467 bytes
patch
obsolete
>diff '--color=auto' -r -u -b libdv-1.0.0.old/libdv/quant.c libdv-1.0.0/libdv/quant.c >--- libdv-1.0.0.old/libdv/quant.c 2024-09-16 21:03:36.735463768 -0400 >+++ libdv-1.0.0/libdv/quant.c 2024-09-16 21:03:57.868625902 -0400 >@@ -210,7 +210,7 @@ > _dv_quant_x86_64(block, qno, klass); > emms(); > #else >- _dv_quant_x86(block, qno, klass, dv_quant_offset, dv_quant_shifts); >+ _dv_quant_x86(block, qno, klass, dv_quant_offset, dv_quant_shifts[0]); > emms(); > #endif > }
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 927212
:
887854
| 903168 |
906393