diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-02-13 13:48:03 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-02-13 13:48:03 +0000 |
commit | 24792f921dc520a12b437657513a90a6c7993105 (patch) | |
tree | 7803e3ec3a635661549d82f081533283a47a1598 /src/demuxers/group_games.c | |
parent | 4c4db952f03801f141d1a9d7f184ed029073fc25 (diff) | |
download | xine-lib-24792f921dc520a12b437657513a90a6c7993105.tar.gz xine-lib-24792f921dc520a12b437657513a90a6c7993105.tar.bz2 |
hook up the Sierra VMD demuxer
CVS patchset: 6148
CVS date: 2004/02/13 13:48:03
Diffstat (limited to 'src/demuxers/group_games.c')
-rw-r--r-- | src/demuxers/group_games.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demuxers/group_games.c b/src/demuxers/group_games.c index b6119dc49..33bd757dd 100644 --- a/src/demuxers/group_games.c +++ b/src/demuxers/group_games.c @@ -19,7 +19,7 @@ * * This file contains plugin entries for several demuxers used in games * - * $Id: group_games.c,v 1.8 2004/01/12 17:35:15 miguelfreitas Exp $ + * $Id: group_games.c,v 1.9 2004/02/13 13:48:03 tmmm Exp $ */ #ifdef HAVE_CONFIG_H @@ -47,5 +47,6 @@ plugin_info_t xine_plugin_info[] = { { PLUGIN_DEMUX, 24, "film", XINE_VERSION_CODE, NULL, demux_film_init_plugin }, { PLUGIN_DEMUX, 24, "smjpeg", XINE_VERSION_CODE, NULL, demux_smjpeg_init_plugin }, { PLUGIN_DEMUX, 24, "fourxm", XINE_VERSION_CODE, NULL, demux_fourxm_init_plugin }, + { PLUGIN_DEMUX, 24, "vmd", XINE_VERSION_CODE, NULL, demux_vmd_init_plugin }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } }; |