blob: 2fdcba78cfcad335ead7d49e8c4f233f8637c715 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ext_libpostproc_gstpostproc.c,v 1.1 2019/10/14 13:31:12 mef Exp $
adapt orc-0.4.29 to 0.4.30
--- ext/libpostproc/gstpostproc.c.orig 2011-07-12 23:35:27.000000000 +0900
+++ ext/libpostproc/gstpostproc.c 2019-10-14 22:25:15.311639480 +0900
@@ -299,7 +299,7 @@ change_context (GstPostProc * postproc,
ppflags = (mmx_flags & ORC_TARGET_MMX_MMX ? PP_CPU_CAPS_MMX : 0)
| (mmx_flags & ORC_TARGET_MMX_MMXEXT ? PP_CPU_CAPS_MMX2 : 0)
| (mmx_flags & ORC_TARGET_MMX_3DNOW ? PP_CPU_CAPS_3DNOW : 0)
- | (altivec_flags & ORC_TARGET_ALTIVEC_ALTIVEC ? PP_CPU_CAPS_ALTIVEC :
+ | (altivec_flags & ORC_TARGET_POWERPC_ALTIVEC ? PP_CPU_CAPS_ALTIVEC :
0);
#else
mmx_flags = 0;
|