summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorivo <ivo@xiph.org>2007-11-16 14:08:06 +0000
committerivo <ivo@xiph.org>2007-11-16 14:08:06 +0000
commit9d5b0f7d3095ac54015e2c5c6edde4335b9fe72b (patch)
treea2aed44e753d9831fdd82da3822b6fd954499175 /include
parenta4049243d66891ecda8a225fc896d586839d4940 (diff)
downloadogg-9d5b0f7d3095ac54015e2c5c6edde4335b9fe72b.tar.gz
improving linking against libogg in OS X according to latest patch in ticket #289
git-svn-id: http://svn.xiph.org/trunk/ogg@14168 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/ogg/os_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h
index a6aedeb..cb0c280 100644
--- a/include/ogg/os_types.h
+++ b/include/ogg/os_types.h
@@ -65,7 +65,7 @@
typedef UInt32 ogg_uint32_t;
typedef SInt64 ogg_int64_t;
-#elif defined(__MACOSX__) /* MacOS X Framework build */
+#elif (defined(__APPLE__) && defined(__MACH__)) /* MacOS X Framework build */
# include <sys/types.h>
typedef int16_t ogg_int16_t;