openbsd-ports/x11/vlc/patches/patch-modules_gui_ncurses_c
ajacoutot 7a5f3efd4b - enable x264 support
- add missing xenocara LIBS
- regen patches while here

"go for it" naddy@
2007-04-08 17:34:20 +00:00

13 lines
553 B
Plaintext

$OpenBSD: patch-modules_gui_ncurses_c,v 1.3 2007/04/08 17:34:20 ajacoutot Exp $
--- modules/gui/ncurses.c.orig Sat Dec 9 02:12:15 2006
+++ modules/gui/ncurses.c Sun Apr 8 10:45:29 2007
@@ -99,7 +99,7 @@ static void ReadDir ( intf_thread_t * );
vlc_module_begin();
set_shortname( "Ncurses" );
set_description( _("Ncurses interface") );
- set_capability( "interface", 10 );
+ set_capability( "interface", 21 );
set_category( CAT_INTERFACE );
set_subcategory( SUBCAT_INTERFACE_MAIN );
set_callbacks( Open, Close );