[xiph-commits] r2930 - liboggplay/trunk/plugin/mac/liboggplay.xcodeproj

tahn at svn.annodex.net tahn at svn.annodex.net
Thu Jun 14 01:26:13 PDT 2007


Author: tahn
Date: 2007-06-14 01:26:12 -0700 (Thu, 14 Jun 2007)
New Revision: 2930

Modified:
   liboggplay/trunk/plugin/mac/liboggplay.xcodeproj/project.pbxproj
Log:
We only need to link against the liboggplay.a static library, apparently.
And we don't need the CoreServices framework.


Modified: liboggplay/trunk/plugin/mac/liboggplay.xcodeproj/project.pbxproj
===================================================================
--- liboggplay/trunk/plugin/mac/liboggplay.xcodeproj/project.pbxproj	2007-06-14 08:12:13 UTC (rev 2929)
+++ liboggplay/trunk/plugin/mac/liboggplay.xcodeproj/project.pbxproj	2007-06-14 08:26:12 UTC (rev 2930)
@@ -10,23 +10,15 @@
 		2C31AFE40BF455CB002C55BF /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C31AFE30BF455CB002C55BF /* Carbon.framework */; };
 		2C81E4140C1E119F008364B7 /* plugin_playlist.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C81E4120C1E119F008364B7 /* plugin_playlist.h */; };
 		2C81E4150C1E119F008364B7 /* plugin_playlist.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C81E4130C1E119F008364B7 /* plugin_playlist.c */; };
-		2C83A7650BE86A2B004C14F4 /* liboggz.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C83A7640BE86A2B004C14F4 /* liboggz.a */; };
-		2C83A76E0BE86B49004C14F4 /* libfishsound.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C83A7670BE86B49004C14F4 /* libfishsound.a */; };
-		2C83A7700BE86B49004C14F4 /* liboggplay.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C83A7690BE86B49004C14F4 /* liboggplay.a */; };
-		2C83A7710BE86B49004C14F4 /* libspeex.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C83A76A0BE86B49004C14F4 /* libspeex.a */; };
-		2C83A7930BE86DC8004C14F4 /* libogg in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C83A78F0BE86DC8004C14F4 /* libogg */; };
-		2C83A7940BE86DC8004C14F4 /* libtheora in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C83A7900BE86DC8004C14F4 /* libtheora */; };
-		2C83A7950BE86DC8004C14F4 /* libvorbis in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C83A7910BE86DC8004C14F4 /* libvorbis */; };
-		2C83A7960BE86DC8004C14F4 /* libvorbisenc in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C83A7920BE86DC8004C14F4 /* libvorbisenc */; };
 		2C83A7A10BE86E72004C14F4 /* liboggplay.r in Rez */ = {isa = PBXBuildFile; fileRef = 2C83A7110BE85E80004C14F4 /* liboggplay.r */; };
 		2C83A8620BE96764004C14F4 /* np_mac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C83A8610BE96764004C14F4 /* np_mac.cpp */; };
 		2C83A8AB0BE9698F004C14F4 /* npp_gate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2CD58C990BD33B65001D751D /* npp_gate.cpp */; };
 		2C83AB280BE9C6EB004C14F4 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C83AB270BE9C6EB004C14F4 /* AGL.framework */; };
 		2C83ABCB0BEAC328004C14F4 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C83ABCA0BEAC328004C14F4 /* OpenGL.framework */; };
-		2C93DE600BF2EC2D00A89197 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C93DE5F0BF2EC2D00A89197 /* CoreServices.framework */; };
 		2C96CCA40C0402280015B6AC /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C96CCA30C0402280015B6AC /* AudioUnit.framework */; };
 		2C96D1330C0666340015B6AC /* sydney_audio_mac.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C96D1320C0666340015B6AC /* sydney_audio_mac.c */; };
 		2CA761D50BF978E10008A3B7 /* std_semaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CA761D40BF978E10008A3B7 /* std_semaphore.h */; };
+		2CC014D70C2132D00056CCDF /* liboggplay.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2CC014D60C2132D00056CCDF /* liboggplay.a */; };
 		2CD58C420BD31543001D751D /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 2CD58C410BD31543001D751D /* Info.plist */; };
 		2CD58C500BD319C3001D751D /* plugin_gui_mac.c in Sources */ = {isa = PBXBuildFile; fileRef = 2CD58C4A0BD319C3001D751D /* plugin_gui_mac.c */; };
 		2CD58C510BD319C3001D751D /* plugin_gui.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CD58C4B0BD319C3001D751D /* plugin_gui.h */; };
@@ -60,21 +52,13 @@
 		2C81E4120C1E119F008364B7 /* plugin_playlist.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = plugin_playlist.h; path = ../plugin_playlist.h; sourceTree = SOURCE_ROOT; };
 		2C81E4130C1E119F008364B7 /* plugin_playlist.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = plugin_playlist.c; path = ../plugin_playlist.c; sourceTree = SOURCE_ROOT; };
 		2C83A7110BE85E80004C14F4 /* liboggplay.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = liboggplay.r; sourceTree = "<group>"; };
-		2C83A7640BE86A2B004C14F4 /* liboggz.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liboggz.a; path = /usr/local/lib/liboggz.a; sourceTree = "<absolute>"; };
-		2C83A7670BE86B49004C14F4 /* libfishsound.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfishsound.a; path = /usr/local/lib/libfishsound.a; sourceTree = "<absolute>"; };
-		2C83A7690BE86B49004C14F4 /* liboggplay.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; name = liboggplay.a; path = /usr/local/lib/liboggplay.a; sourceTree = "<absolute>"; };
-		2C83A76A0BE86B49004C14F4 /* libspeex.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libspeex.a; path = /usr/local/lib/libspeex.a; sourceTree = "<absolute>"; };
-		2C83A78F0BE86DC8004C14F4 /* libogg */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libogg; path = /usr/local/lib/libogg; sourceTree = "<absolute>"; };
-		2C83A7900BE86DC8004C14F4 /* libtheora */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libtheora; path = /usr/local/lib/libtheora; sourceTree = "<absolute>"; };
-		2C83A7910BE86DC8004C14F4 /* libvorbis */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libvorbis; path = /usr/local/lib/libvorbis; sourceTree = "<absolute>"; };
-		2C83A7920BE86DC8004C14F4 /* libvorbisenc */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libvorbisenc; path = /usr/local/lib/libvorbisenc; sourceTree = "<absolute>"; };
 		2C83A8610BE96764004C14F4 /* np_mac.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = np_mac.cpp; sourceTree = "<group>"; };
 		2C83AB270BE9C6EB004C14F4 /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = "<absolute>"; };
 		2C83ABCA0BEAC328004C14F4 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
-		2C93DE5F0BF2EC2D00A89197 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
 		2C96CCA30C0402280015B6AC /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; };
 		2C96D1320C0666340015B6AC /* sydney_audio_mac.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = sydney_audio_mac.c; path = ../audio/sydney_audio_mac.c; sourceTree = SOURCE_ROOT; };
 		2CA761D40BF978E10008A3B7 /* std_semaphore.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = std_semaphore.h; path = ../std_semaphore.h; sourceTree = SOURCE_ROOT; };
+		2CC014D60C2132D00056CCDF /* liboggplay.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liboggplay.a; path = /usr/local/lib/liboggplay.a; sourceTree = "<absolute>"; };
 		2CD58C410BD31543001D751D /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; };
 		2CD58C4A0BD319C3001D751D /* plugin_gui_mac.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = plugin_gui_mac.c; path = ../plugin_gui_mac.c; sourceTree = SOURCE_ROOT; };
 		2CD58C4B0BD319C3001D751D /* plugin_gui.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = plugin_gui.h; path = ../plugin_gui.h; sourceTree = SOURCE_ROOT; };
@@ -100,19 +84,11 @@
 			isa = PBXFrameworksBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				2C83A7650BE86A2B004C14F4 /* liboggz.a in Frameworks */,
-				2C83A76E0BE86B49004C14F4 /* libfishsound.a in Frameworks */,
-				2C83A7700BE86B49004C14F4 /* liboggplay.a in Frameworks */,
-				2C83A7710BE86B49004C14F4 /* libspeex.a in Frameworks */,
-				2C83A7930BE86DC8004C14F4 /* libogg in Frameworks */,
-				2C83A7940BE86DC8004C14F4 /* libtheora in Frameworks */,
-				2C83A7950BE86DC8004C14F4 /* libvorbis in Frameworks */,
-				2C83A7960BE86DC8004C14F4 /* libvorbisenc in Frameworks */,
 				2C83AB280BE9C6EB004C14F4 /* AGL.framework in Frameworks */,
 				2C83ABCB0BEAC328004C14F4 /* OpenGL.framework in Frameworks */,
-				2C93DE600BF2EC2D00A89197 /* CoreServices.framework in Frameworks */,
 				2C31AFE40BF455CB002C55BF /* Carbon.framework in Frameworks */,
 				2C96CCA40C0402280015B6AC /* AudioUnit.framework in Frameworks */,
+				2CC014D70C2132D00056CCDF /* liboggplay.a in Frameworks */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -133,16 +109,8 @@
 		089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = {
 			isa = PBXGroup;
 			children = (
-				2C83A78F0BE86DC8004C14F4 /* libogg */,
-				2C83A7900BE86DC8004C14F4 /* libtheora */,
-				2C83A7910BE86DC8004C14F4 /* libvorbis */,
-				2C83A7920BE86DC8004C14F4 /* libvorbisenc */,
-				2C83A76A0BE86B49004C14F4 /* libspeex.a */,
-				2C83A7670BE86B49004C14F4 /* libfishsound.a */,
-				2C83A7640BE86A2B004C14F4 /* liboggz.a */,
-				2C83A7690BE86B49004C14F4 /* liboggplay.a */,
+				2CC014D60C2132D00056CCDF /* liboggplay.a */,
 				2C31AFE30BF455CB002C55BF /* Carbon.framework */,
-				2C93DE5F0BF2EC2D00A89197 /* CoreServices.framework */,
 				2C96CCA30C0402280015B6AC /* AudioUnit.framework */,
 				2C83ABCA0BEAC328004C14F4 /* OpenGL.framework */,
 				2C83AB270BE9C6EB004C14F4 /* AGL.framework */,



More information about the commits mailing list