From 2b18f4ca9e2984dc6cf9aa0352385242bb761fdc Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Wed, 28 Apr 2004 00:38:08 +0000 Subject: Backport VIS motion_comp code from libmpeg2 CVS so libmpeg2 uses these routines as well as the recently synced ffmpeg tree. CVS patchset: 6454 CVS date: 2004/04/28 00:38:08 --- src/xine-utils/xineutils.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/xine-utils/xineutils.h') diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index c64e4f12a..083d409be 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.85 2004/04/25 17:43:58 manfredtremmel Exp $ + * $Id: xineutils.h,v 1.86 2004/04/28 00:38:09 komadori Exp $ * */ #ifndef XINEUTILS_H @@ -99,6 +99,11 @@ extern "C" { #define MM_ACCEL_PPC_ALTIVEC 0x04000000 #define MM_ACCEL_PPC_CACHE32 0x02000000 +/* SPARC accelerations */ + +#define MM_ACCEL_SPARC_VIS 0x01000000 +#define MM_ACCEL_SPARC_VIS2 0x00800000 + /* x86 compat defines */ #define MM_MMX MM_ACCEL_X86_MMX #define MM_3DNOW MM_ACCEL_X86_3DNOW -- cgit v1.2.3