[Mplayer-cvslog] CVS: 0_90/liba52 bitstream.h,1.4,1.5

Diego Biurrun CVS diego at mplayerhq.hu
Mon May 5 04:42:43 CEST 2003


Update of /cvsroot/mplayer/0_90/liba52
In directory mail:/var/tmp.root/cvs-serv5925/liba52

Modified Files:
	bitstream.h 
Log Message:
this is a important patch for hpux 11.00, because it avoid the
SIGBUS Signal Error if playing video direct from DVD-Rom.
Patch by Martin Gansser <mgansser at ngi.de>.


Index: bitstream.h
===================================================================
RCS file: /cvsroot/mplayer/0_90/liba52/bitstream.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bitstream.h	3 Sep 2002 17:15:08 -0000	1.4
+++ bitstream.h	5 May 2003 02:42:41 -0000	1.5
@@ -21,10 +21,10 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifdef __sparc__
+#if defined(__sparc__) || defined(hpux)
 /*
  * the alt bitstream reader performs unaligned memory accesses; that doesn't work
- * on sparc.  For now, disable ALT_BITSTREAM_READER.
+ * on sparc/hpux.  For now, disable ALT_BITSTREAM_READER.
  */
 #undef	ALT_BITSTREAM_READER
 #else



More information about the MPlayer-cvslog mailing list