[MPlayer-dev-eng] Newer bitstream.h breaks on ARM

armin.gerritsen at philips.com armin.gerritsen at philips.com
Fri Jun 20 09:52:01 CEST 2003


Hello,

[I already posted this earlier to the user-list and at least one other ARM
user seems to have the same problem, which requires the same fix.]

I saw the latest CVS has a new bitsream.h in the liba52 folder. It has some
fixes for missaligned exceptions on Alpha an others. However, it breaks on
ARM. I changed bitstream.h line 35 to:

#if defined (ARCH_X86) || defined(ARCH_ARM)

and it is fine again. (So all I did is add ARCH_ARM.)
This is also inline with the previous versions of bitstream.h, which also
don't do anything special for ARM.

Note also that both I and the other user use arm-linux-gcc version 2.95.

Regards,

Armin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bitstream.h
Type: application/octet-stream
Size: 3836 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20030620/dc9adad0/attachment.obj>


More information about the MPlayer-dev-eng mailing list