File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
buildconfig/manylinux-build/docker_base/sdl_libs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ mkdir builddir && cd builddir
91
91
# The SDL2MIXER_DEPS_SHARED flag make it use standard dynamic linking rather than
92
92
# dlopen-ing the library itself. This is important for when auditwheel moves
93
93
# libraries into the wheel.
94
- # We prefer libflac, mpg123 and ogg-vorbis over SDL vendored implementations
94
+ # We prefer mpg123 and ogg-vorbis over SDL vendored implementations
95
95
# at the moment. This can be changed later if need arises.
96
+ # libflac had link time issues on macs and windows(mingw) so we use drflac.
96
97
# For now, libmodplug is preferred over libxmp (but this may need changing
97
98
# in the future)
98
99
cmake -S .. -B . $PG_BASE_CMAKE_FLAGS \
99
100
-DSDL2MIXER_DEPS_SHARED=0 -DSDL2MIXER_VENDORED=0 \
100
- -DSDL2MIXER_FLAC_LIBFLAC=1 -DSDL2MIXER_FLAC_DRFLAC=0 \
101
101
-DSDL2MIXER_MOD_MODPLUG=1 -DSDL2MIXER_MOD_XMP=0 \
102
102
-DSDL2MIXER_MP3_MPG123=1 -DSDL2MIXER_MP3_DRMP3=0 \
103
103
-DSDL2MIXER_VORBIS=VORBISFILE -DSDL2MIXER_VORBIS_VORBISFILE_SHARED=0 \
You can’t perform that action at this time.
0 commit comments