|
89 | 89 | F3968D4E281FB05200661875 /* compat_str.c in Sources */ = {isa = PBXBuildFile; fileRef = F3968D4C281FB05200661875 /* compat_str.c */; };
|
90 | 90 | F3968D50281FB25300661875 /* synth_neon_float.S in Sources */ = {isa = PBXBuildFile; fileRef = F3968D4F281FB25300661875 /* synth_neon_float.S */; };
|
91 | 91 | F3968D52281FB28C00661875 /* dct64_neon_float.S in Sources */ = {isa = PBXBuildFile; fileRef = F3968D51281FB28C00661875 /* dct64_neon_float.S */; };
|
92 |
| - F3968D54281FB35400661875 /* mpg123.h in Headers */ = {isa = PBXBuildFile; fileRef = F3968D53281FB35400661875 /* mpg123.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 92 | + F3968D54281FB35400661875 /* ../../external/mpg123/src/include/mpg123.h in Headers */ = {isa = PBXBuildFile; fileRef = F3968D53281FB35400661875 /* ../../external/mpg123/src/include/mpg123.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
93 | 93 | F3968D56281FB37200661875 /* fmt123.h in Headers */ = {isa = PBXBuildFile; fileRef = F3968D55281FB37200661875 /* fmt123.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
94 | 94 | F3968D59281FB3B300661875 /* README in Resources */ = {isa = PBXBuildFile; fileRef = F3968D57281FB3B300661875 /* README */; };
|
95 | 95 | F3968D5A281FB3B300661875 /* COPYING in Resources */ = {isa = PBXBuildFile; fileRef = F3968D58281FB3B300661875 /* COPYING */; };
|
96 | 96 | F3B38D8E296F970B005DA6D3 /* synth_stereo_avx_accurate.S in Sources */ = {isa = PBXBuildFile; fileRef = F3B38D8D296F970B005DA6D3 /* synth_stereo_avx_accurate.S */; };
|
| 97 | + F3DC38BE2E4BED4F00CD73DE /* lfs_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = F3DC38BD2E4BED4F00CD73DE /* lfs_wrap.c */; }; |
97 | 98 | /* End PBXBuildFile section */
|
98 | 99 |
|
99 | 100 | /* Begin PBXFileReference section */
|
|
167 | 168 | F3968D4C281FB05200661875 /* compat_str.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = compat_str.c; path = ../../external/mpg123/src/compat/compat_str.c; sourceTree = "<group>"; };
|
168 | 169 | F3968D4F281FB25300661875 /* synth_neon_float.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = synth_neon_float.S; path = ../../external/mpg123/src/libmpg123/synth_neon_float.S; sourceTree = "<group>"; };
|
169 | 170 | F3968D51281FB28C00661875 /* dct64_neon_float.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = dct64_neon_float.S; path = ../../external/mpg123/src/libmpg123/dct64_neon_float.S; sourceTree = "<group>"; };
|
170 |
| - F3968D53281FB35400661875 /* mpg123.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpg123.h; path = ../../external/mpg123/src/include/mpg123.h; sourceTree = "<group>"; }; |
| 171 | + F3968D53281FB35400661875 /* ../../external/mpg123/src/include/mpg123.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ../../external/mpg123/src/include/mpg123.h; sourceTree = "<group>"; }; |
171 | 172 | F3968D55281FB37200661875 /* fmt123.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fmt123.h; path = ../../external/mpg123/src/include/fmt123.h; sourceTree = "<group>"; };
|
172 | 173 | F3968D57281FB3B300661875 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = ../../external/mpg123/README; sourceTree = "<group>"; };
|
173 | 174 | F3968D58281FB3B300661875 /* COPYING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = COPYING; path = ../../external/mpg123/COPYING; sourceTree = "<group>"; };
|
174 | 175 | F3B38D8D296F970B005DA6D3 /* synth_stereo_avx_accurate.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = synth_stereo_avx_accurate.S; path = ../../external/mpg123/src/libmpg123/synth_stereo_avx_accurate.S; sourceTree = "<group>"; };
|
| 176 | + F3DC38BD2E4BED4F00CD73DE /* lfs_wrap.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = lfs_wrap.c; path = /Users/valve/projects/SDL_mixer/external/mpg123/src/libmpg123/lfs_wrap.c; sourceTree = "<absolute>"; }; |
175 | 177 | /* End PBXFileReference section */
|
176 | 178 |
|
177 | 179 | /* Begin PBXFrameworksBuildPhase section */
|
|
208 | 210 | isa = PBXGroup;
|
209 | 211 | children = (
|
210 | 212 | F3968D04281FAF0A00661875 /* check_neon.S */,
|
211 |
| - F3968D4C281FB05200661875 /* compat_str.c */, |
212 | 213 | F3968D4B281FB05200661875 /* compat.c */,
|
| 214 | + F3968D4C281FB05200661875 /* compat_str.c */, |
213 | 215 | F3968CED281FAF0A00661875 /* dct36_avx.S */,
|
214 | 216 | F3968D02281FAF0A00661875 /* dct36_neon.S */,
|
215 | 217 | F3968CDC281FAF0A00661875 /* dct36_neon64.S */,
|
216 | 218 | F3968D03281FAF0A00661875 /* dct36_x86_64.S */,
|
217 |
| - F3968CEC281FAF0A00661875 /* dct64_avx_float.S */, |
| 219 | + F3968CE8281FAF0A00661875 /* dct64.c */, |
218 | 220 | F3968D0A281FAF0A00661875 /* dct64_avx.S */,
|
219 |
| - F3968D51281FB28C00661875 /* dct64_neon_float.S */, |
| 221 | + F3968CEC281FAF0A00661875 /* dct64_avx_float.S */, |
220 | 222 | F3968CF9281FAF0A00661875 /* dct64_neon.S */,
|
221 |
| - F3968D0F281FAF0A00661875 /* dct64_neon64_float.S */, |
| 223 | + F3968D51281FB28C00661875 /* dct64_neon_float.S */, |
222 | 224 | F3968CE6281FAF0A00661875 /* dct64_neon64.S */,
|
223 |
| - F3968CF4281FAF0A00661875 /* dct64_x86_64_float.S */, |
| 225 | + F3968D0F281FAF0A00661875 /* dct64_neon64_float.S */, |
224 | 226 | F3968CEB281FAF0A00661875 /* dct64_x86_64.S */,
|
225 |
| - F3968CE8281FAF0A00661875 /* dct64.c */, |
| 227 | + F3968CF4281FAF0A00661875 /* dct64_x86_64_float.S */, |
226 | 228 | F3968CE9281FAF0A00661875 /* dither.c */,
|
227 | 229 | F3968CD9281FAF0A00661875 /* equalizer.c */,
|
228 | 230 | F3968CF5281FAF0A00661875 /* feature.c */,
|
|
237 | 239 | F3968CF1281FAF0A00661875 /* layer1.c */,
|
238 | 240 | F3968CFA281FAF0A00661875 /* layer2.c */,
|
239 | 241 | F3968D0D281FAF0A00661875 /* layer3.c */,
|
| 242 | + F3DC38BD2E4BED4F00CD73DE /* lfs_wrap.c */, |
240 | 243 | F3968D06281FAF0A00661875 /* libmpg123.c */,
|
241 | 244 | F3968CE7281FAF0A00661875 /* ntom.c */,
|
242 | 245 | F3968CDD281FAF0A00661875 /* optimize.c */,
|
243 | 246 | F3968CF3281FAF0A00661875 /* parse.c */,
|
244 | 247 | F3968CF6281FAF0A00661875 /* readers.c */,
|
245 | 248 | F3968CD7281FAF0A00661875 /* stringbuf.c */,
|
| 249 | + F3968CF2281FAF0A00661875 /* synth.c */, |
246 | 250 | F3968CE0281FAF0A00661875 /* synth_8bit.c */,
|
| 251 | + F3968CFF281FAF0A00661875 /* synth_neon.S */, |
247 | 252 | F307EE1C282732DB003915D7 /* synth_neon_accurate.S */,
|
248 | 253 | F3968D4F281FB25300661875 /* synth_neon_float.S */,
|
249 | 254 | F3968CDA281FAF0A00661875 /* synth_neon_s32.S */,
|
250 |
| - F3968CFF281FAF0A00661875 /* synth_neon.S */, |
| 255 | + F3968CE5281FAF0A00661875 /* synth_neon64.S */, |
251 | 256 | F307EE1D282732DB003915D7 /* synth_neon64_accurate.S */,
|
252 | 257 | F3968D01281FAF0A00661875 /* synth_neon64_float.S */,
|
253 | 258 | F3968CF7281FAF0A00661875 /* synth_neon64_s32.S */,
|
254 |
| - F3968CE5281FAF0A00661875 /* synth_neon64.S */, |
255 | 259 | F3968D0B281FAF0A00661875 /* synth_real.c */,
|
256 | 260 | F3968CE3281FAF0A00661875 /* synth_s32.c */,
|
| 261 | + F3968CDF281FAF0A00661875 /* synth_stereo_avx.S */, |
257 | 262 | F3B38D8D296F970B005DA6D3 /* synth_stereo_avx_accurate.S */,
|
258 | 263 | F3968D09281FAF0A00661875 /* synth_stereo_avx_float.S */,
|
259 | 264 | F3968CF0281FAF0A00661875 /* synth_stereo_avx_s32.S */,
|
260 |
| - F3968CDF281FAF0A00661875 /* synth_stereo_avx.S */, |
| 265 | + F3968D00281FAF0A00661875 /* synth_stereo_neon.S */, |
261 | 266 | F307EE23282733AD003915D7 /* synth_stereo_neon_accurate.S */,
|
262 | 267 | F3968D07281FAF0A00661875 /* synth_stereo_neon_float.S */,
|
263 | 268 | F3968CD8281FAF0A00661875 /* synth_stereo_neon_s32.S */,
|
264 |
| - F3968D00281FAF0A00661875 /* synth_stereo_neon.S */, |
| 269 | + F3968D05281FAF0A00661875 /* synth_stereo_neon64.S */, |
265 | 270 | F307EE22282733AD003915D7 /* synth_stereo_neon64_accurate.S */,
|
266 | 271 | F3968CFC281FAF0A00661875 /* synth_stereo_neon64_float.S */,
|
267 | 272 | F3968D08281FAF0A00661875 /* synth_stereo_neon64_s32.S */,
|
268 |
| - F3968D05281FAF0A00661875 /* synth_stereo_neon64.S */, |
| 273 | + F3968CDE281FAF0A00661875 /* synth_stereo_x86_64.S */, |
269 | 274 | F307EE24282733AD003915D7 /* synth_stereo_x86_64_accurate.S */,
|
270 | 275 | F3968CDB281FAF0A00661875 /* synth_stereo_x86_64_float.S */,
|
271 | 276 | F3968D0C281FAF0A00661875 /* synth_stereo_x86_64_s32.S */,
|
272 |
| - F3968CDE281FAF0A00661875 /* synth_stereo_x86_64.S */, |
| 277 | + F3968D10281FAF0A00661875 /* synth_x86_64.S */, |
273 | 278 | F307EE1E282732DB003915D7 /* synth_x86_64_accurate.S */,
|
274 | 279 | F3968CF8281FAF0A00661875 /* synth_x86_64_float.S */,
|
275 | 280 | F3968D0E281FAF0A00661875 /* synth_x86_64_s32.S */,
|
276 |
| - F3968D10281FAF0A00661875 /* synth_x86_64.S */, |
277 |
| - F3968CF2281FAF0A00661875 /* synth.c */, |
278 | 281 | F3968CEE281FAF0A00661875 /* tabinit.c */,
|
279 | 282 | );
|
280 | 283 | name = Source;
|
|
284 | 287 | isa = PBXGroup;
|
285 | 288 | children = (
|
286 | 289 | F3968D55281FB37200661875 /* fmt123.h */,
|
287 |
| - F3968D53281FB35400661875 /* mpg123.h */, |
| 290 | + F3968D53281FB35400661875 /* ../../external/mpg123/src/include/mpg123.h */, |
288 | 291 | );
|
289 | 292 | name = Headers;
|
290 | 293 | sourceTree = "<group>";
|
|
306 | 309 | buildActionMask = 2147483647;
|
307 | 310 | files = (
|
308 | 311 | F3968D56281FB37200661875 /* fmt123.h in Headers */,
|
309 |
| - F3968D54281FB35400661875 /* mpg123.h in Headers */, |
| 312 | + F3968D54281FB35400661875 /* ../../external/mpg123/src/include/mpg123.h in Headers */, |
310 | 313 | );
|
311 | 314 | runOnlyForDeploymentPostprocessing = 0;
|
312 | 315 | };
|
|
414 | 417 | F3968D1A281FAF0A00661875 /* synth_8bit.c in Sources */,
|
415 | 418 | F3968D3C281FAF0A00661875 /* dct36_neon.S in Sources */,
|
416 | 419 | F3968D48281FAF0A00661875 /* synth_x86_64_s32.S in Sources */,
|
| 420 | + F3DC38BE2E4BED4F00CD73DE /* lfs_wrap.c in Sources */, |
417 | 421 | F3968D1F281FAF0A00661875 /* synth_neon64.S in Sources */,
|
418 | 422 | F3968D43281FAF0A00661875 /* synth_stereo_avx_float.S in Sources */,
|
419 | 423 | F3968D2B281FAF0A00661875 /* layer1.c in Sources */,
|
|
0 commit comments