update SDL_mixer to SDL3_mixer 3.2.0

This commit is contained in:
Sven Balzer
2026-04-02 16:52:07 +02:00
parent 05b19704f8
commit 8a5caf5c0d
1202 changed files with 366156 additions and 152445 deletions
@@ -0,0 +1,573 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 55;
objects = {
/* Begin PBXAggregateTarget section */
F3B38D7B296F9312005DA6D3 /* FLAC.xcframework */ = {
isa = PBXAggregateTarget;
buildConfigurationList = F3B38D7E296F9312005DA6D3 /* Build configuration list for PBXAggregateTarget "FLAC.xcframework" */;
buildPhases = (
F3B38D7F296F931D005DA6D3 /* ShellScript */,
);
dependencies = (
);
name = FLAC.xcframework;
productName = xcFramework;
};
/* End PBXAggregateTarget section */
/* Begin PBXBuildFile section */
F3F70E8F281F4562005AA27D /* float.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E74281F4561005AA27D /* float.c */; };
F3F70E90281F4562005AA27D /* lpc.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E75281F4561005AA27D /* lpc.c */; };
F3F70E91281F4562005AA27D /* stream_decoder.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E76281F4561005AA27D /* stream_decoder.c */; };
F3F70E92281F4562005AA27D /* fixed_intrin_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E77281F4561005AA27D /* fixed_intrin_sse2.c */; };
F3F70E93281F4562005AA27D /* stream_encoder_intrin_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E78281F4561005AA27D /* stream_encoder_intrin_sse2.c */; };
F3F70E94281F4562005AA27D /* bitmath.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E79281F4561005AA27D /* bitmath.c */; };
F3F70E95281F4562005AA27D /* lpc_intrin_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E7A281F4561005AA27D /* lpc_intrin_sse2.c */; };
F3F70E96281F4562005AA27D /* bitreader.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E7B281F4561005AA27D /* bitreader.c */; };
F3F70E97281F4562005AA27D /* fixed_intrin_ssse3.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E7C281F4561005AA27D /* fixed_intrin_ssse3.c */; };
F3F70E98281F4562005AA27D /* format.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E7D281F4561005AA27D /* format.c */; };
F3F70E99281F4562005AA27D /* stream_encoder_intrin_avx2.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E7E281F4561005AA27D /* stream_encoder_intrin_avx2.c */; };
F3F70E9A281F4562005AA27D /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E7F281F4561005AA27D /* memory.c */; };
F3F70E9B281F4562005AA27D /* stream_encoder_intrin_ssse3.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E80281F4561005AA27D /* stream_encoder_intrin_ssse3.c */; };
F3F70E9C281F4562005AA27D /* lpc_intrin_sse.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E81281F4561005AA27D /* lpc_intrin_sse.c */; };
F3F70E9D281F4562005AA27D /* lpc_intrin_avx2.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E82281F4561005AA27D /* lpc_intrin_avx2.c */; };
F3F70E9E281F4562005AA27D /* window.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E83281F4561005AA27D /* window.c */; };
F3F70E9F281F4562005AA27D /* fixed.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E84281F4561005AA27D /* fixed.c */; };
F3F70EA0281F4562005AA27D /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E85281F4561005AA27D /* md5.c */; };
F3F70EA1281F4562005AA27D /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E86281F4561005AA27D /* cpu.c */; };
F3F70EA2281F4562005AA27D /* stream_encoder.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E87281F4561005AA27D /* stream_encoder.c */; };
F3F70EA3281F4562005AA27D /* crc.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E88281F4561005AA27D /* crc.c */; };
F3F70EA4281F4562005AA27D /* metadata_object.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E89281F4561005AA27D /* metadata_object.c */; };
F3F70EA5281F4562005AA27D /* bitwriter.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E8A281F4561005AA27D /* bitwriter.c */; };
F3F70EA6281F4562005AA27D /* lpc_intrin_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E8B281F4561005AA27D /* lpc_intrin_sse41.c */; };
F3F70EA7281F4562005AA27D /* stream_encoder_framing.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E8C281F4561005AA27D /* stream_encoder_framing.c */; };
F3F70EA8281F4562005AA27D /* metadata_iterators.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E8D281F4561005AA27D /* metadata_iterators.c */; };
F3F70EA9281F4562005AA27D /* lpc_intrin_vsx.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F70E8E281F4561005AA27D /* lpc_intrin_vsx.c */; };
F3F70EB3281F45A9005AA27D /* callback.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F70EAA281F45A9005AA27D /* callback.h */; settings = {ATTRIBUTES = (Public, ); }; };
F3F70EB4281F45A9005AA27D /* stream_decoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F70EAB281F45A9005AA27D /* stream_decoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
F3F70EB5281F45A9005AA27D /* format.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F70EAC281F45A9005AA27D /* format.h */; settings = {ATTRIBUTES = (Public, ); }; };
F3F70EB6281F45A9005AA27D /* assert.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F70EAD281F45A9005AA27D /* assert.h */; settings = {ATTRIBUTES = (Public, ); }; };
F3F70EB7281F45A9005AA27D /* metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F70EAE281F45A9005AA27D /* metadata.h */; settings = {ATTRIBUTES = (Public, ); }; };
F3F70EB8281F45A9005AA27D /* all.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F70EAF281F45A9005AA27D /* all.h */; settings = {ATTRIBUTES = (Public, ); }; };
F3F70EB9281F45A9005AA27D /* stream_encoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F70EB0281F45A9005AA27D /* stream_encoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
F3F70EBA281F45A9005AA27D /* export.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F70EB1281F45A9005AA27D /* export.h */; settings = {ATTRIBUTES = (Public, ); }; };
F3F70EBB281F45A9005AA27D /* ordinals.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F70EB2281F45A9005AA27D /* ordinals.h */; settings = {ATTRIBUTES = (Public, ); }; };
F3F70EBE281F45D0005AA27D /* COPYING.Xiph in Resources */ = {isa = PBXBuildFile; fileRef = F3F70EBC281F45D0005AA27D /* COPYING.Xiph */; };
F3F70EBF281F45D0005AA27D /* README in Resources */ = {isa = PBXBuildFile; fileRef = F3F70EBD281F45D0005AA27D /* README */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
F3F70E67281F442C005AA27D /* FLAC.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FLAC.framework; sourceTree = BUILT_PRODUCTS_DIR; };
F3F70E74281F4561005AA27D /* float.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = float.c; path = ../../external/flac/src/libFLAC/float.c; sourceTree = "<group>"; };
F3F70E75281F4561005AA27D /* lpc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lpc.c; path = ../../external/flac/src/libFLAC/lpc.c; sourceTree = "<group>"; };
F3F70E76281F4561005AA27D /* stream_decoder.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stream_decoder.c; path = ../../external/flac/src/libFLAC/stream_decoder.c; sourceTree = "<group>"; };
F3F70E77281F4561005AA27D /* fixed_intrin_sse2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fixed_intrin_sse2.c; path = ../../external/flac/src/libFLAC/fixed_intrin_sse2.c; sourceTree = "<group>"; };
F3F70E78281F4561005AA27D /* stream_encoder_intrin_sse2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stream_encoder_intrin_sse2.c; path = ../../external/flac/src/libFLAC/stream_encoder_intrin_sse2.c; sourceTree = "<group>"; };
F3F70E79281F4561005AA27D /* bitmath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bitmath.c; path = ../../external/flac/src/libFLAC/bitmath.c; sourceTree = "<group>"; };
F3F70E7A281F4561005AA27D /* lpc_intrin_sse2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lpc_intrin_sse2.c; path = ../../external/flac/src/libFLAC/lpc_intrin_sse2.c; sourceTree = "<group>"; };
F3F70E7B281F4561005AA27D /* bitreader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bitreader.c; path = ../../external/flac/src/libFLAC/bitreader.c; sourceTree = "<group>"; };
F3F70E7C281F4561005AA27D /* fixed_intrin_ssse3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fixed_intrin_ssse3.c; path = ../../external/flac/src/libFLAC/fixed_intrin_ssse3.c; sourceTree = "<group>"; };
F3F70E7D281F4561005AA27D /* format.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = format.c; path = ../../external/flac/src/libFLAC/format.c; sourceTree = "<group>"; };
F3F70E7E281F4561005AA27D /* stream_encoder_intrin_avx2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stream_encoder_intrin_avx2.c; path = ../../external/flac/src/libFLAC/stream_encoder_intrin_avx2.c; sourceTree = "<group>"; };
F3F70E7F281F4561005AA27D /* memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = memory.c; path = ../../external/flac/src/libFLAC/memory.c; sourceTree = "<group>"; };
F3F70E80281F4561005AA27D /* stream_encoder_intrin_ssse3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stream_encoder_intrin_ssse3.c; path = ../../external/flac/src/libFLAC/stream_encoder_intrin_ssse3.c; sourceTree = "<group>"; };
F3F70E81281F4561005AA27D /* lpc_intrin_sse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lpc_intrin_sse.c; path = ../../external/flac/src/libFLAC/lpc_intrin_sse.c; sourceTree = "<group>"; };
F3F70E82281F4561005AA27D /* lpc_intrin_avx2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lpc_intrin_avx2.c; path = ../../external/flac/src/libFLAC/lpc_intrin_avx2.c; sourceTree = "<group>"; };
F3F70E83281F4561005AA27D /* window.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = window.c; path = ../../external/flac/src/libFLAC/window.c; sourceTree = "<group>"; };
F3F70E84281F4561005AA27D /* fixed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fixed.c; path = ../../external/flac/src/libFLAC/fixed.c; sourceTree = "<group>"; };
F3F70E85281F4561005AA27D /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.c; path = ../../external/flac/src/libFLAC/md5.c; sourceTree = "<group>"; };
F3F70E86281F4561005AA27D /* cpu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cpu.c; path = ../../external/flac/src/libFLAC/cpu.c; sourceTree = "<group>"; };
F3F70E87281F4561005AA27D /* stream_encoder.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stream_encoder.c; path = ../../external/flac/src/libFLAC/stream_encoder.c; sourceTree = "<group>"; };
F3F70E88281F4561005AA27D /* crc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crc.c; path = ../../external/flac/src/libFLAC/crc.c; sourceTree = "<group>"; };
F3F70E89281F4561005AA27D /* metadata_object.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = metadata_object.c; path = ../../external/flac/src/libFLAC/metadata_object.c; sourceTree = "<group>"; };
F3F70E8A281F4561005AA27D /* bitwriter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bitwriter.c; path = ../../external/flac/src/libFLAC/bitwriter.c; sourceTree = "<group>"; };
F3F70E8B281F4561005AA27D /* lpc_intrin_sse41.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lpc_intrin_sse41.c; path = ../../external/flac/src/libFLAC/lpc_intrin_sse41.c; sourceTree = "<group>"; };
F3F70E8C281F4561005AA27D /* stream_encoder_framing.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stream_encoder_framing.c; path = ../../external/flac/src/libFLAC/stream_encoder_framing.c; sourceTree = "<group>"; };
F3F70E8D281F4561005AA27D /* metadata_iterators.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = metadata_iterators.c; path = ../../external/flac/src/libFLAC/metadata_iterators.c; sourceTree = "<group>"; };
F3F70E8E281F4561005AA27D /* lpc_intrin_vsx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lpc_intrin_vsx.c; path = ../../external/flac/src/libFLAC/lpc_intrin_vsx.c; sourceTree = "<group>"; };
F3F70EAA281F45A9005AA27D /* callback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = callback.h; path = ../../external/flac/include/FLAC/callback.h; sourceTree = "<group>"; };
F3F70EAB281F45A9005AA27D /* stream_decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stream_decoder.h; path = ../../external/flac/include/FLAC/stream_decoder.h; sourceTree = "<group>"; };
F3F70EAC281F45A9005AA27D /* format.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = format.h; path = ../../external/flac/include/FLAC/format.h; sourceTree = "<group>"; };
F3F70EAD281F45A9005AA27D /* assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = assert.h; path = ../../external/flac/include/FLAC/assert.h; sourceTree = "<group>"; };
F3F70EAE281F45A9005AA27D /* metadata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = metadata.h; path = ../../external/flac/include/FLAC/metadata.h; sourceTree = "<group>"; };
F3F70EAF281F45A9005AA27D /* all.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = all.h; path = ../../external/flac/include/FLAC/all.h; sourceTree = "<group>"; };
F3F70EB0281F45A9005AA27D /* stream_encoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stream_encoder.h; path = ../../external/flac/include/FLAC/stream_encoder.h; sourceTree = "<group>"; };
F3F70EB1281F45A9005AA27D /* export.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = export.h; path = ../../external/flac/include/FLAC/export.h; sourceTree = "<group>"; };
F3F70EB2281F45A9005AA27D /* ordinals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ordinals.h; path = ../../external/flac/include/FLAC/ordinals.h; sourceTree = "<group>"; };
F3F70EBC281F45D0005AA27D /* COPYING.Xiph */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = COPYING.Xiph; path = ../../external/flac/COPYING.Xiph; sourceTree = "<group>"; };
F3F70EBD281F45D0005AA27D /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = ../../external/flac/README; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
F3F70E64281F442C005AA27D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
F3F70E5D281F442C005AA27D = {
isa = PBXGroup;
children = (
F3F70E68281F442C005AA27D /* Products */,
F3F70E73281F44E4005AA27D /* Resources */,
F3F70E72281F44DD005AA27D /* Headers */,
F3F70E71281F44C9005AA27D /* Source */,
);
sourceTree = "<group>";
};
F3F70E68281F442C005AA27D /* Products */ = {
isa = PBXGroup;
children = (
F3F70E67281F442C005AA27D /* FLAC.framework */,
);
name = Products;
sourceTree = "<group>";
};
F3F70E71281F44C9005AA27D /* Source */ = {
isa = PBXGroup;
children = (
F3F70E79281F4561005AA27D /* bitmath.c */,
F3F70E7B281F4561005AA27D /* bitreader.c */,
F3F70E8A281F4561005AA27D /* bitwriter.c */,
F3F70E86281F4561005AA27D /* cpu.c */,
F3F70E88281F4561005AA27D /* crc.c */,
F3F70E77281F4561005AA27D /* fixed_intrin_sse2.c */,
F3F70E7C281F4561005AA27D /* fixed_intrin_ssse3.c */,
F3F70E84281F4561005AA27D /* fixed.c */,
F3F70E74281F4561005AA27D /* float.c */,
F3F70E7D281F4561005AA27D /* format.c */,
F3F70E82281F4561005AA27D /* lpc_intrin_avx2.c */,
F3F70E81281F4561005AA27D /* lpc_intrin_sse.c */,
F3F70E7A281F4561005AA27D /* lpc_intrin_sse2.c */,
F3F70E8B281F4561005AA27D /* lpc_intrin_sse41.c */,
F3F70E8E281F4561005AA27D /* lpc_intrin_vsx.c */,
F3F70E75281F4561005AA27D /* lpc.c */,
F3F70E85281F4561005AA27D /* md5.c */,
F3F70E7F281F4561005AA27D /* memory.c */,
F3F70E8D281F4561005AA27D /* metadata_iterators.c */,
F3F70E89281F4561005AA27D /* metadata_object.c */,
F3F70E76281F4561005AA27D /* stream_decoder.c */,
F3F70E8C281F4561005AA27D /* stream_encoder_framing.c */,
F3F70E7E281F4561005AA27D /* stream_encoder_intrin_avx2.c */,
F3F70E78281F4561005AA27D /* stream_encoder_intrin_sse2.c */,
F3F70E80281F4561005AA27D /* stream_encoder_intrin_ssse3.c */,
F3F70E87281F4561005AA27D /* stream_encoder.c */,
F3F70E83281F4561005AA27D /* window.c */,
);
name = Source;
sourceTree = "<group>";
};
F3F70E72281F44DD005AA27D /* Headers */ = {
isa = PBXGroup;
children = (
F3F70EAF281F45A9005AA27D /* all.h */,
F3F70EAD281F45A9005AA27D /* assert.h */,
F3F70EAA281F45A9005AA27D /* callback.h */,
F3F70EB1281F45A9005AA27D /* export.h */,
F3F70EAC281F45A9005AA27D /* format.h */,
F3F70EAE281F45A9005AA27D /* metadata.h */,
F3F70EB2281F45A9005AA27D /* ordinals.h */,
F3F70EAB281F45A9005AA27D /* stream_decoder.h */,
F3F70EB0281F45A9005AA27D /* stream_encoder.h */,
);
name = Headers;
sourceTree = "<group>";
};
F3F70E73281F44E4005AA27D /* Resources */ = {
isa = PBXGroup;
children = (
F3F70EBC281F45D0005AA27D /* COPYING.Xiph */,
F3F70EBD281F45D0005AA27D /* README */,
);
name = Resources;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
F3F70E62281F442C005AA27D /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
F3F70EB8281F45A9005AA27D /* all.h in Headers */,
F3F70EB6281F45A9005AA27D /* assert.h in Headers */,
F3F70EB3281F45A9005AA27D /* callback.h in Headers */,
F3F70EBA281F45A9005AA27D /* export.h in Headers */,
F3F70EB5281F45A9005AA27D /* format.h in Headers */,
F3F70EB7281F45A9005AA27D /* metadata.h in Headers */,
F3F70EBB281F45A9005AA27D /* ordinals.h in Headers */,
F3F70EB4281F45A9005AA27D /* stream_decoder.h in Headers */,
F3F70EB9281F45A9005AA27D /* stream_encoder.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
F3F70E66281F442C005AA27D /* FLAC */ = {
isa = PBXNativeTarget;
buildConfigurationList = F3F70E6E281F442C005AA27D /* Build configuration list for PBXNativeTarget "FLAC" */;
buildPhases = (
F3F70E62281F442C005AA27D /* Headers */,
F3F70E63281F442C005AA27D /* Sources */,
F3F70E64281F442C005AA27D /* Frameworks */,
F3F70E65281F442C005AA27D /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = FLAC;
productName = FLAC;
productReference = F3F70E67281F442C005AA27D /* FLAC.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
F3F70E5E281F442C005AA27D /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastUpgradeCheck = 1330;
TargetAttributes = {
F3B38D7B296F9312005DA6D3 = {
CreatedOnToolsVersion = 14.2;
};
F3F70E66281F442C005AA27D = {
CreatedOnToolsVersion = 13.3.1;
};
};
};
buildConfigurationList = F3F70E61281F442C005AA27D /* Build configuration list for PBXProject "FLAC" */;
compatibilityVersion = "Xcode 13.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = F3F70E5D281F442C005AA27D;
productRefGroup = F3F70E68281F442C005AA27D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
F3F70E66281F442C005AA27D /* FLAC */,
F3B38D7B296F9312005DA6D3 /* FLAC.xcframework */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
F3F70E65281F442C005AA27D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F3F70EBF281F45D0005AA27D /* README in Resources */,
F3F70EBE281F45D0005AA27D /* COPYING.Xiph in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
F3B38D7F296F931D005DA6D3 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Build an xcframework with both device and simulator files for all platforms.\n# Adapted from an answer in\n# https://developer.apple.com/forums/thread/666335?answerId=685927022#685927022\n\nif [ \"$XCODE_VERSION_ACTUAL\" -lt 1100 ]\nthen\n echo \"error: Building an xcframework requires Xcode 11 minimum.\"\n exit 1\nfi\n\nFRAMEWORK_NAME=\"FLAC\"\nPROJECT_NAME=\"FLAC\"\nSCHEME=\"FLAC\"\n\nMACOS_ARCHIVE_PATH=\"${BUILD_DIR}/${CONFIGURATION}/${FRAMEWORK_NAME}-macosx.xcarchive\"\nIOS_SIMULATOR_ARCHIVE_PATH=\"${BUILD_DIR}/${CONFIGURATION}/${FRAMEWORK_NAME}-iphonesimulator.xcarchive\"\nIOS_DEVICE_ARCHIVE_PATH=\"${BUILD_DIR}/${CONFIGURATION}/${FRAMEWORK_NAME}-iphoneos.xcarchive\"\nTVOS_SIMULATOR_ARCHIVE_PATH=\"${BUILD_DIR}/${CONFIGURATION}/${FRAMEWORK_NAME}-appletvsimulator.xcarchive\"\nTVOS_DEVICE_ARCHIVE_PATH=\"${BUILD_DIR}/${CONFIGURATION}/${FRAMEWORK_NAME}-appletvos.xcarchive\"\n\nOUTPUT_DIR=\"../build/\"\n\n# macOS\nxcodebuild archive \\\n ONLY_ACTIVE_ARCH=NO \\\n -scheme \"${SCHEME}\" \\\n -project \"${PROJECT_NAME}.xcodeproj\" \\\n -archivePath ${MACOS_ARCHIVE_PATH} \\\n -sdk macosx \\\n BUILD_LIBRARY_FOR_DISTRIBUTION=YES \\\n SKIP_INSTALL=NO || exit $?\n \n# iOS simulator\nxcodebuild archive \\\n ONLY_ACTIVE_ARCH=NO \\\n -scheme \"${SCHEME}\" \\\n -project \"${PROJECT_NAME}.xcodeproj\" \\\n -archivePath ${IOS_SIMULATOR_ARCHIVE_PATH} \\\n -sdk iphonesimulator \\\n BUILD_LIBRARY_FOR_DISTRIBUTION=YES \\\n SKIP_INSTALL=NO || exit $?\n\n# iOS device\nxcodebuild archive \\\n -scheme \"${SCHEME}\" \\\n -project \"${PROJECT_NAME}.xcodeproj\" \\\n -archivePath ${IOS_DEVICE_ARCHIVE_PATH} \\\n -sdk iphoneos \\\n BUILD_LIBRARY_FOR_DISTRIBUTION=YES \\\n SKIP_INSTALL=NO || exit $?\n\n# tvOS simulator\nxcodebuild archive \\\n ONLY_ACTIVE_ARCH=NO \\\n -scheme \"${SCHEME}\" \\\n -project \"${PROJECT_NAME}.xcodeproj\" \\\n -archivePath ${TVOS_SIMULATOR_ARCHIVE_PATH} \\\n -sdk appletvsimulator \\\n BUILD_LIBRARY_FOR_DISTRIBUTION=YES \\\n SKIP_INSTALL=NO || exit $?\n\n# tvOS device\nxcodebuild archive \\\n -scheme \"${SCHEME}\" \\\n -project \"${PROJECT_NAME}.xcodeproj\" \\\n -archivePath ${TVOS_DEVICE_ARCHIVE_PATH} \\\n -sdk appletvos \\\n BUILD_LIBRARY_FOR_DISTRIBUTION=YES \\\n SKIP_INSTALL=NO || exit $?\n\n# Clean-up any existing instance of this xcframework from the Products directory\nrm -rf \"${OUTPUT_DIR}${FRAMEWORK_NAME}.xcframework\"\n\n# Create final xcframework\nxcodebuild -create-xcframework \\\n -framework \"${MACOS_ARCHIVE_PATH}\"/Products/Library/Frameworks/${FRAMEWORK_NAME}.framework \\\n -framework \"${IOS_DEVICE_ARCHIVE_PATH}\"/Products/Library/Frameworks/${FRAMEWORK_NAME}.framework \\\n -framework \"${IOS_SIMULATOR_ARCHIVE_PATH}\"/Products/Library/Frameworks/${FRAMEWORK_NAME}.framework \\\n -framework \"${TVOS_DEVICE_ARCHIVE_PATH}\"/Products/Library/Frameworks/${FRAMEWORK_NAME}.framework \\\n -framework \"${TVOS_SIMULATOR_ARCHIVE_PATH}\"/Products/Library/Frameworks/${FRAMEWORK_NAME}.framework \\\n -output ${OUTPUT_DIR}/${FRAMEWORK_NAME}.xcframework\n\n# Ensure git doesn't pick up on our Products folder. \nrm -rf ${OUTPUT_DIR}/.gitignore\necho \"*\" >> ${OUTPUT_DIR}/.gitignore\n";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
F3F70E63281F442C005AA27D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F3F70EA8281F4562005AA27D /* metadata_iterators.c in Sources */,
F3F70E98281F4562005AA27D /* format.c in Sources */,
F3F70E9E281F4562005AA27D /* window.c in Sources */,
F3F70E99281F4562005AA27D /* stream_encoder_intrin_avx2.c in Sources */,
F3F70EA4281F4562005AA27D /* metadata_object.c in Sources */,
F3F70E8F281F4562005AA27D /* float.c in Sources */,
F3F70E95281F4562005AA27D /* lpc_intrin_sse2.c in Sources */,
F3F70E91281F4562005AA27D /* stream_decoder.c in Sources */,
F3F70EA0281F4562005AA27D /* md5.c in Sources */,
F3F70E9B281F4562005AA27D /* stream_encoder_intrin_ssse3.c in Sources */,
F3F70EA2281F4562005AA27D /* stream_encoder.c in Sources */,
F3F70E90281F4562005AA27D /* lpc.c in Sources */,
F3F70EA5281F4562005AA27D /* bitwriter.c in Sources */,
F3F70EA6281F4562005AA27D /* lpc_intrin_sse41.c in Sources */,
F3F70E92281F4562005AA27D /* fixed_intrin_sse2.c in Sources */,
F3F70E93281F4562005AA27D /* stream_encoder_intrin_sse2.c in Sources */,
F3F70E97281F4562005AA27D /* fixed_intrin_ssse3.c in Sources */,
F3F70E96281F4562005AA27D /* bitreader.c in Sources */,
F3F70E9A281F4562005AA27D /* memory.c in Sources */,
F3F70EA7281F4562005AA27D /* stream_encoder_framing.c in Sources */,
F3F70EA3281F4562005AA27D /* crc.c in Sources */,
F3F70E9D281F4562005AA27D /* lpc_intrin_avx2.c in Sources */,
F3F70E94281F4562005AA27D /* bitmath.c in Sources */,
F3F70E9C281F4562005AA27D /* lpc_intrin_sse.c in Sources */,
F3F70EA9281F4562005AA27D /* lpc_intrin_vsx.c in Sources */,
F3F70E9F281F4562005AA27D /* fixed.c in Sources */,
F3F70EA1281F4562005AA27D /* cpu.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
F3B38D7C296F9312005DA6D3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
F3B38D7D296F9312005DA6D3 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
F3F70E6C281F442C005AA27D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
"\"$(SRCROOT)\"",
"\"$(SRCROOT)/../../external/flac/include\"",
"\"$(SRCROOT)/../../external/flac/src/libFLAC/include\"",
);
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
TVOS_DEPLOYMENT_TARGET = 9.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
F3F70E6D281F442C005AA27D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
"\"$(SRCROOT)\"",
"\"$(SRCROOT)/../../external/flac/include\"",
"\"$(SRCROOT)/../../external/flac/src/libFLAC/include\"",
);
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
TVOS_DEPLOYMENT_TARGET = 9.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
F3F70E6F281F442C005AA27D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3.4;
PRODUCT_BUNDLE_IDENTIFIER = org.xiph.FLAC;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
};
name = Debug;
};
F3F70E70281F442C005AA27D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3.4;
PRODUCT_BUNDLE_IDENTIFIER = org.xiph.FLAC;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
F3B38D7E296F9312005DA6D3 /* Build configuration list for PBXAggregateTarget "FLAC.xcframework" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F3B38D7C296F9312005DA6D3 /* Debug */,
F3B38D7D296F9312005DA6D3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F3F70E61281F442C005AA27D /* Build configuration list for PBXProject "FLAC" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F3F70E6C281F442C005AA27D /* Debug */,
F3F70E6D281F442C005AA27D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F3F70E6E281F442C005AA27D /* Build configuration list for PBXNativeTarget "FLAC" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F3F70E6F281F442C005AA27D /* Debug */,
F3F70E70281F442C005AA27D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = F3F70E5E281F442C005AA27D /* Project object */;
}
+262
View File
@@ -0,0 +1,262 @@
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */
/* Target processor is big endian. */
#define CPU_IS_BIG_ENDIAN 0
/* Target processor is little endian. */
#define CPU_IS_LITTLE_ENDIAN 1
/* Set FLAC__BYTES_PER_WORD to 8 (4 is the default) */
#define ENABLE_64_BIT_WORDS 0
/* libtool defines DLL_EXPORT for windows dll builds,
but flac code relies on FLAC_API_EXPORTS instead. */
#ifdef DLL_EXPORT
#ifdef __cplusplus
# define FLACPP_API_EXPORTS
#else
# define FLAC_API_EXPORTS
#endif
#endif
/* define to align allocated memory on 32-byte boundaries */
/* #undef FLAC__ALIGN_MALLOC_DATA */
/* define if building for ia32/i386 */
/* #undef FLAC__CPU_IA32 */
/* define if building for PowerPC */
/* #undef FLAC__CPU_PPC */
/* define if building for PowerPC64 */
/* #undef FLAC__CPU_PPC64 */
/* define if building for SPARC */
/* #undef FLAC__CPU_SPARC */
/* define if building for x86_64 */
/* #undef FLAC__CPU_X86_64 */
/* define if you have docbook-to-man or docbook2man */
/* #undef FLAC__HAS_DOCBOOK_TO_MAN */
/* define if you are compiling for x86 and have the NASM assembler */
/* #undef FLAC__HAS_NASM */
/* define if you have the ogg library */
#define FLAC__HAS_OGG 0
/* define if compiler has __attribute__((target("cpu=power8"))) support */
/* #undef FLAC__HAS_TARGET_POWER8 */
/* define if compiler has __attribute__((target("cpu=power9"))) support */
/* #undef FLAC__HAS_TARGET_POWER9 */
/* Set to 1 if <x86intrin.h> is available. */
#define FLAC__HAS_X86INTRIN 0
/* define to disable use of assembly code */
/* #undef FLAC__NO_ASM */
/* define if building for Darwin / MacOS X */
#define FLAC__SYS_DARWIN 1
/* define if building for Linux */
/* #undef FLAC__SYS_LINUX */
/* define to enable use of Altivec instructions */
#define FLAC__USE_ALTIVEC 1
/* define to enable use of AVX instructions */
#define FLAC__USE_AVX 1
/* define to enable use of VSX instructions */
#define FLAC__USE_VSX 1
/* Compiler has the __builtin_bswap16 intrinsic */
#define HAVE_BSWAP16 1
/* Compiler has the __builtin_bswap32 intrinsic */
#define HAVE_BSWAP32 1
/* Define to 1 if you have the <byteswap.h> header file. */
/* #undef HAVE_BYTESWAP_H */
/* define if you have clock_gettime */
/* #undef HAVE_CLOCK_GETTIME */
/* Define to 1 if you have the <cpuid.h> header file. */
/* #undef HAVE_CPUID_H */
/* Define to 1 if C++ supports variable-length arrays. */
#define HAVE_CXX_VARARRAYS 1
/* Define to 1 if C supports variable-length arrays. */
#define HAVE_C_VARARRAYS 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1
/* Define to 1 if you have the `getopt_long' function. */
#define HAVE_GETOPT_LONG 1
/* Define if you have the iconv() function and it works. */
#define HAVE_ICONV 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
#define HAVE_LANGINFO_CODESET 1
/* lround support */
#define HAVE_LROUND 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if the system has the type `socklen_t'. */
/* #undef HAVE_SOCKLEN_T */
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define to 1 if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <termios.h> header file. */
#define HAVE_TERMIOS_H 1
/* Define to 1 if typeof works with your compiler. */
#define HAVE_TYPEOF 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the <x86intrin.h> header file. */
/* #undef HAVE_X86INTRIN_H */
/* Define as const if the declaration of iconv() needs const. */
#define ICONV_CONST
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#define LT_OBJDIR ".libs/"
/* Define if debugging is disabled */
#define NDEBUG /**/
/* Name of package */
#define PACKAGE "flac"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "flac-dev@xiph.org"
/* Define to the full name of this package. */
#define PACKAGE_NAME "flac"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "flac 1.3.4"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "flac"
/* Define to the home page for this package. */
#define PACKAGE_URL "https://www.xiph.org/flac/"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.3.4"
/* The size of `off_t', as computed by sizeof. */
#define SIZEOF_OFF_T 8
/* The size of `void*', as computed by sizeof. */
#define SIZEOF_VOIDP 8
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
/* Version number of package */
#define VERSION "1.3.4"
/* Target processor is big endian. */
#define WORDS_BIGENDIAN 0
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/* #undef _LARGEFILE_SOURCE */
/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */
/* Define to 1 if on MINIX. */
/* #undef _MINIX */
/* Define to 2 if the system does not provide POSIX.1 features except with
this defined. */
/* #undef _POSIX_1_SOURCE */
/* Define to 1 if you need to in order for `stat' and other things to work. */
/* #undef _POSIX_SOURCE */
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
/* #undef inline */
#endif
/* Define to __typeof__ if your compiler spells it that way. */
/* #undef typeof */