Skip to content

Commit c24b3b2

Browse files
committed
Merge pull request #2 from mobinzk/master
Updated to the latest version
2 parents fb69ea9 + b060922 commit c24b3b2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Ogg.framework/Headers/os_types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
********************************************************************
1212
1313
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 $
1515
1616
********************************************************************/
1717
#ifndef _OS_TYPES_H
@@ -24,7 +24,7 @@
2424
#define _ogg_realloc realloc
2525
#define _ogg_free free
2626

27-
#if defined(_WIN32)
27+
#if defined(_WIN32)
2828

2929
# if defined(__CYGWIN__)
3030
# include <stdint.h>

Ogg.framework/Ogg

-64 KB
Binary file not shown.

libogg_build.bash

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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
36

47
pushd $IDZ_BUILD_ROOT
58
mkdir -p libogg/$IDZ_OGG_VERSION

0 commit comments

Comments
 (0)