summaryrefslogtreecommitdiff
path: root/src/xine-utils/xineutils.h
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2004-04-28 00:38:08 +0000
committerRobin KAY <komadori@users.sourceforge.net>2004-04-28 00:38:08 +0000
commit2b18f4ca9e2984dc6cf9aa0352385242bb761fdc (patch)
treef876916012addaecb95d94f7dead9085c3e92612 /src/xine-utils/xineutils.h
parentc99e97ef0af36e3f3a081760a7bfdca4cfd7eeeb (diff)
downloadxine-lib-2b18f4ca9e2984dc6cf9aa0352385242bb761fdc.tar.gz
xine-lib-2b18f4ca9e2984dc6cf9aa0352385242bb761fdc.tar.bz2
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
Diffstat (limited to 'src/xine-utils/xineutils.h')
-rw-r--r--src/xine-utils/xineutils.h7
1 files changed, 6 insertions, 1 deletions
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