Skip to content

Commit

Permalink
Remove obsolete CD audio code
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler committed Aug 10, 2024
1 parent e41b2a5 commit b6c348d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 596 deletions.
2 changes: 1 addition & 1 deletion Quake/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ MUSIC_OBJS= bgmusic.o \
snd_umx.o
COMOBJ_SND = snd_dma.o snd_mix.o snd_mem.o $(MUSIC_OBJS)
SYSOBJ_SND = snd_sdl.o
SYSOBJ_CDA = cd_sdl.o
SYSOBJ_CDA = cd_null.o
SYSOBJ_INPUT = in_sdl.o
SYSOBJ_GL_VID= gl_vidsdl.o
SYSOBJ_NET = net_bsd.o net_udp.o
Expand Down
2 changes: 1 addition & 1 deletion Quake/Makefile.w32
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ MUSIC_OBJS= bgmusic.o \
snd_umx.o
COMOBJ_SND = snd_dma.o snd_mix.o snd_mem.o $(MUSIC_OBJS)
SYSOBJ_SND = snd_sdl.o
SYSOBJ_CDA = cd_sdl.o
SYSOBJ_CDA = cd_null.o
SYSOBJ_INPUT = in_sdl.o
SYSOBJ_GL_VID= gl_vidsdl.o
SYSOBJ_NET = net_win.o net_wins.o net_wipx.o
Expand Down
2 changes: 1 addition & 1 deletion Quake/Makefile.w64
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ MUSIC_OBJS= bgmusic.o \
snd_umx.o
COMOBJ_SND = snd_dma.o snd_mix.o snd_mem.o $(MUSIC_OBJS)
SYSOBJ_SND = snd_sdl.o
SYSOBJ_CDA = cd_sdl.o
SYSOBJ_CDA = cd_null.o
SYSOBJ_INPUT = in_sdl.o
SYSOBJ_GL_VID= gl_vidsdl.o
SYSOBJ_NET = net_win.o net_wins.o net_wipx.o
Expand Down
Loading

0 comments on commit b6c348d

Please sign in to comment.