mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Fix audio again.
Bah, even though audio no longer needs models, it was still linking with it :P
This commit is contained in:
parent
2ab1367245
commit
699ab70482
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ format_libs= \
|
||||||
extra_format_src=flac.c midi.c vorbis.c wav.c
|
extra_format_src=flac.c midi.c vorbis.c wav.c
|
||||||
snd_common=snd_channels.c snd_mem.c snd_mix.c snd_resample.c snd_sfx.c
|
snd_common=snd_channels.c snd_mem.c snd_mix.c snd_resample.c snd_sfx.c
|
||||||
snd_libs= \
|
snd_libs= \
|
||||||
$(top_builddir)/libs/models/libQFmodels.la \
|
|
||||||
$(top_builddir)/libs/util/libQFutil.la
|
$(top_builddir)/libs/util/libQFutil.la
|
||||||
|
|
||||||
snd_render_default_la_LDFLAGS= $(plugin_ldflags)
|
snd_render_default_la_LDFLAGS= $(plugin_ldflags)
|
||||||
|
|
Loading…
Reference in a new issue