summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2007-01-25 03:36:51 +0000
committerTaybin Rutkin <taybin@taybin.com>2007-01-25 03:36:51 +0000
commit1c61d4007a2fb3b6ea1a84ced86338cb65a66363 (patch)
treefb26d764fdbe308664c85742ecc657eae196067d
parent5903a869b592345c6398b1e26e1845b4d02e51c7 (diff)
Cocoa branch compiles again.
git-svn-id: svn://localhost/ardour2/trunk@1384 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/ardour/coreaudiosource.cc1
-rw-r--r--libs/ardour/destructive_filesource.cc2
-rw-r--r--tools/Spotlight Importer/Info.plist4
3 files changed, 4 insertions, 3 deletions
diff --git a/libs/ardour/coreaudiosource.cc b/libs/ardour/coreaudiosource.cc
index 3c81b18fd4..e38a34e378 100644
--- a/libs/ardour/coreaudiosource.cc
+++ b/libs/ardour/coreaudiosource.cc
@@ -19,6 +19,7 @@
#include <pbd/error.h>
#include <ardour/coreaudiosource.h>
+#include <ardour/utils.h>
#include <appleutility/CAAudioFile.h>
#include <appleutility/CAStreamBasicDescription.h>
diff --git a/libs/ardour/destructive_filesource.cc b/libs/ardour/destructive_filesource.cc
index 2f2e85ed5a..5eada195cd 100644
--- a/libs/ardour/destructive_filesource.cc
+++ b/libs/ardour/destructive_filesource.cc
@@ -410,7 +410,7 @@ DestructiveFileSource::handle_header_position_change ()
}
void
-DestructiveFileSource::set_timeline_position (nframes_t pos)
+DestructiveFileSource::set_timeline_position (int64_t pos)
{
//destructive track timeline postion does not change except at instantion or when header_position_offset (session start) changes
}
diff --git a/tools/Spotlight Importer/Info.plist b/tools/Spotlight Importer/Info.plist
index 93fbb54f18..da11c8db5b 100644
--- a/tools/Spotlight Importer/Info.plist
+++ b/tools/Spotlight Importer/Info.plist
@@ -17,9 +17,9 @@
<array>
<dict>
<key>UTTypeIdentifier</key>
- <string>com.yourcompany.yourUTI</string>
+ <string>org.ardour.yourUTI</string>
<key>UTTypeReferenceURL</key>
- <string>http://www.company.com/yourproduct</string>
+ <string>http://www.ardour.org</string>
<key>UTTypeDescription</key>
<string>Your Document Kind String</string>
<key>UTTypeConformsTo</key>