summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-05 18:11:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 23:05:58 +0100
commit7a07f715168fc7c89e75d8b8a942337474ece6f7 (patch)
treee8232bc06220a74c217933e6a3fa270af72d959e /meta/recipes-multimedia
parent988f625f168ef5ce2356668584766896777e1377 (diff)
downloadpoky-7a07f715168fc7c89e75d8b8a942337474ece6f7.tar.gz
gst-ffmpeg: enable using yasm during build
A recipe is now available for this, and it should enhance performance on x86/x86-64. (From OE-Core rev: 39aab68c1d60cb071bbd0c5d21b94222c89209a3) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb
index d3f2b3eee1..ceac4d828b 100644
--- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
12 file://gst-libs/ext/libav/COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02" 12 file://gst-libs/ext/libav/COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
13LICENSE_FLAGS = "commercial" 13LICENSE_FLAGS = "commercial"
14HOMEPAGE = "http://www.gstreamer.net/" 14HOMEPAGE = "http://www.gstreamer.net/"
15DEPENDS = "gstreamer gst-plugins-base zlib bzip2" 15DEPENDS = "gstreamer gst-plugins-base zlib bzip2 yasm-native"
16 16
17inherit autotools pkgconfig 17inherit autotools pkgconfig
18 18
@@ -49,10 +49,6 @@ PACKAGECONFIG ??= "external-libav"
49PACKAGECONFIG[external-libav] = "--with-system-ffmpeg,,libav" 49PACKAGECONFIG[external-libav] = "--with-system-ffmpeg,,libav"
50PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" 50PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc"
51 51
52# yasm not found, use --disable-yasm for a crippled build for libav
53EXTRA_OECONF_append_x86-64 = " --disable-yasm "
54EXTRA_OECONF_append_x86 = " --disable-yasm "
55
56FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" 52FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
57FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" 53FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
58FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la" 54FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la"