From 01804c132ccfdfb264cf7b583e60eecf86316a8f Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 5 May 2003 01:22:45 +0000 Subject: 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 . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10068 b3059339-0415-0410-9bf9-f77b7e298cf2 --- liba52/bitstream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'liba52') diff --git a/liba52/bitstream.h b/liba52/bitstream.h index 66ed3fc1c7..e59e4e9dcd 100644 --- a/liba52/bitstream.h +++ b/liba52/bitstream.h @@ -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 -- cgit v1.2.3