]> code.ossystems Code Review - openembedded-core.git/commit
gstreamer: gst-ffmpeg: fix build issues for libav
authorYao Zhao <yao.zhao@windriver.com>
Wed, 8 Aug 2012 18:49:40 +0000 (14:49 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Aug 2012 13:25:49 +0000 (14:25 +0100)
commita6384b2bd1d608506557ce151135edffa4cb5e0b
treebf2426a47b798dc80ec4d989caa5725d91889488
parentdec33ee2c8badb64b90ce8230f218c6898f3703c
gstreamer: gst-ffmpeg: fix build issues for libav

1.The included libav configure is not generated by autotools
  modify recipe to use correct toolchain wrapper with configure

2.add bzip2 dependency explicitly.
  or configure will detect whether libbz2 is installed, if bzip2
is triggered earlier then it will be detected, if not then won't

3.backport libav_e500mc.patch from upstream to patch configure to
disable-altivec if it is e500mc.

4.move the GSTREAMER_DEBUG to libav's configure, it is not the
option for the main configure.

Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav_e500mc.patch [new file with mode: 0644]
meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb