diff options
author | sibel <lesibel at free dot fr> | 2010-09-25 10:01:49 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-09-25 10:01:49 +0200 |
commit | 89276cbf2dd24efc72daa6ce2cb8d1b696b46179 (patch) | |
tree | c727c088b3107e226e1830f85e77d71985f6dbfc /extra/xbmc/xbmc-9.11-jpeg-speedup.patch | |
parent | 954f06dcc8b1e9ef6d4a5ec6a05a25c0041546b4 (diff) | |
download | nutyx-pakxe-89276cbf2dd24efc72daa6ce2cb8d1b696b46179.tar.gz nutyx-pakxe-89276cbf2dd24efc72daa6ce2cb8d1b696b46179.tar.bz2 nutyx-pakxe-89276cbf2dd24efc72daa6ce2cb8d1b696b46179.tar.xz nutyx-pakxe-89276cbf2dd24efc72daa6ce2cb8d1b696b46179.zip |
supp de xbmc : ne se compile pas
Diffstat (limited to 'extra/xbmc/xbmc-9.11-jpeg-speedup.patch')
-rw-r--r-- | extra/xbmc/xbmc-9.11-jpeg-speedup.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/xbmc/xbmc-9.11-jpeg-speedup.patch b/extra/xbmc/xbmc-9.11-jpeg-speedup.patch deleted file mode 100644 index 63cadbf51..000000000 --- a/extra/xbmc/xbmc-9.11-jpeg-speedup.patch +++ /dev/null @@ -1,18 +0,0 @@ -fix from upstream -http://bugs.gentoo.org/300909 - -r26689 | jmarshallnz | 2010-01-11 14:30:08 -0500 (Mon, 11 Jan 2010) | 2 lines -fixed: Ticket #7810 - high cpu load during loading of images with libjpeg7, thanks to akawaka. - -Index: xbmc/lib/cximage-6.0/CxImage/ximajpg.cpp -=================================================================== ---- xbmc/lib/cximage-6.0/CxImage/ximajpg.cpp (revision 26688) -+++ xbmc/lib/cximage-6.0/CxImage/ximajpg.cpp (revision 26689) -@@ -220,6 +220,7 @@ bool CxImageJPG::Decode(CxFile * hFile)
-
- // Set the scale <ignacio>
- cinfo.scale_denom = GetJpegScale();
-+ cinfo.scale_num = 1; -
- // Borrowed the idea from GIF implementation <ignacio>
- if (info.nEscape == -1) {
|