mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
xbmc-dharma: update to xbmc-dharma-32798
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
866b886316
commit
9e51c50eb4
@ -83,7 +83,7 @@ $AUTORECONF xbmc/lib/libid3tag/libid3tag
|
|||||||
$XBMC_CRYSTALHD \
|
$XBMC_CRYSTALHD \
|
||||||
--disable-vdadecoder \
|
--disable-vdadecoder \
|
||||||
--disable-profiling \
|
--disable-profiling \
|
||||||
--enable-joystick \
|
--enable-joystick \
|
||||||
--enable-xrandr \
|
--enable-xrandr \
|
||||||
--disable-goom \
|
--disable-goom \
|
||||||
--disable-xbmcprojectm \
|
--disable-xbmcprojectm \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PKG_NAME="xbmc-dharma"
|
PKG_NAME="xbmc-dharma"
|
||||||
PKG_VERSION="32733"
|
PKG_VERSION="32798"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
diff -Naur xbmc-dharma-32669/configure.in xbmc-dharma-32669.patch/configure.in
|
|
||||||
--- xbmc-dharma-32669/configure.in 2010-08-10 14:23:07.000000000 +0200
|
|
||||||
+++ xbmc-dharma-32669.patch/configure.in 2010-08-11 17:55:44.131212442 +0200
|
|
||||||
@@ -1619,6 +1619,7 @@
|
|
||||||
--enable-libfaad \
|
|
||||||
--enable-protocol=http \
|
|
||||||
--enable-pthreads \
|
|
||||||
+ --enable-runtime-cpudetect \
|
|
||||||
`case $host_cpu in powerpc*|arm*|amd64*|x86_64*|ia64*) echo --enable-pic ;; esac` \
|
|
||||||
--cc="$CC" &&
|
|
||||||
sed -i -e "s#define HAVE_SYMVER 1#define HAVE_SYMVER 0#" config.h &&
|
|
||||||
diff -Naur xbmc-dharma-32669/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp xbmc-dharma-32669.patch/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp
|
|
||||||
--- xbmc-dharma-32669/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp 2010-08-10 14:25:06.000000000 +0200
|
|
||||||
+++ xbmc-dharma-32669.patch/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp 2010-08-11 17:57:03.591337432 +0200
|
|
||||||
@@ -241,7 +241,7 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
// set acceleration
|
|
||||||
- m_pCodecContext->dsp_mask = FF_MM_FORCE | FF_MM_MMX | FF_MM_MMXEXT | FF_MM_SSE;
|
|
||||||
+ m_pCodecContext->dsp_mask = 0;//FF_MM_FORCE | FF_MM_MMX | FF_MM_MMXEXT | FF_MM_SSE;
|
|
||||||
|
|
||||||
// advanced setting override for skip loop filter (see avcodec.h for valid options)
|
|
||||||
// TODO: allow per video setting?
|
|
Loading…
x
Reference in New Issue
Block a user