Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2006-07-29 13:58:36 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2006-07-29 13:58:36 +0400
commitfdf9a8be7305de1af311913768cd109c89b921a0 (patch)
tree6ce1d87d9b612f76fcff290f4f42627a27040c83 /macosx
parentf4f59e83d0919986f205b58ba234b4c5e2c09d32 (diff)
Xcode project patch (added window.c)
git-svn-id: http://svn.xiph.org/trunk/speex@11720 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'macosx')
-rw-r--r--macosx/Speex.xcodeproj/project.pbxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/Speex.xcodeproj/project.pbxproj b/macosx/Speex.xcodeproj/project.pbxproj
index 8e8a408..12df677 100644
--- a/macosx/Speex.xcodeproj/project.pbxproj
+++ b/macosx/Speex.xcodeproj/project.pbxproj
@@ -51,6 +51,7 @@
73814B9F0907FC9900C478FC /* vbr.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B520907FC9900C478FC /* vbr.c */; };
73814BA40907FC9900C478FC /* vq.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B570907FC9900C478FC /* vq.c */; };
8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
+ BFF73DD00A78AA170078A4A8 /* window.c in Sources */ = {isa = PBXBuildFile; fileRef = BFF73DCF0A78AA170078A4A8 /* window.c */; };
/* End PBXBuildFile section */
/* Begin PBXBuildStyle section */
@@ -166,6 +167,7 @@
73814B580907FC9900C478FC /* vq.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vq.h; path = ../libspeex/vq.h; sourceTree = SOURCE_ROOT; };
8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
8D07F2C80486CC7A007CD1D0 /* Speex.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Speex.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ BFF73DCF0A78AA170078A4A8 /* window.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = window.c; path = ../libspeex/window.c; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -223,6 +225,7 @@
73814B0E0907FC9900C478FC /* cb_search_arm4.h */,
73814B0F0907FC9900C478FC /* cb_search_bfin.h */,
73814B100907FC9900C478FC /* cb_search_sse.h */,
+ BFF73DCF0A78AA170078A4A8 /* window.c */,
73814B110907FC9900C478FC /* cb_search.c */,
73814B120907FC9900C478FC /* cb_search.h */,
73814B130907FC9900C478FC /* exc_5_64_table.c */,
@@ -460,6 +463,7 @@
73814B990907FC9900C478FC /* stereo.c in Sources */,
73814B9F0907FC9900C478FC /* vbr.c in Sources */,
73814BA40907FC9900C478FC /* vq.c in Sources */,
+ BFF73DD00A78AA170078A4A8 /* window.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};