15 Commits

Author SHA1 Message Date
Marcin Juszkiewicz aea60d3985 mplayer2: move lame into ENTERPRISE_DISTRO check
Lame was in two places in build dependencies.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07 11:59:00 +01:00
Otavio Salvador 6794372daa mplayer2: bump PR due libav update
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 11:27:18 +02:00
Martin Jansa ac41d7a46a mplayer2: enable speex
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-07 12:21:23 +02:00
Martin Jansa add085b0c9 mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SET
* virtual/kernel was needed only to provide omapfb.h in staging
  but that's now moved to BSP layers, no need to make sstate hash
  machine specific here.
* s/ARM/arm/ is just cosmetic change because classes are testing only
  '== "thumb"' so it works the same with ARM but mplayer2 was only
  recipe using it uppercase

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28 15:49:59 +01:00
Martin Jansa 942f06731e mplayer2: bump PR to rebuild against newer libav
* libav now produces libavformat53 instead of libavformat52

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-25 13:57:16 +01:00
Martin Jansa d792afdefc 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>
2012-01-12 10:41:09 +01:00
Koen Kooi 6235a37941 libav, libsdl-image, mplayer2, xbmc: bump PR for libsdl packaging change in OE-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-19 19:34:06 +01:00
Martin Jansa c59fda28b2 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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-16 08:43:43 +01:00
Otavio Salvador b41702a6bd mplayer2_git.bb: drop 'PRIORITY = "optional"' as it is the default
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-15 09:25:12 +01:00
Martin Jansa 4f4d52c73d mplayer2: fix DSO issue with new binutils
* /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv4t-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.6.3/ld:
  libmpdemux/demux_ogg.o: undefined reference to symbol '_ilog'
  /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv4t-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.6.3/ld:
  note: '_ilog' is defined in DSO
  /OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib/libvorbis.so.0 so try adding it to the linker command line
  /OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib/libvorbis.so.0: could not read symbols: Invalid operation

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-07 13:03:12 +01:00
Martin Jansa fb9962ec22 mplayer2: enable mplayer-common
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-06 11:20:18 +01:00
Martin Jansa 78add3cb48 mplayer2: drop omapfb patch and support, this can be applied from bsp layer if needed
* example of working omapfb patch and optimizations is in
  meta-smartphone layer
  http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=483afbee82869a0b2dacadc4b9580c47dcb59d26

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-06 11:19:08 +01:00
Koen Kooi 7019fbb507 mplayer: fix build with -Wl,-as-needed
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-23 22:41:17 +01:00
Koen Kooi 7f5ca6706a mplayer2: armv7a fixes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-04 17:40:49 +01:00
Martin Jansa 54458a43c8 mplayer2: import from OE-classic
* taken from 1a91fc4b705b0c4f45eb088a2f7aea01ebc9c98e
* dropped V4L1, largefile, xvmc
* added libass
* added LIC_FILES_CHKSUM
* upgraded to latest SRCREV
* moved glamo patch to meta-openmoko layer

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>

[ Koen - commented out mplayer-common for the time being ]
2011-11-04 17:11:04 +01:00