update external library, add iOS x86_64 and arm64 architectures, support Xcode5.1 iPhone simulator(64 bit)

This commit is contained in:
boyu0 2014-03-13 18:32:03 +08:00
parent 4611a54f81
commit 44a69db0cb
10 changed files with 21 additions and 12 deletions

View File

@ -171,13 +171,13 @@ typedef CURL_TYPEOF_CURL_SOCKLEN_T curl_socklen_t;
typedef CURL_TYPEOF_CURL_OFF_T curl_off_t;
/* curl_off_t formatting string directive without "%" conversion specifier. */
#define CURL_FORMAT_CURL_OFF_T "lld"
#define CURL_FORMAT_CURL_OFF_T PRId64
/* unsigned curl_off_t formatting string without "%" conversion specifier. */
#define CURL_FORMAT_CURL_OFF_TU "llu"
#define CURL_FORMAT_CURL_OFF_TU PRIu64
/* curl_off_t formatting string directive with "%" conversion specifier. */
#define CURL_FORMAT_OFF_T "%lld"
#define CURL_FORMAT_OFF_T "%" PRId64
/* The size of `curl_off_t', as computed by sizeof. */
#define CURL_SIZEOF_CURL_OFF_T 8

View File

@ -1 +1 @@
c135286e812602cc184684b59b4d074f723ef4a5
b8ffd4a5d3bb7fdad75056b3bfa16827d2927ff6

View File

@ -1 +1 @@
3303f759eb8c682843322ffa9f8c69563d241ca5
3a47c1f31bff351b4c74a8a110cbb82ce34550bc

View File

@ -1 +1 @@
39c4d5970691b3a3ca47be0f7d2a0b5c72e9e2ee
ac0f0e05257c7ec4eca20ed463cb550e19de9701

View File

@ -1 +1 @@
2a8128e7d552dc8b2d79c1cbd8c84c21ad578672
daf3f53626ef489d6427ccc6e7c55ac32bc69c3f

View File

@ -15,7 +15,7 @@
#define TIFF_INT32_T signed int
/* Signed 64-bit type */
#define TIFF_INT64_T signed long long
#define TIFF_INT64_T int64_t
/* Signed 8-bit type */
#define TIFF_INT8_T signed char
@ -27,7 +27,7 @@
#define TIFF_UINT32_T unsigned int
/* Unsigned 64-bit type */
#define TIFF_UINT64_T unsigned long long
#define TIFF_UINT64_T uint64_t
/* Unsigned 8-bit type */
#define TIFF_UINT8_T unsigned char

View File

@ -1 +1 @@
60433133a48054eb884d9e6a0cee95fe4ba22b1c
fa34c64df8bbaaee26cd4b68c668eef82a71ddcd

9
external/version.txt vendored Normal file
View File

@ -0,0 +1,9 @@
libs version
———————————————————
freetype 2.5.0
curl 7.26.0
jpeg 9.0
png 1.6.2
tiff 4.0.3
webp 0.2.1
websockets v1.23-chrome32-firefox24

View File

@ -1 +1 @@
c26c3c22887023d322926dcbbd0f69377deedaf8
3c0e8e453f8e9f97e1fd97990b9cc43894956614

View File

@ -1 +1 @@
ee4ee6cc26274f6d3138d08d429d6ba49b629f53
e2d9828ba56c3597c84e3c82a9211d7b1e60c803