Skip to content

Commit ce5941b

Browse files
committed
Updated the mpg123 Xcode project after the update to 1.33.2
1 parent 7eb103e commit ce5941b

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

Xcode/mpg123/mpg123.xcodeproj/project.pbxproj

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,12 @@
8989
F3968D4E281FB05200661875 /* compat_str.c in Sources */ = {isa = PBXBuildFile; fileRef = F3968D4C281FB05200661875 /* compat_str.c */; };
9090
F3968D50281FB25300661875 /* synth_neon_float.S in Sources */ = {isa = PBXBuildFile; fileRef = F3968D4F281FB25300661875 /* synth_neon_float.S */; };
9191
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, ); }; };
9393
F3968D56281FB37200661875 /* fmt123.h in Headers */ = {isa = PBXBuildFile; fileRef = F3968D55281FB37200661875 /* fmt123.h */; settings = {ATTRIBUTES = (Public, ); }; };
9494
F3968D59281FB3B300661875 /* README in Resources */ = {isa = PBXBuildFile; fileRef = F3968D57281FB3B300661875 /* README */; };
9595
F3968D5A281FB3B300661875 /* COPYING in Resources */ = {isa = PBXBuildFile; fileRef = F3968D58281FB3B300661875 /* COPYING */; };
9696
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 */; };
9798
/* End PBXBuildFile section */
9899

99100
/* Begin PBXFileReference section */
@@ -167,11 +168,12 @@
167168
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>"; };
168169
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>"; };
169170
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>"; };
171172
F3968D55281FB37200661875 /* fmt123.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fmt123.h; path = ../../external/mpg123/src/include/fmt123.h; sourceTree = "<group>"; };
172173
F3968D57281FB3B300661875 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = ../../external/mpg123/README; sourceTree = "<group>"; };
173174
F3968D58281FB3B300661875 /* COPYING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = COPYING; path = ../../external/mpg123/COPYING; sourceTree = "<group>"; };
174175
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>"; };
175177
/* End PBXFileReference section */
176178

177179
/* Begin PBXFrameworksBuildPhase section */
@@ -208,21 +210,21 @@
208210
isa = PBXGroup;
209211
children = (
210212
F3968D04281FAF0A00661875 /* check_neon.S */,
211-
F3968D4C281FB05200661875 /* compat_str.c */,
212213
F3968D4B281FB05200661875 /* compat.c */,
214+
F3968D4C281FB05200661875 /* compat_str.c */,
213215
F3968CED281FAF0A00661875 /* dct36_avx.S */,
214216
F3968D02281FAF0A00661875 /* dct36_neon.S */,
215217
F3968CDC281FAF0A00661875 /* dct36_neon64.S */,
216218
F3968D03281FAF0A00661875 /* dct36_x86_64.S */,
217-
F3968CEC281FAF0A00661875 /* dct64_avx_float.S */,
219+
F3968CE8281FAF0A00661875 /* dct64.c */,
218220
F3968D0A281FAF0A00661875 /* dct64_avx.S */,
219-
F3968D51281FB28C00661875 /* dct64_neon_float.S */,
221+
F3968CEC281FAF0A00661875 /* dct64_avx_float.S */,
220222
F3968CF9281FAF0A00661875 /* dct64_neon.S */,
221-
F3968D0F281FAF0A00661875 /* dct64_neon64_float.S */,
223+
F3968D51281FB28C00661875 /* dct64_neon_float.S */,
222224
F3968CE6281FAF0A00661875 /* dct64_neon64.S */,
223-
F3968CF4281FAF0A00661875 /* dct64_x86_64_float.S */,
225+
F3968D0F281FAF0A00661875 /* dct64_neon64_float.S */,
224226
F3968CEB281FAF0A00661875 /* dct64_x86_64.S */,
225-
F3968CE8281FAF0A00661875 /* dct64.c */,
227+
F3968CF4281FAF0A00661875 /* dct64_x86_64_float.S */,
226228
F3968CE9281FAF0A00661875 /* dither.c */,
227229
F3968CD9281FAF0A00661875 /* equalizer.c */,
228230
F3968CF5281FAF0A00661875 /* feature.c */,
@@ -237,44 +239,45 @@
237239
F3968CF1281FAF0A00661875 /* layer1.c */,
238240
F3968CFA281FAF0A00661875 /* layer2.c */,
239241
F3968D0D281FAF0A00661875 /* layer3.c */,
242+
F3DC38BD2E4BED4F00CD73DE /* lfs_wrap.c */,
240243
F3968D06281FAF0A00661875 /* libmpg123.c */,
241244
F3968CE7281FAF0A00661875 /* ntom.c */,
242245
F3968CDD281FAF0A00661875 /* optimize.c */,
243246
F3968CF3281FAF0A00661875 /* parse.c */,
244247
F3968CF6281FAF0A00661875 /* readers.c */,
245248
F3968CD7281FAF0A00661875 /* stringbuf.c */,
249+
F3968CF2281FAF0A00661875 /* synth.c */,
246250
F3968CE0281FAF0A00661875 /* synth_8bit.c */,
251+
F3968CFF281FAF0A00661875 /* synth_neon.S */,
247252
F307EE1C282732DB003915D7 /* synth_neon_accurate.S */,
248253
F3968D4F281FB25300661875 /* synth_neon_float.S */,
249254
F3968CDA281FAF0A00661875 /* synth_neon_s32.S */,
250-
F3968CFF281FAF0A00661875 /* synth_neon.S */,
255+
F3968CE5281FAF0A00661875 /* synth_neon64.S */,
251256
F307EE1D282732DB003915D7 /* synth_neon64_accurate.S */,
252257
F3968D01281FAF0A00661875 /* synth_neon64_float.S */,
253258
F3968CF7281FAF0A00661875 /* synth_neon64_s32.S */,
254-
F3968CE5281FAF0A00661875 /* synth_neon64.S */,
255259
F3968D0B281FAF0A00661875 /* synth_real.c */,
256260
F3968CE3281FAF0A00661875 /* synth_s32.c */,
261+
F3968CDF281FAF0A00661875 /* synth_stereo_avx.S */,
257262
F3B38D8D296F970B005DA6D3 /* synth_stereo_avx_accurate.S */,
258263
F3968D09281FAF0A00661875 /* synth_stereo_avx_float.S */,
259264
F3968CF0281FAF0A00661875 /* synth_stereo_avx_s32.S */,
260-
F3968CDF281FAF0A00661875 /* synth_stereo_avx.S */,
265+
F3968D00281FAF0A00661875 /* synth_stereo_neon.S */,
261266
F307EE23282733AD003915D7 /* synth_stereo_neon_accurate.S */,
262267
F3968D07281FAF0A00661875 /* synth_stereo_neon_float.S */,
263268
F3968CD8281FAF0A00661875 /* synth_stereo_neon_s32.S */,
264-
F3968D00281FAF0A00661875 /* synth_stereo_neon.S */,
269+
F3968D05281FAF0A00661875 /* synth_stereo_neon64.S */,
265270
F307EE22282733AD003915D7 /* synth_stereo_neon64_accurate.S */,
266271
F3968CFC281FAF0A00661875 /* synth_stereo_neon64_float.S */,
267272
F3968D08281FAF0A00661875 /* synth_stereo_neon64_s32.S */,
268-
F3968D05281FAF0A00661875 /* synth_stereo_neon64.S */,
273+
F3968CDE281FAF0A00661875 /* synth_stereo_x86_64.S */,
269274
F307EE24282733AD003915D7 /* synth_stereo_x86_64_accurate.S */,
270275
F3968CDB281FAF0A00661875 /* synth_stereo_x86_64_float.S */,
271276
F3968D0C281FAF0A00661875 /* synth_stereo_x86_64_s32.S */,
272-
F3968CDE281FAF0A00661875 /* synth_stereo_x86_64.S */,
277+
F3968D10281FAF0A00661875 /* synth_x86_64.S */,
273278
F307EE1E282732DB003915D7 /* synth_x86_64_accurate.S */,
274279
F3968CF8281FAF0A00661875 /* synth_x86_64_float.S */,
275280
F3968D0E281FAF0A00661875 /* synth_x86_64_s32.S */,
276-
F3968D10281FAF0A00661875 /* synth_x86_64.S */,
277-
F3968CF2281FAF0A00661875 /* synth.c */,
278281
F3968CEE281FAF0A00661875 /* tabinit.c */,
279282
);
280283
name = Source;
@@ -284,7 +287,7 @@
284287
isa = PBXGroup;
285288
children = (
286289
F3968D55281FB37200661875 /* fmt123.h */,
287-
F3968D53281FB35400661875 /* mpg123.h */,
290+
F3968D53281FB35400661875 /* ../../external/mpg123/src/include/mpg123.h */,
288291
);
289292
name = Headers;
290293
sourceTree = "<group>";
@@ -306,7 +309,7 @@
306309
buildActionMask = 2147483647;
307310
files = (
308311
F3968D56281FB37200661875 /* fmt123.h in Headers */,
309-
F3968D54281FB35400661875 /* mpg123.h in Headers */,
312+
F3968D54281FB35400661875 /* ../../external/mpg123/src/include/mpg123.h in Headers */,
310313
);
311314
runOnlyForDeploymentPostprocessing = 0;
312315
};
@@ -414,6 +417,7 @@
414417
F3968D1A281FAF0A00661875 /* synth_8bit.c in Sources */,
415418
F3968D3C281FAF0A00661875 /* dct36_neon.S in Sources */,
416419
F3968D48281FAF0A00661875 /* synth_x86_64_s32.S in Sources */,
420+
F3DC38BE2E4BED4F00CD73DE /* lfs_wrap.c in Sources */,
417421
F3968D1F281FAF0A00661875 /* synth_neon64.S in Sources */,
418422
F3968D43281FAF0A00661875 /* synth_stereo_avx_float.S in Sources */,
419423
F3968D2B281FAF0A00661875 /* layer1.c in Sources */,

0 commit comments

Comments
 (0)