Mercurial > audlegacy-plugins
comparison src/OSS4/OSS4.c @ 2519:2da1343a024d
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Tue, 08 Apr 2008 15:11:35 -0500 |
| parents | 7b284f323ad8 |
| children | 769e17da93dd |
comparison
equal
deleted
inserted
replaced
| 2518:eef3a506a2b8 | 2519:2da1343a024d |
|---|---|
| 20 */ | 20 */ |
| 21 | 21 |
| 22 #include "OSS4.h" | 22 #include "OSS4.h" |
| 23 | 23 |
| 24 #include <glib.h> | 24 #include <glib.h> |
| 25 #include <audacious/plugin.h> | |
| 25 #include <audacious/i18n.h> | 26 #include <audacious/i18n.h> |
| 26 #include <stdlib.h> | 27 #include <stdlib.h> |
| 27 #include <audacious/configdb.h> | |
| 28 | 28 |
| 29 OutputPlugin oss_op = { | 29 OutputPlugin oss_op = { |
| 30 .description = "OSS4 Output Plugin", /* Description */ | 30 .description = "OSS4 Output Plugin", /* Description */ |
| 31 .init = oss_init, | 31 .init = oss_init, |
| 32 .cleanup = oss_cleanup, | 32 .cleanup = oss_cleanup, |
