]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
Simple Ogg Vorbis support (no streaming: the file is fully decompressed in memory...
[xonotic/darkplaces.git] / makefile
index 928a27837d38b447dd01094ef93b7bd001d3676c..26aa1f327988f5297a4b0ab58cb8e6eff12f42ef 100644 (file)
--- a/makefile
+++ b/makefile
@@ -4,13 +4,13 @@
 CC=gcc
 
 #recommended for: anyone not using ALSA 0.5
-OBJ_LINUXSOUND=snd_oss.o snd_dma.o snd_mix.o snd_mem.o
+OBJ_LINUXSOUND=snd_oss.o snd_dma.o snd_mix.o snd_mem.o ogg.o
 LINUXSOUNDLIB=
 #recommended for: anyone using ALSA 0.5
-#OBJ_LINUXSOUND=snd_alsa_0_5.o snd_dma.o snd_mix.o snd_mem.o
+#OBJ_LINUXSOUND=snd_alsa_0_5.o snd_dma.o snd_mix.o snd_mem.o ogg.o
 #LINUXSOUNDLIB=-lasound
 #recommended for: no one (this driver needs to be updated, it doesn't compile anymore)
-#OBJ_LINUXSOUND=snd_alsa_0_9.o snd_dma.o snd_mix.o snd_mem.o
+#OBJ_LINUXSOUND=snd_alsa_0_9.o snd_dma.o snd_mix.o snd_mem.o ogg.o
 #LINUXSOUNDLIB=-lasound
 #recommended for: anyone who can't use the above drivers
 #OBJ_LINUXSOUND=snd_null.o