Skip to content

Commit

Permalink
There isn't a QuickTime decoder anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 13, 2018
1 parent b787550 commit 0a2f943
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SDL_sound.c
Expand Up @@ -95,10 +95,6 @@ static decoder_element decoders[] =
{ 0, &__Sound_DecoderFunctions_FLAC },
#endif

#if (defined SOUND_SUPPORTS_QUICKTIME)
{ 0, &__Sound_DecoderFunctions_QuickTime },
#endif

#if (defined SOUND_SUPPORTS_SPEEX)
{ 0, &__Sound_DecoderFunctions_SPEEX },
#endif
Expand Down

0 comments on commit 0a2f943

Please sign in to comment.