Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
1f0b50f0
Commit
1f0b50f0
authored
Jan 08, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
memcpy option is gone
parent
270278b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
src/libvlc-module.c
src/libvlc-module.c
+0
-6
No files found.
src/libvlc-module.c
View file @
1f0b50f0
...
...
@@ -998,11 +998,6 @@ static const char *const ppsz_prefres[] = {
"These options allow you to select default modules. Leave these " \
"alone unless you really know what you are doing." )
#define MEMCPY_TEXT N_("Memory copy module")
#define MEMCPY_LONGTEXT N_( \
"You can select which memory copy module you want to use. By default " \
"VLC will select the fastest one supported by your hardware.")
#define ACCESS_TEXT N_("Access module")
#define ACCESS_LONGTEXT N_( \
"This allows you to force an access module. You can use it if " \
...
...
@@ -1986,7 +1981,6 @@ vlc_module_begin ()
set_subcategory
(
SUBCAT_ADVANCED_MISC
)
set_section
(
N_
(
"Special modules"
),
NULL
)
add_category_hint
(
N_
(
"Miscellaneous"
),
MISC_CAT_LONGTEXT
,
true
)
add_module
(
"memcpy"
,
"memcpy"
,
NULL
,
MEMCPY_TEXT
,
MEMCPY_LONGTEXT
,
true
)
add_module
(
"vod-server"
,
"vod server"
,
NULL
,
VOD_SERVER_TEXT
,
VOD_SERVER_LONGTEXT
,
true
)
...
...
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