mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
ef81af9245
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. |
||
---|---|---|
.. | ||
.gitignore | ||
buffer.c | ||
client.c | ||
complete.c | ||
console.c | ||
filelist.c | ||
inputline.c | ||
list.c | ||
Makefile.am | ||
menu.c | ||
server.c |