this should fix the snd_output_alsa0_9_PluginInfo undefined symbol issue

This commit is contained in:
Bill Currie 2005-06-19 05:30:54 +00:00
parent bcb45a7958
commit 72e375d96a

View file

@ -368,7 +368,7 @@ SNDDMA_UnblockSound (void)
qfsnd_pcm_pause (pcm, 0); qfsnd_pcm_pause (pcm, 0);
} }
PLUGIN_INFO(snd_output, alsa) PLUGIN_INFO(snd_output, alsa0_9)
{ {
plugin_info.type = qfp_snd_output; plugin_info.type = qfp_snd_output;
plugin_info.api_version = QFPLUGIN_VERSION; plugin_info.api_version = QFPLUGIN_VERSION;