quakeforge/libs/audio/renderer
Bill Currie ef81af9245 the "two birds with one stone" commit
1) when /not/ building static plugins, the plugin info name is, once again,
   PluginInfo, but is still type_name_PluginInfo for static plugins. This
   allows plugins to be symlinked (highly desirable for the debian packages,
   and likely others). This also requires plugins to /not/ be loaded with
   RTLD_GLOBAL.
2) because of 1, snd_alsa_0_9 has to explicitly load libasound itself. This
   just happens to fix my segfault on shutdown in RedHat 6.2.
2002-04-19 20:08:54 +00:00
..
.gitignore Put the sound renderer in it's proper place: as a full-fledged plugin. 2001-08-23 04:01:46 +00:00
Makefile.am this should remove the requirement for gmake on bsd systems 2001-11-12 16:23:41 +00:00
snd_dma.c the "two birds with one stone" commit 2002-04-19 20:08:54 +00:00
snd_mem.c more quakeforge compiling on alpha patches 2001-11-17 05:26:30 +00:00
snd_mix.c some minor tidy/speed up 2001-12-18 03:59:37 +00:00
snd_mixa.S BSD compile fixes 2002-01-31 07:37:56 +00:00
snd_null.c the "two birds with one stone" commit 2002-04-19 20:08:54 +00:00