mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc:
- update to xbmc-26057
This commit is contained in:
parent
8ca4bff0ff
commit
7e62870b26
@ -74,9 +74,7 @@ fi
|
||||
LDFLAGS="$LDFLAGS -lpython2.6"
|
||||
|
||||
cd $PKG_BUILD
|
||||
autoheader
|
||||
autoconf
|
||||
|
||||
./bootstrap
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
|
@ -69,7 +69,7 @@ diff -Naur xbmc-25850/configure.in xbmc-25850.patch/configure.in
|
||||
@@ -1206,6 +1218,7 @@
|
||||
--enable-postproc \
|
||||
--enable-gpl \
|
||||
`if test "$use_vdpau" = "yes"; then echo --enable-vdpau; fi` \
|
||||
`if test "$use_vdpau" = "yes"; then echo --enable-vdpau; else echo --disable-vdpau; fi` \
|
||||
+ --disable-vaapi \
|
||||
--enable-libfaad \
|
||||
--enable-protocol=http \
|
||||
|
@ -1,9 +1,9 @@
|
||||
diff -Naur xbmc-24229/guilib/Makefile xbmc-24229.patch/guilib/Makefile
|
||||
3diff -Naur xbmc-24229/guilib/Makefile xbmc-24229.patch/guilib/Makefile
|
||||
--- xbmc-24229/guilib/Makefile 2009-11-03 10:52:46.493397566 +0100
|
||||
+++ xbmc-24229.patch/guilib/Makefile 2009-11-03 12:18:27.292521966 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
-INCLUDES=-I. -I../ -Icommon -I../xbmc -I../xbmc/cores -I../xbmc/linux -I../xbmc/utils -I/usr/include/freetype2 -I/usr/include/SDL -I../xbmc/lib/libsquish
|
||||
+INCLUDES=-I. -I../ -Icommon -I../xbmc -I../xbmc/cores -I../xbmc/linux -I../xbmc/utils -I../xbmc/lib/libsquish
|
||||
-INCLUDES=-I. -I../ -Icommon -I../xbmc -I../xbmc/cores/dvdplayer/Codecs/ffmpeg -I../xbmc/linux -I../xbmc/utils -I/usr/include/freetype2 -I/usr/include/SDL -I../xbmc/lib/libsquish
|
||||
+INCLUDES=-I. -I../ -Icommon -I../xbmc -I../xbmc/cores/dvdplayer/Codecs/ffmpeg -I../xbmc/linux -I../xbmc/utils -I../xbmc/lib/libsquish
|
||||
|
||||
SRCS=AnimatedGif.cpp \
|
||||
AudioContext.cpp \
|
||||
@ -20,8 +20,8 @@ diff -Naur xbmc-24229/xbmc/Makefile xbmc-24229.patch/xbmc/Makefile
|
||||
--- xbmc-24229/xbmc/Makefile 2009-11-03 10:49:58.642519675 +0100
|
||||
+++ xbmc-24229.patch/xbmc/Makefile 2009-11-03 12:18:27.295522056 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
-INCLUDES+=-I. -Ilinux -Icores -I../guilib -Iutils -IFileSystem -I/usr/include/freetype2 -Icores/dvdplayer -Icores/ffmpeg
|
||||
+INCLUDES+=-I. -Ilinux -Icores -I../guilib -Iutils -IFileSystem -Icores/dvdplayer -Icores/ffmpeg
|
||||
-INCLUDES+=-I../ -I. -Ilinux -Icores -I../guilib -Iutils -IFileSystem -I/usr/include/freetype2 -Icores/dvdplayer -Icores/dvdplayer/Codecs/ffmpeg
|
||||
+INCLUDES+=-I../ -I. -Ilinux -Icores -I../guilib -Iutils -IFileSystem -Icores/dvdplayer -Icores/dvdplayer/Codecs/ffmpeg
|
||||
|
||||
INCLUDES+=-Ilib/libUPnP/Platinum/Source/Core \
|
||||
-Ilib/libUPnP/Platinum/Source/Platinum \
|
||||
|
@ -1 +1 @@
|
||||
http://sources.openelec.tv/svn/xbmc-25850.tar.bz2
|
||||
http://sources.openelec.tv/svn/xbmc-26057.tar.bz2
|
||||
|
Loading…
x
Reference in New Issue
Block a user