mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
this should fix the snd_output_alsa0_9_PluginInfo undefined symbol issue
This commit is contained in:
parent
bcb45a7958
commit
72e375d96a
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ SNDDMA_UnblockSound (void)
|
|||
qfsnd_pcm_pause (pcm, 0);
|
||||
}
|
||||
|
||||
PLUGIN_INFO(snd_output, alsa)
|
||||
PLUGIN_INFO(snd_output, alsa0_9)
|
||||
{
|
||||
plugin_info.type = qfp_snd_output;
|
||||
plugin_info.api_version = QFPLUGIN_VERSION;
|
||||
|
|
Loading…
Reference in a new issue