Skip to content

Commit

Permalink
snd_mpg123.c: define MPG123_NO_LARGENAME
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 12, 2024
1 parent 6a8b72e commit e576d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/snd_mpg123.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "snd_mp3.h"
#include <errno.h>

#define MPG123_NO_LARGENAME
#define MPG123_DEF_SSIZE_T /* we do define ssize_t in our stdinc.h */
#include <mpg123.h>

Expand Down Expand Up @@ -220,4 +221,3 @@ snd_codec_t mp3_codec =
};

#endif /* USE_CODEC_MP3 */

0 comments on commit e576d24

Please sign in to comment.