mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-20 19:02:23 +00:00
Benenne snd_ogg.c in snd_vorbis.c um
This commit is contained in:
parent
82b038590d
commit
3007608a22
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -188,7 +188,7 @@ CLIENT_OBJS = \
|
|||
build/client/sound/snd_dma.o \
|
||||
build/client/sound/snd_mem.o \
|
||||
build/client/sound/snd_mix.o \
|
||||
build/client/sound/snd_ogg.o \
|
||||
build/client/sound/snd_vorbis.o \
|
||||
build/client/sound/snd_wav.o
|
||||
|
||||
# ---------
|
||||
|
@ -469,7 +469,7 @@ build/client/sound/snd_mem.o : src/client/sound/snd_mem.c
|
|||
build/client/sound/snd_mix.o : src/client/sound/snd_mix.c
|
||||
$(CC) $(CFLAGS_CLIENT) -o $@ -c $<
|
||||
|
||||
build/client/sound/snd_ogg.o : src/client/sound/snd_ogg.c
|
||||
build/client/sound/snd_vorbis.o : src/client/sound/snd_vorbis.c
|
||||
$(CC) $(CFLAGS_CLIENT) $(OGGCFLAGS) -o $@ -c $<
|
||||
|
||||
build/client/sound/snd_wav.o : src/client/sound/snd_wav.c
|
||||
|
|
Loading…
Reference in a new issue