changeset 31:530fa59d5db9

Added Ogg Vorbis to "showcfg" target.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 19 Sep 2001 15:38:23 +0000
parents 66ff8562eec0
children 4a60ee42ca9a
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)'