# HG changeset patch # User Ryan C. Gordon # Date 1000913903 0 # Node ID 530fa59d5db94ea3d7c4f40f66b3e8c3e64c81ad # Parent 66ff8562eec05227b84304987b04c05546444794 Added Ogg Vorbis to "showcfg" target. diff -r 66ff8562eec0 -r 530fa59d5db9 Makefile --- a/Makefile Wed Sep 19 14:36:11 2001 +0000 +++ b/Makefile Wed Sep 19 15:38:23 2001 +0000 @@ -373,6 +373,7 @@ @echo "Supports .RAW : $(use_decoder_raw)" @echo "Supports .MP3 : $(use_decoder_mp3)" @echo "Supports .VOC : $(use_decoder_voc)" + @echo "Supports .OGG : $(use_decoder_ogg)" showflags: @echo 'CFLAGS : $(CFLAGS)'