summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/webm
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-01-11 08:53:39 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2012-01-12 10:41:09 +0100
commitd792afdefcacc3ff660348d7be3b3f2a802ae163 (patch)
treed81e0959469f0503bb894af932de4f96a7366159 /meta-oe/recipes-multimedia/webm
parent3b111fefe106d93a1a199e63dc9056985fb9886d (diff)
downloadmeta-openembedded-d792afdefcacc3ff660348d7be3b3f2a802ae163.tar.gz
libav, libvpx, mplayer2: drop work around for gcc-4.6 ICE, no need to pass -fno-tree-vectorize now
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/webm')
-rw-r--r--meta-oe/recipes-multimedia/webm/libvpx.inc15
1 files changed, 2 insertions, 13 deletions
diff --git a/meta-oe/recipes-multimedia/webm/libvpx.inc b/meta-oe/recipes-multimedia/webm/libvpx.inc
index 8434f3841..31dafb8c8 100644
--- a/meta-oe/recipes-multimedia/webm/libvpx.inc
+++ b/meta-oe/recipes-multimedia/webm/libvpx.inc
@@ -1,7 +1,7 @@
1DESCRIPTION = "vpx Multi-Format Codec SDK" 1DESCRIPTION = "vpx Multi-Format Codec SDK"
2LICENSE = "BSD" 2LICENSE = "BSD"
3 3
4INC_PR = "r2" 4INC_PR = "r3"
5 5
6SRC_URI = "http://webm.googlecode.com/files/libvpx-v${PV}.tar.bz2" 6SRC_URI = "http://webm.googlecode.com/files/libvpx-v${PV}.tar.bz2"
7S = "${WORKDIR}/libvpx-v${PV}" 7S = "${WORKDIR}/libvpx-v${PV}"
@@ -10,18 +10,7 @@ S = "${WORKDIR}/libvpx-v${PV}"
10# sysroots/armv4t-oe-linux-gnueabi/usr/lib/libvpx.a(vpx_encoder.c.o)(.text+0xc4): unresolvable R_ARM_THM_CALL relocation against symbol `memcpy@@GLIBC_2.4' 10# sysroots/armv4t-oe-linux-gnueabi/usr/lib/libvpx.a(vpx_encoder.c.o)(.text+0xc4): unresolvable R_ARM_THM_CALL relocation against symbol `memcpy@@GLIBC_2.4'
11ARM_INSTRUCTION_SET = "arm" 11ARM_INSTRUCTION_SET = "arm"
12 12
13#-ftree-vectorize was causing ICE with gcc-4.6 from meta-oe, see 13CFLAGS += "-fPIC"
14# http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-November/036001.html
15#| [CC] vpx_scale/generic/gen_scalers.c.o
16#| vpx_scale/generic/gen_scalers.c: In function 'vp8cx_vertical_band_3_4_scale_c':
17#| vpx_scale/generic/gen_scalers.c:537:6: internal compiler error: in vect_get_vec_def_for_stmt_copy, at tree-vect-stmts.c:1390
18#| Please submit a full bug report,
19#| with preprocessed source if appropriate.
20#| See <http://gcc.gnu.org/bugs.html> for instructions.
21#| make[1]: *** [vpx_scale/generic/gen_scalers.c.o] Error 1
22#| make: *** [.DEFAULT] Error 2
23
24CFLAGS += "-fPIC -fno-tree-vectorize"
25 14
26export CC 15export CC
27export LD = "${CC}" 16export LD = "${CC}"