Fix audio again.

Bah, even though audio no longer needs models, it was still linking with
it :P
This commit is contained in:
Bill Currie 2012-02-13 16:44:30 +09:00
parent 2ab1367245
commit 699ab70482

View file

@ -40,7 +40,6 @@ format_libs= \
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_libs= \
$(top_builddir)/libs/models/libQFmodels.la \
$(top_builddir)/libs/util/libQFutil.la
snd_render_default_la_LDFLAGS= $(plugin_ldflags)