[xiph-commits] r14168 - trunk/ogg/include/ogg

ivo at svn.xiph.org ivo at svn.xiph.org
Fri Nov 16 06:08:06 PST 2007


Author: ivo
Date: 2007-11-16 06:08:06 -0800 (Fri, 16 Nov 2007)
New Revision: 14168

Modified:
   trunk/ogg/include/ogg/os_types.h
Log:
improving linking against libogg in OS X according to latest patch in ticket #289

Modified: trunk/ogg/include/ogg/os_types.h
===================================================================
--- trunk/ogg/include/ogg/os_types.h	2007-11-16 13:49:07 UTC (rev 14167)
+++ trunk/ogg/include/ogg/os_types.h	2007-11-16 14:08:06 UTC (rev 14168)
@@ -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;



More information about the commits mailing list