From 3018a1d3fda698707e2610e2a6d11ace633fc3ca Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Sun, 3 Nov 2002 23:03:30 +0000 Subject: some more release-related fixes... CVS patchset: 3174 CVS date: 2002/11/03 23:03:30 --- src/input/input_dvd.c | 7 +++++-- src/libffmpeg/libavcodec/Makefile.am | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index 84ca1aeff..fbb75e2e9 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -18,7 +18,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: input_dvd.c,v 1.112 2002/11/02 15:13:01 mroi Exp $ + * $Id: input_dvd.c,v 1.113 2002/11/03 23:03:31 siggi Exp $ * */ @@ -1676,6 +1676,9 @@ static void *init_class (xine_t *xine, void *data) { /* * $Log: input_dvd.c,v $ + * Revision 1.113 2002/11/03 23:03:31 siggi + * some more release-related fixes... + * * Revision 1.112 2002/11/02 15:13:01 mroi * don't display crap in UI panel, xine-ui expects a xine_ui_data_t and * I think this is right, so we provide one @@ -1886,6 +1889,6 @@ static void *init_class (xine_t *xine, void *data) { plugin_info_t xine_plugin_info[] = { /* type, API, "name", version, special_info, init_function */ - { PLUGIN_INPUT, 9, "dvd", XINE_VERSION_CODE, NULL, init_class }, + { PLUGIN_INPUT, 9, "DVD", XINE_VERSION_CODE, NULL, init_class }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } }; diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am index b5bb4d7f4..b18067397 100644 --- a/src/libffmpeg/libavcodec/Makefile.am +++ b/src/libffmpeg/libavcodec/Makefile.am @@ -52,6 +52,7 @@ noinst_HEADERS = \ avcodec.h \ common.h \ dsputil.h \ + dvdata.h \ h263data.h \ mangle.h \ mpeg4data.h \ -- cgit v1.2.3