- update all patches
- add pvr-patch
This commit is contained in:
Stephan Raue 2009-10-27 02:34:18 +01:00
parent b5d6b49999
commit 18b6242582
5 changed files with 23 additions and 4 deletions

View File

@ -1,6 +1,6 @@
diff -Naur xbmc-23883/configure.in xbmc-23883.patch/configure.in
--- xbmc-23883/configure.in 2009-10-21 08:23:00.441146464 +0200
+++ xbmc-23883.patch/configure.in 2009-10-21 10:44:56.239147190 +0200
diff -Naur xbmc-23998/configure.in xbmc-23998.patch/configure.in
--- xbmc-23998/configure.in 2009-10-25 09:58:44.000000000 +0100
+++ xbmc-23998.patch/configure.in 2009-10-25 13:29:18.466661360 +0100
@@ -69,6 +69,9 @@
i*86*-linux-gnu*)
ARCH="i486-linux"
@ -75,7 +75,7 @@ diff -Naur xbmc-23883/configure.in xbmc-23883.patch/configure.in
+ --disable-vaapi \
--enable-protocol=http \
--enable-pthreads \
--as=/opt/local/bin/yasm \
--cc="$CC" &&
@@ -1161,6 +1176,7 @@
--disable-static \
--disable-ipv6 \

View File

@ -0,0 +1,19 @@
diff -Naur xbmc-23998/configure.in xbmc-23998.patch/configure.in
--- xbmc-23998/configure.in 2009-10-25 13:30:40.869660379 +0100
+++ xbmc-23998.patch/configure.in 2009-10-25 13:33:30.376657368 +0100
@@ -692,6 +692,7 @@
fi
fi
+AC_CHECK_PROG(HAVE_YASM,yasm,"yes","no",)
AC_CHECK_PROG(HAVE_SVNVERSION,svnversion,"yes","no",)
AC_CHECK_PROG(HAVE_GIT,git,"yes","no",)
@@ -1177,6 +1178,7 @@
--disable-ipv6 \
`if test "$use_debug" = "no"; then echo --disable-debug; fi` \
`if test "$cross_compiling" = "yes"; then echo --enable-cross-compile; fi` \
+ `if test "$HAVE_YASM" = "yes"; then echo --enable-yasm; fi` \
--disable-muxers \
--disable-encoders \
--disable-decoder=mpeg_xvmc \