mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
gstreamer1.0-libav: disable asm for x32
The included libav lacks support for x32, so disable the assembly optimizations. (From OE-Core rev: 7bac614503d0d9fda03b087501690e5f8262d966) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
550052f9d8
commit
fb2b975326
@@ -30,6 +30,10 @@ LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \
|
|||||||
${GSTREAMER_1_0_DEBUG} \
|
${GSTREAMER_1_0_DEBUG} \
|
||||||
--cross-prefix='${HOST_PREFIX}'"
|
--cross-prefix='${HOST_PREFIX}'"
|
||||||
|
|
||||||
|
# Disable assembly optimizations for X32, as this libav lacks the support
|
||||||
|
PACKAGECONFIG_remove_linux-gnux32 = "yasm"
|
||||||
|
LIBAV_EXTRA_CONFIGURE_COMMON_ARG_append_linux-gnux32 = " --disable-asm"
|
||||||
|
|
||||||
LIBAV_EXTRA_CONFIGURE_COMMON = \
|
LIBAV_EXTRA_CONFIGURE_COMMON = \
|
||||||
'${LIBAV_EXTRA_CONFIGURE}="${LIBAV_EXTRA_CONFIGURE_COMMON_ARG}"'
|
'${LIBAV_EXTRA_CONFIGURE}="${LIBAV_EXTRA_CONFIGURE_COMMON_ARG}"'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user