mpg123-1.32.0

This commit is contained in:
Ozkan Sezer
2023-09-24 08:51:02 +03:00
parent 89d671ef14
commit 2279cffc0f
241 changed files with 18940 additions and 16360 deletions

View File

@@ -2,6 +2,7 @@ targets = \
feedseek \
mpg123_to_out123 \
mpg123_to_wav_replaced_io \
mpg123_to_wav_reader64 \
scan \
id3dump \
mpglib \
@@ -40,6 +41,9 @@ mpg123_to_out123: mpg123_to_out123.c
mpg123_to_wav_replaced_io: mpg123_to_wav_replaced_io.c
$(compile) -o $@ $< $(OUT123_CFLAGS) $(OUT123_LDFLAGS) $(linkflags)
mpg123_to_wav_reader64: mpg123_to_wav_reader64.c
$(compile) -o $@ $< $(OUT123_CFLAGS) $(OUT123_LDFLAGS) $(linkflags)
feedseek: feedseek.c
$(compile) -o feedseek feedseek.c $(OUT123_CFLAGS) $(OUT123_LDFLAGS) $(linkflags)