Skip to content

Commit

Permalink
Simple fix for XCode project (does not incorporate ARM optimizations)
Browse files Browse the repository at this point in the history
  • Loading branch information
M. P. Halpin authored and flibitijibibo committed Oct 3, 2022
1 parent f4cf8ea commit 2b2add5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Xcode-iOS/theorafile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
7B2FBA2E21911F170087816E /* window.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB9E721911F170087816E /* window.c */; };
7B2FBA2F21911F170087816E /* fragment.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB9EC21911F170087816E /* fragment.c */; };
7B2FBA3021911F170087816E /* tinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB9EE21911F170087816E /* tinfo.c */; };
7B2FBA3121911F170087816E /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB9F121911F170087816E /* cpu.c */; };
7B2FBA3221911F170087816E /* state.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB9F521911F170087816E /* state.c */; };
7B2FBA3321911F170087816E /* decinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB9F721911F170087816E /* decinfo.c */; };
7B2FBA3421911F170087816E /* decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB9F921911F170087816E /* decode.c */; };
Expand Down Expand Up @@ -68,7 +67,6 @@
7BFBC8FF219367B900837E89 /* window.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB9E721911F170087816E /* window.c */; };
7BFBC900219367B900837E89 /* fragment.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB9EC21911F170087816E /* fragment.c */; };
7BFBC901219367B900837E89 /* tinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB9EE21911F170087816E /* tinfo.c */; };
7BFBC902219367B900837E89 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB9F121911F170087816E /* cpu.c */; };
7BFBC903219367B900837E89 /* state.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB9F521911F170087816E /* state.c */; };
7BFBC904219367B900837E89 /* decinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB9F721911F170087816E /* decinfo.c */; };
7BFBC905219367B900837E89 /* decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B2FB9F921911F170087816E /* decode.c */; };
Expand Down Expand Up @@ -180,7 +178,6 @@
7B2FB9EE21911F170087816E /* tinfo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tinfo.c; sourceTree = "<group>"; };
7B2FB9EF21911F170087816E /* internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = "<group>"; };
7B2FB9F021911F170087816E /* theora.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = theora.h; sourceTree = "<group>"; };
7B2FB9F121911F170087816E /* cpu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpu.c; sourceTree = "<group>"; };
7B2FB9F221911F170087816E /* dct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dct.h; sourceTree = "<group>"; };
7B2FB9F321911F170087816E /* quant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = quant.h; sourceTree = "<group>"; };
7B2FB9F421911F170087816E /* ocintrin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ocintrin.h; sourceTree = "<group>"; };
Expand All @@ -195,7 +192,6 @@
7B2FB9FD21911F170087816E /* codec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = codec.h; sourceTree = "<group>"; };
7B2FB9FE21911F170087816E /* apiwrapper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = apiwrapper.c; sourceTree = "<group>"; };
7B2FBA0721911F170087816E /* decapiwrapper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = decapiwrapper.c; sourceTree = "<group>"; };
7B2FBA0821911F170087816E /* cpu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpu.h; sourceTree = "<group>"; };
7B2FBA0921911F170087816E /* bitpack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bitpack.c; sourceTree = "<group>"; };
7B2FBA0A21911F170087816E /* idct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = idct.c; sourceTree = "<group>"; };
7B2FBA0B21911F170087816E /* quant.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = quant.c; sourceTree = "<group>"; };
Expand Down Expand Up @@ -392,7 +388,6 @@
7B2FB9EE21911F170087816E /* tinfo.c */,
7B2FB9EF21911F170087816E /* internal.h */,
7B2FB9F021911F170087816E /* theora.h */,
7B2FB9F121911F170087816E /* cpu.c */,
7B2FB9F221911F170087816E /* dct.h */,
7B2FB9F321911F170087816E /* quant.h */,
7B2FB9F421911F170087816E /* ocintrin.h */,
Expand All @@ -407,7 +402,6 @@
7B2FB9FD21911F170087816E /* codec.h */,
7B2FB9FE21911F170087816E /* apiwrapper.c */,
7B2FBA0721911F170087816E /* decapiwrapper.c */,
7B2FBA0821911F170087816E /* cpu.h */,
7B2FBA0921911F170087816E /* bitpack.c */,
7B2FBA0A21911F170087816E /* idct.c */,
7B2FBA0B21911F170087816E /* quant.c */,
Expand Down Expand Up @@ -514,7 +508,6 @@
7B2FBA3F21911F170087816E /* quant.c in Sources */,
7B2FBA1B21911F170087816E /* vinfo.c in Sources */,
7B2FBA2E21911F170087816E /* window.c in Sources */,
7B2FBA3121911F170087816E /* cpu.c in Sources */,
7B2FBA3521911F170087816E /* dequant.c in Sources */,
7B2FBA3C21911F170087816E /* decapiwrapper.c in Sources */,
7B2FBA2A21911F170087816E /* mapping0.c in Sources */,
Expand Down Expand Up @@ -564,7 +557,6 @@
7BFBC8FF219367B900837E89 /* window.c in Sources */,
7BFBC900219367B900837E89 /* fragment.c in Sources */,
7BFBC901219367B900837E89 /* tinfo.c in Sources */,
7BFBC902219367B900837E89 /* cpu.c in Sources */,
7BFBC903219367B900837E89 /* state.c in Sources */,
7BFBC904219367B900837E89 /* decinfo.c in Sources */,
7BFBC905219367B900837E89 /* decode.c in Sources */,
Expand Down

0 comments on commit 2b2add5

Please sign in to comment.