File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11
11
********************************************************************
12
12
13
13
function: #ifdef jail to whip a few platforms into the UNIX ideal.
14
- last mod: $Id: os_types.h 17712 2010-12-03 17:10:02Z xiphmont $
14
+ last mod: $Id: os_types.h 19098 2014-02-26 19:06:45Z giles $
15
15
16
16
********************************************************************/
17
17
#ifndef _OS_TYPES_H
24
24
#define _ogg_realloc realloc
25
25
#define _ogg_free free
26
26
27
- #if defined(_WIN32 )
27
+ #if defined(_WIN32 )
28
28
29
29
# if defined(__CYGWIN__ )
30
30
# include <stdint.h>
Original file line number Diff line number Diff line change 1
- IDZ_OGG_VERSION=1.3.1
2
- IDZ_OGG_SDK_VERSION=8.0
1
+ IDZ_OGG_VERSION=1.3.2
2
+
3
+ # Update IDZ_OGG_SDK_VERSION to the version available on your mac
4
+ # Run xcodebuild -showsdks to see the iOS version availanle on your mac
5
+ IDZ_OGG_SDK_VERSION=8.3
3
6
4
7
pushd $IDZ_BUILD_ROOT
5
8
mkdir -p libogg/$IDZ_OGG_VERSION
You can’t perform that action at this time.
0 commit comments