From b2c55490db29a9aaae431c899e2b6806305482c0 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 16 Oct 2002 22:54:47 +0000 Subject: introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude other audio output plugin from build process CVS patchset: 2841 CVS date: 2002/10/16 22:54:47 --- src/xine-engine/xine_plugin.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/xine-engine/xine_plugin.h') diff --git a/src/xine-engine/xine_plugin.h b/src/xine-engine/xine_plugin.h index 16845dbf0..102829d7d 100644 --- a/src/xine-engine/xine_plugin.h +++ b/src/xine-engine/xine_plugin.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: xine_plugin.h,v 1.4 2002/10/14 15:47:46 guenter Exp $ + * $Id: xine_plugin.h,v 1.5 2002/10/16 22:54:48 guenter Exp $ * * generic plugin definitions * @@ -50,13 +50,11 @@ typedef struct { /* special_info for a video output plugin */ typedef struct { int priority; /* priority of this plugin for auto-probing */ - char *description; /* human-readable description of this plugin */ int visual_type; /* visual type supported by this plugin */ } vo_info_t; /* special info for a audio output plugin */ typedef struct { - char *description; int priority; } ao_info_t ; -- cgit v1.2.3