diff options
-rw-r--r-- | meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch b/meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch index ecb3a9d32e..7dc56436f0 100644 --- a/meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch +++ b/meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch | |||
@@ -20,6 +20,8 @@ altivec.h is needed by "typedef vector int t;". | |||
20 | Here we include another statement "int tmp = __CR6_EQ;", in | 20 | Here we include another statement "int tmp = __CR6_EQ;", in |
21 | which __CR6_EQ is defined in altivec.h. | 21 | which __CR6_EQ is defined in altivec.h. |
22 | 22 | ||
23 | Upstream-Status: Pending | ||
24 | |||
23 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> | 25 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> |
24 | 26 | ||
25 | diff -ruN mpeg2dec-0.4.1-orig/configure.in mpeg2dec-0.4.1/configure.in | 27 | diff -ruN mpeg2dec-0.4.1-orig/configure.in mpeg2dec-0.4.1/configure.in |