1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-18 03:24:57 +00:00
qb64/internal/c/parts/audio/decode/src.c

11 lines
279 B
C
Raw Normal View History

#ifndef DEPENDENCY_AUDIO_DECODE
//Stubs:
//(none required)
#else
2022-08-17 15:33:44 +00:00
// TODO: Get rid of this entire decode directory and it's content. This is just a stub!
#define DEPENDENCY_AUDIO_DECODE_OGG
#define DEPENDENCY_AUDIO_DECODE_MP3
#define DEPENDENCY_AUDIO_DECODE_WAV
#endif