Skip to content

Commit e18c44e

Browse files
SiegeLordExSiegeLord
authored andcommitted
Warn when streaming MP3.
1 parent 81aa425 commit e18c44e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/acodec/mp3.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ ALLEGRO_AUDIO_STREAM *_al_load_mp3_audio_stream_f(ALLEGRO_FILE* f, size_t buffer
109109
(void)buffer_count;
110110
(void)samples;
111111
mp3_initminimp3(); // Make sure library is initialised
112+
ALLEGRO_WARN("Streaming for MP3 files not implemented.\n");
112113
return NULL;
113114
}
114115

0 commit comments

Comments
 (0)