Changeset 5
- Timestamp:
- 06/06/06 14:37:43 (2 years ago)
- Files:
-
- trunk/A52Codec.xcodeproj/project.pbxproj (modified) (2 diffs)
- trunk/Read Me.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/A52Codec.xcodeproj/project.pbxproj
r4 r5 53 53 6535B19106694BFC00059066 /* ACShepA52Codec.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = ACShepA52Codec.exp; sourceTree = "<group>"; }; 54 54 6535B19206694BFC00059066 /* ACShepA52Codec.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ACShepA52Codec.h; sourceTree = "<group>"; }; 55 6535B19306694BFC00059066 /* ACShepA52Decoder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp; fileEncoding = 30; path = ACShepA52Decoder.cpp; sourceTree = "<group>"; };56 55 6535B19406694BFC00059066 /* ACShepA52Decoder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ACShepA52Decoder.h; sourceTree = "<group>"; }; 57 56 6535B19606694BFC00059066 /* ACShepA52DecoderPublic.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = ACShepA52DecoderPublic.r; sourceTree = "<group>"; }; … … 134 133 F5BDACFA0A20A11D00FF4884 /* ACShepA52Decoder.cpp */, 135 134 6535B19406694BFC00059066 /* ACShepA52Decoder.h */, 136 6535B19306694BFC00059066 /* ACShepA52Decoder.cpp */,137 135 6535B19106694BFC00059066 /* ACShepA52Codec.exp */, 138 136 6535B19606694BFC00059066 /* ACShepA52DecoderPublic.r */, trunk/Read Me.txt
r2 r5 14 14 15 15 The source code is available. See http://trac.cod3r.com/a52codec for more information. 16 17 Some parts of this component are copyright Apple Computer Inc. See the accompanied Apple License.txt. The remainder of this component falls under the GNU General Public License. See Copying.txt
