mplayer2: drop FULL_OPTIMIZATION_armv7a and add -fno-tree-vectorize
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 9 Nov 2011 19:55:12 +0000 (20:55 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:17:25 +0000 (08:17 -0800)
commitca8cf143e474f23cbf447897c2d95e3155ceb72f
treefc504054548009c41c65c7362ecd30b6d240f142
parent51d43ebeb841ead966ad28c566d1c8358d0066e7
mplayer2: drop FULL_OPTIMIZATION_armv7a and add -fno-tree-vectorize

* we had -ftree-vectorize instead of -frename-registers here, but that's
  causing ICE with latest gcc-4.6 from meta-oe
* qemux86-64 was still failing without -fno-tree-vectorize
* similar to issue in libvpx
  http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-November/036001.html
  and lowering to -O3 is not enough in this case
  | libmpcodecs/ad_imaadpcm.c: In function 'qt_ima_adpcm_decode_block':
  | libmpcodecs/ad_imaadpcm.c:177:12: internal compiler error: Segmentation fault
  | Please submit a full bug report,
  | with preprocessed source if appropriate.
  | See <http://gcc.gnu.org/bugs.html> for instructions.
  | make: *** [libmpcodecs/ad_imaadpcm.o] Error 1

(From meta-openembedded rev: c59fda28b29afcdcb245651cabbe08a76856d8ca)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb