[xiph-commits] r16193 - in trunk/xiph-qt: . OggImport/src common
arek at svn.xiph.org
arek at svn.xiph.org
Fri Jul 3 15:20:08 PDT 2009
Author: arek
Date: 2009-07-03 15:20:07 -0700 (Fri, 03 Jul 2009)
New Revision: 16193
Added:
trunk/xiph-qt/common/os_types.h
Modified:
trunk/xiph-qt/ChangeLog
trunk/xiph-qt/OggImport/src/samplerefs.h
trunk/xiph-qt/common/config.h
Log:
* common/os_types.h (added):
* common/config.h:
* OggImport/src/samplerefs.h:
Add some Windows compatibility touches.
Modified: trunk/xiph-qt/ChangeLog
===================================================================
--- trunk/xiph-qt/ChangeLog 2009-07-03 21:07:46 UTC (rev 16192)
+++ trunk/xiph-qt/ChangeLog 2009-07-03 22:20:07 UTC (rev 16193)
@@ -1,3 +1,10 @@
+2009-07-04 Arek Korbik <arkadini at gmail.com>
+
+ * common/os_types.h (added):
+ * common/config.h:
+ * OggImport/src/samplerefs.h:
+ Add some Windows compatibility touches.
+
2009-06-21 Arek Korbik <arkadini at gmail.com>
* OggExport/src/OggExport.c:
Modified: trunk/xiph-qt/OggImport/src/samplerefs.h
===================================================================
--- trunk/xiph-qt/OggImport/src/samplerefs.h 2009-07-03 21:07:46 UTC (rev 16192)
+++ trunk/xiph-qt/OggImport/src/samplerefs.h 2009-07-03 22:20:07 UTC (rev 16193)
@@ -31,6 +31,7 @@
#if !defined(__samplerefs_h__)
#define __samplerefs_h__
+#include "config.h"
#include "importer_types.h"
Modified: trunk/xiph-qt/common/config.h
===================================================================
--- trunk/xiph-qt/common/config.h 2009-07-03 21:07:46 UTC (rev 16192)
+++ trunk/xiph-qt/common/config.h 2009-07-03 22:20:07 UTC (rev 16193)
@@ -31,6 +31,7 @@
#if !defined(__xiphqt_config_h__)
#define __xiphqt_config_h__
+#include "os_types.h"
#if !defined(XIPHQT_NO_ENCODERS)
#define kXiphQTBundleID "org.xiph.xiph-qt.xiphqt"
Added: trunk/xiph-qt/common/os_types.h
===================================================================
--- trunk/xiph-qt/common/os_types.h (rev 0)
+++ trunk/xiph-qt/common/os_types.h 2009-07-03 22:20:07 UTC (rev 16193)
@@ -0,0 +1,40 @@
+/*
+ * os_types.h
+ *
+ * Additional, OS-types specific configuration file.
+ *
+ *
+ * Copyright (c) 2009 Arek Korbik
+ *
+ * This file is part of XiphQT, the Xiph QuickTime Components.
+ *
+ * XiphQT is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * XiphQT is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with XiphQT; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ *
+ * Last modified: $Id$
+ *
+ */
+
+
+#if !defined(__xiphqt__os_types__)
+#define __xiphqt__os_types__
+
+#if !defined(__APPLE_CC__) && !defined(REZ)
+#include <MacTypes.h>
+#include <MacMemory.h>
+#include <CoreServices.h>
+#endif /* __APPLE_CC__ && REZ */
+
+#endif /* __xiphqt__os_types__ */
Property changes on: trunk/xiph-qt/common/os_types.h
___________________________________________________________________
Added: svn:keywords
+ Id
More information about the commits
mailing list