mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 22:43:01 +08:00
The only differences we have with the upstream tarball are marked with `// -GODOT-` comments for clarity. The changes we currently have are just some defines for cross-platform configuration, and could likely be moved to the SCons buildsystem (ideally in a sub-environment to avoid having RtAudio-specific defines pollute the whole build log). One change for WinRT was not kept, if it is needed it should ideally be integrated upstream: ``` #if defined(__WINDOWS_DS__) || defined(__WINDOWS_ASIO__) || defined(__WINDOWS_WASAPI__) -#ifdef WINRT_ENABLED - #define MUTEX_INITIALIZE(A) InitializeCriticalSectionEx(A, 0, 0) -#else #define MUTEX_INITIALIZE(A) InitializeCriticalSection(A) -#endif ``` |
||
---|---|---|
.. | ||
alsa | ||
builtin_openssl2 | ||
builtin_zlib | ||
chibi | ||
convex_decomp | ||
dds | ||
etc1 | ||
freetype | ||
gl_context | ||
gles2 | ||
jpegd | ||
mpc | ||
nedmalloc | ||
nrex | ||
ogg | ||
openssl | ||
opus | ||
png | ||
pnm | ||
pulseaudio | ||
pvr | ||
rtaudio | ||
speex | ||
squish | ||
theora | ||
unix | ||
vorbis | ||
webp | ||
windows | ||
register_driver_types.cpp | ||
register_driver_types.h | ||
SCsub |