diff options
Diffstat (limited to 'src/demuxers/group_audio.h')
-rw-r--r-- | src/demuxers/group_audio.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/demuxers/group_audio.h b/src/demuxers/group_audio.h index 8c4dd01e9..847f4857f 100644 --- a/src/demuxers/group_audio.h +++ b/src/demuxers/group_audio.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: group_audio.h,v 1.3 2003/12/19 05:09:16 tmmm Exp $ + * $Id: group_audio.h,v 1.4 2004/02/11 20:40:00 tmattern Exp $ */ #ifndef HAVE_GROUP_AUDIO_H @@ -38,4 +38,8 @@ void *demux_voc_init_plugin (xine_t *xine, void *data); void *demux_vox_init_plugin (xine_t *xine, void *data); void *demux_wav_init_plugin (xine_t *xine, void *data); +#ifdef HAVE_MODPLUG +void *demux_mod_init_plugin (xine_t *xine, void *data); +#endif + #endif |