diff libmpeg2/mpeg2.h @ 18727:24b2d27f2407

Use MPlayer's CPU detection module instead of libmpeg2's, initial patch by Jim Huang jserv A linux2¡ëcc¡ëntu¡ëedu¡ëtw, reworked by me according to The Guru's advices ;-) Original thread: Date: Jun 15, 2006 8:35 AM Subject: [MPlayer-dev-eng] [PATCH] Remove duplicated CPU detection in libmpeg2
author gpoirier
date Fri, 16 Jun 2006 13:40:00 +0000
parents 1385ec491ffb
children 0783dd397f74
line wrap: on
line diff
--- a/libmpeg2/mpeg2.h	Fri Jun 16 11:39:23 2006 +0000
+++ b/libmpeg2/mpeg2.h	Fri Jun 16 13:40:00 2006 +0000
@@ -159,6 +159,7 @@
 #define MPEG2_ACCEL_X86_MMX 1
 #define MPEG2_ACCEL_X86_3DNOW 2
 #define MPEG2_ACCEL_X86_MMXEXT 4
+#define MPEG2_ACCEL_X86_SSE2 8
 #define MPEG2_ACCEL_PPC_ALTIVEC 1
 #define MPEG2_ACCEL_ALPHA 1
 #define MPEG2_ACCEL_ALPHA_MVI 2