From: Jean-Paul Saman Date: Wed, 12 Feb 2003 23:13:51 +0000 (+0000) Subject: The Qt Embedded video output plugin is now the preferred plugin when build for Opie... X-Git-Tag: 0.5.1~44 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9a29eb5f031d957903f0888d5a65df055d8bce59;p=vlc The Qt Embedded video output plugin is now the preferred plugin when build for Opie or Qte environments. --- diff --git a/modules/video_output/qte/qte.cpp b/modules/video_output/qte/qte.cpp index 3a4f6de392..74c7cd19cb 100644 --- a/modules/video_output/qte/qte.cpp +++ b/modules/video_output/qte/qte.cpp @@ -2,7 +2,7 @@ * qte.cpp : QT Embedded plugin for vlc ***************************************************************************** * Copyright (C) 1998-2002 VideoLAN - * $Id: qte.cpp,v 1.11 2003/02/12 23:09:23 jpsaman Exp $ + * $Id: qte.cpp,v 1.12 2003/02/12 23:13:51 jpsaman Exp $ * * Authors: Gerald Hansink * Jean-Paul Saman @@ -128,7 +128,7 @@ vlc_module_begin(); // add_bool( "qte-altfullscreen", 0, NULL, ALT_FS_TEXT, ALT_FS_LONGTEXT); // add_integer( "qte-drawable", -1, NULL, NULL, NULL); //DRAWABLE_TEXT, DRAWABLE_LONGTEXT ); set_description( _("QT Embedded module") ); - set_capability( "video output", 30 ); + set_capability( "video output", 70 ); // add_shortcut( "qte" ); set_callbacks( Open, Close); vlc_module_end();