[xiph-commits] r12776 - in trunk/xiph-qt: OggImport/src build-win32
external-libs
arek at svn.xiph.org
arek at svn.xiph.org
Sun Mar 18 07:46:12 PDT 2007
Author: arek
Date: 2007-03-18 07:46:07 -0700 (Sun, 18 Mar 2007)
New Revision: 12776
Added:
trunk/xiph-qt/external-libs/ogg
Modified:
trunk/xiph-qt/OggImport/src/importer_types.h
trunk/xiph-qt/build-win32/AudioCodec.h
trunk/xiph-qt/build-win32/pxml.h
trunk/xiph-qt/external-libs/
Log:
Win32 port changes, part 1.
Modified: trunk/xiph-qt/OggImport/src/importer_types.h
===================================================================
--- trunk/xiph-qt/OggImport/src/importer_types.h 2007-03-18 13:00:10 UTC (rev 12775)
+++ trunk/xiph-qt/OggImport/src/importer_types.h 2007-03-18 14:46:07 UTC (rev 12776)
@@ -36,7 +36,7 @@
#include <Ogg/ogg.h>
#else
#include <QuickTimeComponents.h>
-#include <ogg.h>
+#include <ogg/ogg.h>
#if defined(TARGET_OS_WIN32)
#define _WINIOCTL_
Modified: trunk/xiph-qt/build-win32/AudioCodec.h
===================================================================
--- trunk/xiph-qt/build-win32/AudioCodec.h 2007-03-18 13:00:10 UTC (rev 12775)
+++ trunk/xiph-qt/build-win32/AudioCodec.h 2007-03-18 14:46:07 UTC (rev 12776)
@@ -54,14 +54,6 @@
{
#endif
-struct AudioStreamPacketDescription
-{
- SInt64 mStartOffset;
- UInt32 mVariableFramesInPacket;
- UInt32 mDataByteSize;
-};
-typedef struct AudioStreamPacketDescription AudioStreamPacketDescription;
-
typedef ComponentInstance AudioCodec;
typedef UInt32 AudioCodecPropertyID;
Modified: trunk/xiph-qt/build-win32/pxml.h
===================================================================
--- trunk/xiph-qt/build-win32/pxml.h 2007-03-18 13:00:10 UTC (rev 12775)
+++ trunk/xiph-qt/build-win32/pxml.h 2007-03-18 14:46:07 UTC (rev 12776)
@@ -35,7 +35,8 @@
#include <CoreServices/CoreServices.h>
#include <CoreFoundation/CoreFoundation.h>
#else
-#include <CoreServices.h>
+#include <ConditionalMacros.h>
+#include <MacTypes.h>
#include <CoreFoundation.h>
#endif
Property changes on: trunk/xiph-qt/external-libs
___________________________________________________________________
Name: svn:externals
- ogg http://svn.xiph.org/trunk/ogg
vorbis http://svn.xiph.org/trunk/vorbis
speex http://svn.xiph.org/trunk/speex
theora http://svn.xiph.org/trunk/theora
theora-exp http://svn.xiph.org/trunk/theora-exp
+ libogg http://svn.xiph.org/trunk/ogg
vorbis http://svn.xiph.org/trunk/vorbis
speex http://svn.xiph.org/trunk/speex
theora http://svn.xiph.org/trunk/theora
theora-exp http://svn.xiph.org/trunk/theora-exp
Added: trunk/xiph-qt/external-libs/ogg
===================================================================
--- trunk/xiph-qt/external-libs/ogg 2007-03-18 13:00:10 UTC (rev 12775)
+++ trunk/xiph-qt/external-libs/ogg 2007-03-18 14:46:07 UTC (rev 12776)
@@ -0,0 +1 @@
+link ./libogg
\ No newline at end of file
Property changes on: trunk/xiph-qt/external-libs/ogg
___________________________________________________________________
Name: svn:special
+ *
More information about the commits
mailing list