diff Makefile @ 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 ba49bdd9ea33
children 36f27ef8bebe
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)'