Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
cf52eed6
Commit
cf52eed6
authored
Aug 16, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split modules bank stuff from module (non-bank) stuff
parent
ab8cecd8
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
544 additions
and
500 deletions
+544
-500
src/Makefile.am
src/Makefile.am
+1
-0
src/modules/bank.c
src/modules/bank.c
+534
-0
src/modules/modules.c
src/modules/modules.c
+8
-500
src/modules/modules.h
src/modules/modules.h
+1
-0
No files found.
src/Makefile.am
View file @
cf52eed6
...
...
@@ -439,6 +439,7 @@ SOURCES_libvlc_common = \
misc/picture_pool.c
\
modules/modules.h
\
modules/modules.c
\
modules/bank.c
\
modules/cache.c
\
modules/entry.c
\
modules/textdomain.c
\
...
...
src/modules/bank.c
0 → 100644
View file @
cf52eed6
This diff is collapsed.
Click to expand it.
src/modules/modules.c
View file @
cf52eed6
This diff is collapsed.
Click to expand it.
src/modules/modules.h
View file @
cf52eed6
...
...
@@ -103,6 +103,7 @@ void module_InitBank (void);
void
module_LoadPlugins
(
vlc_object_t
*
);
#define module_LoadPlugins(a) module_LoadPlugins(VLC_OBJECT(a))
void
module_EndBank
(
bool
);
int
module_Map
(
vlc_object_t
*
,
module_t
*
);
int
vlc_bindtextdomain
(
const
char
*
);
...
...
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