summaryrefslogtreecommitdiffstats
path: root/libmpeg2/mpeg2.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-23 19:29:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-23 19:29:28 +0000
commit475c319b815ba5c4b4781e30de9ab285d38255c2 (patch)
tree1130eb169182815fec218b2c15c25ea2bf16e84e /libmpeg2/mpeg2.h
parentbb7b132e08455afc0db5f1473d070801ffbfa455 (diff)
downloadmpv-475c319b815ba5c4b4781e30de9ab285d38255c2.tar.bz2
mpv-475c319b815ba5c4b4781e30de9ab285d38255c2.tar.xz
Properly detect ARM mc acceleration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26078 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2/mpeg2.h')
-rw-r--r--libmpeg2/mpeg2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpeg2/mpeg2.h b/libmpeg2/mpeg2.h
index 923c9facf6..d27a4c9ee3 100644
--- a/libmpeg2/mpeg2.h
+++ b/libmpeg2/mpeg2.h
@@ -165,6 +165,8 @@ void mpeg2_custom_fbuf (mpeg2dec_t * mpeg2dec, int custom_fbuf);
#define MPEG2_ACCEL_ALPHA_MVI 2
#define MPEG2_ACCEL_SPARC_VIS 1
#define MPEG2_ACCEL_SPARC_VIS2 2
+#define MPEG2_ACCEL_ARM 1
+#define MPEG2_ACCEL_ARM_IWMMXT 2
#define MPEG2_ACCEL_DETECT 0x80000000
uint32_t mpeg2_accel (uint32_t accel);