[page-speed] r2578 committed - Add egiflib for gif encoding.

4 views
Skip to first unread message

page-...@googlecode.com

unread,
May 23, 2014, 12:12:33 PM5/23/14
to page-speed...@googlegroups.com
Revision: 2578
Author: bmcq...@google.com
Date: Fri May 23 16:12:17 2014 UTC
Log: Add egiflib for gif encoding.
http://code.google.com/p/page-speed/source/detail?r=2578

Modified:
/deps/giflib-4.1.6/giflib.gyp

=======================================
--- /deps/giflib-4.1.6/giflib.gyp Fri Apr 26 14:09:46 2013 UTC
+++ /deps/giflib-4.1.6/giflib.gyp Fri May 23 16:12:17 2014 UTC
@@ -54,6 +54,42 @@
'<(giflib_gen_arch_root)/include',
],
},
+ 'xcode_settings': {
+ 'WARNING_CFLAGS': [
+ '-Wno-pointer-sign',
+ ],
+ },
+ 'cflags': [
+ '-Wno-pointer-sign',
+ ],
+ },
+ {
+ 'target_name': 'egiflib',
+ 'type': '<(library)',
+ 'sources': [
+ 'lib/egif_lib.c',
+ 'lib/gif_hash.c'
+ ],
+ 'dependencies': [
+ 'giflib_core',
+ ],
+ 'include_dirs': [
+ '<(giflib_src_root)',
+ '<(giflib_gen_arch_root)/include',
+ '<(giflib_gen_arch_root)/include/private',
+ ],
+ 'defines': [
+ # We assume that int is 32bit on all platforms. This is the
+ # same assumption made in basictypes.h.
+ 'UINT32=unsigned int',
+ '_GBA_NO_FILEIO',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '<(giflib_src_root)',
+ '<(giflib_gen_arch_root)/include',
+ ],
+ },
'xcode_settings': {
'WARNING_CFLAGS': [
'-Wno-pointer-sign',
Reply all
Reply to author
Forward
0 new messages