Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/025da01f84f1dcaefacb9cd87a76a0c57b7268bc
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/025da01f84f1dcaefacb9cd87a76a0c57b7268bc
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/025da01f84f1dcaefacb9cd87a76a0c57b7268bc

The branch, master has been updated
       via  025da01f84f1dcaefacb9cd87a76a0c57b7268bc (commit)
       via  b4d84b50041adbefbb4df21b4ba0906768298f1e (commit)
      from  37908e1c268634544c0e4680ca536ef6489e2ddf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/toolchains.git/commitdiff/025da01f84f1dcaefacb9cd87a76a0c57b7268bc
commit 025da01f84f1dcaefacb9cd87a76a0c57b7268bc
Merge: b4d84b5 37908e1
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Merge branch 'master' of git://git.netsurf-browser.org/toolchains



commitdiff 
http://git.netsurf-browser.org/toolchains.git/commitdiff/b4d84b50041adbefbb4df21b4ba0906768298f1e
commit b4d84b50041adbefbb4df21b4ba0906768298f1e
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Match NetSurf pixel format to optimise NetSurf's jpeg_cache_convert.

diff --git a/sdk/recipes/patches/libjpeg/pixelformat.p 
b/sdk/recipes/patches/libjpeg/pixelformat.p
new file mode 100644
index 0000000..5427d86
--- /dev/null
+++ b/sdk/recipes/patches/libjpeg/pixelformat.p
@@ -0,0 +1,11 @@
+--- jmorecfg.h.orig    2012-08-10 17:23:41.521295445 +0100
++++ jmorecfg.h 2012-08-10 17:22:25.105291584 +0100
+@@ -322,7 +322,7 @@
+ #define RGB_RED               0       /* Offset of Red in an RGB scanline 
element */
+ #define RGB_GREEN     1       /* Offset of Green */
+ #define RGB_BLUE      2       /* Offset of Blue */
+-#define RGB_PIXELSIZE 3       /* JSAMPLEs per RGB scanline element */
++#define RGB_PIXELSIZE 4       /* JSAMPLEs per RGB scanline element */
+ 
+ 
+ /* Definitions for speed-related optimizations. */


-----------------------------------------------------------------------

Summary of changes:
 sdk/recipes/patches/libjpeg/pixelformat.p |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
 create mode 100644 sdk/recipes/patches/libjpeg/pixelformat.p

diff --git a/sdk/recipes/patches/libjpeg/pixelformat.p 
b/sdk/recipes/patches/libjpeg/pixelformat.p
new file mode 100644
index 0000000..5427d86
--- /dev/null
+++ b/sdk/recipes/patches/libjpeg/pixelformat.p
@@ -0,0 +1,11 @@
+--- jmorecfg.h.orig    2012-08-10 17:23:41.521295445 +0100
++++ jmorecfg.h 2012-08-10 17:22:25.105291584 +0100
+@@ -322,7 +322,7 @@
+ #define RGB_RED               0       /* Offset of Red in an RGB scanline 
element */
+ #define RGB_GREEN     1       /* Offset of Green */
+ #define RGB_BLUE      2       /* Offset of Blue */
+-#define RGB_PIXELSIZE 3       /* JSAMPLEs per RGB scanline element */
++#define RGB_PIXELSIZE 4       /* JSAMPLEs per RGB scanline element */
+ 
+ 
+ /* Definitions for speed-related optimizations. */


-- 
Cross-compilation toolchains and environments

_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to