mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc: depends on ffmpeg for i386 and x86_64
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d1917149fe
commit
c603f8b75b
@ -301,6 +301,11 @@ else
|
||||
XBMC_CRYSTALHD="--disable-crystalhd"
|
||||
fi
|
||||
|
||||
if [ "$TARGET_ARCH" = "i386" -o "$TARGET_ARCH" = "x86_64" ]; then
|
||||
# TODO: hack to for including FM patch on x86, rework this in OpenELEC-5.0
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET ffmpeg"
|
||||
fi
|
||||
|
||||
export CXX_FOR_BUILD="$HOST_CXX"
|
||||
export CC_FOR_BUILD="$HOST_CC"
|
||||
export CXXFLAGS_FOR_BUILD="$HOST_CXXFLAGS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user