Commit bd5167ca authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Removed the xmga plugin since it was quote "a waste of time and not even finished"

* Decreased the priority of kde interface because of it's unstable nature
  and not being maintained status.
parent f927470d
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.63 2003/08/19 21:20:00 zorglub Exp $
dnl $Id: configure.ac,v 1.64 2003/08/21 16:59:35 hartman Exp $
AC_INIT(vlc,0.6.3-cvs)
......@@ -2263,7 +2263,7 @@ AC_ARG_ENABLE(mga,
[ --enable-mga Linux kernel Matrox support (default disabled)],
[ if test "${enable_mga}" = "yes"
then
AX_ADD_PLUGINS([mga xmga])
AX_ADD_PLUGINS([mga])
fi ])
dnl
......
......@@ -2,7 +2,7 @@
* kde.cpp : KDE plugin for vlc
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: kde.cpp,v 1.11 2003/05/20 16:08:59 sigmunau Exp $
* $Id: kde.cpp,v 1.12 2003/08/21 16:59:35 hartman Exp $
*
* Authors: Andres Krapf <dae@chez.com> Sun Mar 25 2001
*
......@@ -54,7 +54,7 @@ vlc_module_begin();
add_category_hint( "kde", NULL, VLC_TRUE );
add_file( "kde-uirc", DATA_PATH "/ui.rc", NULL, N_( "path to ui.rc file" ), NULL, VLC_TRUE );
set_description( _("KDE interface") );
set_capability( "interface", i );
set_capability( "interface", 0 ); /* 0 used to be i, disabled because kvlc not maintained */
set_program( "kvlc" );
set_callbacks( open, close );
vlc_module_end();
......
SOURCES_mga = mga.c
SOURCES_xmga = xmga.c
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment