mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-03 06:24:32 +00:00
Obsolete & remove BBGE_BUILD_SDL2. Closes #65.
This commit is contained in:
parent
a04af25d88
commit
e7594ecead
12 changed files with 41 additions and 39 deletions
|
@ -183,7 +183,7 @@ std::list<OggDecoder*> OggDecoder::decoderList;
|
|||
void OggDecoder::startDecoderThread()
|
||||
{
|
||||
stop_thread = false;
|
||||
#ifdef BBGE_BUILD_SDL2
|
||||
#if SDL_VERSION_ATLEAST(2,0,0)
|
||||
decoderThread = SDL_CreateThread((int (*)(void *))decode_loop, "OggDecoder", NULL);
|
||||
#else
|
||||
decoderThread = SDL_CreateThread((int (*)(void *))decode_loop, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue