Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
1dbae73c
Commit
1dbae73c
authored
Jan 11, 2003
by
Arnaud Schauly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* SAP is disabled by default.
parent
249ce1ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/libvlc.h
src/libvlc.h
+1
-5
No files found.
src/libvlc.h
View file @
1dbae73c
...
...
@@ -2,7 +2,7 @@
* libvlc.h: main libvlc header
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* $Id: libvlc.h,v 1.3
4 2003/01/07 14:38:13 massiot
Exp $
* $Id: libvlc.h,v 1.3
5 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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment