* SAP is disabled by default.

This commit is contained in:
Arnaud Schauly 2003-01-11 20:25:36 +00:00
parent 249ce1ea10
commit 1dbae73cc2
1 changed files with 1 additions and 5 deletions

View File

@ -2,7 +2,7 @@
* libvlc.h: main libvlc header
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* $Id: libvlc.h,v 1.34 2003/01/07 14:38:13 massiot Exp $
* $Id: libvlc.h,v 1.35 2003/01/11 20:25:36 gitan Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
@ -510,11 +510,7 @@ vlc_module_begin();
/* Misc options */
add_category_hint( N_("Miscellaneous"), NULL );
#if defined( SYS_BEOS )
add_bool( "sap", 0, NULL, SAP_TEXT, SAP_LONGTEXT );
#else
add_bool( "sap", 1, NULL, SAP_TEXT, SAP_LONGTEXT );
#endif
add_module( "memcpy", "memcpy", NULL, NULL, MEMCPY_TEXT, MEMCPY_LONGTEXT );
add_module( "access", "access", NULL, NULL, ACCESS_TEXT, ACCESS_LONGTEXT );
add_module( "demux", "demux", NULL, NULL, DEMUX_TEXT, DEMUX_LONGTEXT );