1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 21:40:25 +00:00
QB64-PE/internal/c/parts/audio
Matthew Kilgore aea4a6058e Fix linking audio when using $CONSOLE:ONLY
A quick fix, but providing `DEPENDENCY_CONSOLE_ONLY` when compiling
audio.cpp tells `common.h` to avoid pulling in `freeglut.h`, which fixes
the linking issue.

Fixes: #172
2022-09-17 03:06:24 -04:00
..
conversion Remove old build system 2022-05-19 09:17:13 -04:00
decode Remove old build system 2022-05-19 09:17:13 -04:00
extras Revert changes to miniaudio.h, move changes elsewhere 2022-09-08 23:59:19 -04:00
out Move QB64 compiler settings to libqb-common.h 2022-06-12 00:28:16 -04:00
audio.cpp Fix #169 & #170 2022-09-10 04:08:31 +05:30
build.mk Fix linking audio when using $CONSOLE:ONLY 2022-09-17 03:06:24 -04:00
miniaudio.h Revert changes to miniaudio.h, move changes elsewhere 2022-09-08 23:59:19 -04:00
miniaudio_impl.cpp fix audio midi vtable linking 2022-09-04 23:35:14 -04:00
stub_audio.cpp Add a740g's miniaudio backend 2022-08-27 14:27:55 -04:00