[MPlayer-dev-eng] [Patch] Xanim codecs on Alpha
Alan Young
ayoung at teleport.com
Wed Jul 10 09:53:22 CEST 2002
Hi,
Xanim codec mods are not working on the Alpha platform. It's due to a some
fields in the XA_CODEC_HDR struct in xacodec.h being defined as long.
Xanim defines the fields as int. This causes a problem on 64 bit platforms
as sizeof(long) != sizeof(int). Xanim appears to expect an int as defined
by the platform.
The attached patch changes the affected longs to ints. It is against
the 20020707 snapshot.
Alan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xacodec.h.patch
Type: application/octet-stream
Size: 644 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20020710/09ea1726/attachment.obj>
More information about the MPlayer-dev-eng
mailing list