mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
xbmc-frodo: switch to external ffmpeg
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f707ba9f80
commit
baeadf0274
@ -201,15 +201,11 @@ else
|
|||||||
XBMC_CRYSTALHD="--disable-crystalhd"
|
XBMC_CRYSTALHD="--disable-crystalhd"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# dont build parallel
|
# xbmc fails to build with LTO optimization
|
||||||
MAKEFLAGS=-j1
|
|
||||||
|
|
||||||
# xbmc (ffmpeg) fails to build with LTO optimization
|
|
||||||
strip_lto
|
strip_lto
|
||||||
|
|
||||||
# dont use some optimizations because of problems
|
# dont build parallel
|
||||||
# this fixes problems with faac implementation of ffmpeg
|
MAKEFLAGS=-j1
|
||||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
|
|
||||||
|
|
||||||
export PYTHON_VERSION="2.7"
|
export PYTHON_VERSION="2.7"
|
||||||
export PYTHON_CPPFLAGS="-I$SYSROOT_PREFIX/usr/include/python$PYTHON_VERSION"
|
export PYTHON_CPPFLAGS="-I$SYSROOT_PREFIX/usr/include/python$PYTHON_VERSION"
|
||||||
@ -295,7 +291,7 @@ cd $PKG_BUILD
|
|||||||
$XBMC_BLURAY \
|
$XBMC_BLURAY \
|
||||||
--enable-texturepacker \
|
--enable-texturepacker \
|
||||||
--disable-external-libraries \
|
--disable-external-libraries \
|
||||||
--disable-external-ffmpeg \
|
--enable-external-ffmpeg \
|
||||||
$XBMC_PLATFORM_SUPPORT \
|
$XBMC_PLATFORM_SUPPORT \
|
||||||
|
|
||||||
# setup default skin inside the sources
|
# setup default skin inside the sources
|
||||||
|
@ -29,8 +29,8 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.xbmc.org"
|
PKG_SITE="http://www.xbmc.org"
|
||||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS="boost Python zlib bzip2 systemd pcre libass curl libssh rtmpdump fontconfig tinyxml libmad libogg libmodplug faad2 flac libmpeg2 yajl bc xbmc-addon-settings"
|
PKG_DEPENDS="boost Python zlib bzip2 systemd pcre ffmpeg libass curl libssh rtmpdump fontconfig tinyxml libmad libogg libmodplug faad2 flac libmpeg2 yajl bc xbmc-addon-settings"
|
||||||
PKG_BUILD_DEPENDS="toolchain boost Python zlib bzip2 systemd lzo pcre libass enca curl libssh rtmpdump fontconfig fribidi tinyxml libjpeg-turbo libpng tiff freetype jasper libmad libsamplerate libogg libcdio libmodplug faad2 flac libmpeg2 yajl sqlite mysql"
|
PKG_BUILD_DEPENDS="toolchain boost Python zlib bzip2 systemd lzo pcre ffmpeg libass enca curl libssh rtmpdump fontconfig fribidi tinyxml libjpeg-turbo libpng tiff freetype jasper libmad libsamplerate libogg libcdio libmodplug faad2 flac libmpeg2 yajl sqlite mysql"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="mediacenter"
|
PKG_SECTION="mediacenter"
|
||||||
PKG_SHORTDESC="xbmc: XBMC Mediacenter"
|
PKG_SHORTDESC="xbmc: XBMC Mediacenter"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user