[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]
[transcode-users] [patch] using posix versions of __s32 and others
|
To: |
transcode-users@xxxxxxxxx |
|
Subject: |
[transcode-users] [patch] using posix versions of __s32 and others |
|
From: |
Markus Rothe <markus@xxxxxxxxxxxxxx> |
|
Date: |
Fri, 7 Jul 2006 19:37:18 +0000 |
|
Delivered-to: |
itdp@localhost |
|
User-agent: |
KMail/1.9.1 |
Hello,
I'm subscribed to transcode-devel and transcode-users for about a month now
and have not yet seen a mail in transcode-devel, so I post this here on
transcode-users. Please tell me, if this was wrong.
On PowerPC64 you cannot define __s32 and such definitions without risking to
redefine them, because they are already defined in linux kernel headers. The
correct way would be using posix versions like int32_t and such.
For more information look here [1]. On Gentoo we apply a patch on all arches
fixing this.
Would be fine to have this patch included. Unfortunatly the patch attached to
this mail is not the patch included in gentoo, because I had to adopt it so
it can be applied to HEAD.
Comments?
Regards,
Markus Rothe
[1] http://bugs.gentoo.org/show_bug.cgi?id=93797
transcode-HEAD-types.patch
Description: Text Data
- [transcode-users] [patch] using posix versions of __s32 and others,
Markus Rothe <=