libav: disable yasm for x86 and x86-64 builds, because we don't have recipe for that

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Martin Jansa
2011-11-07 14:38:34 +00:00
committed by Koen Kooi
parent 37694a0693
commit a947536101
@@ -54,6 +54,10 @@ EXTRA_OECONF = " \
${EXTRA_FFCONF} \
"
#| yasm not found, use --disable-yasm for a crippled build
EXTRA_OECONF_append_x86-64 = " --disable-yasm"
EXTRA_OECONF_append_x86 = " --disable-yasm"
do_configure() {
# We don't have TARGET_PREFIX-pkgconfig
sed -i '/pkg_config_default="${cross_prefix}${pkg_config_default}"/d' ${S}/configure