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
74e5b40a
Commit
74e5b40a
authored
Mar 18, 2001
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Forgot to remove a prototype when creating skeleton plugin.
parent
52f0fa68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
plugins/macosx/macosx.c
plugins/macosx/macosx.c
+0
-2
No files found.
plugins/macosx/macosx.c
View file @
74e5b40a
...
@@ -48,7 +48,6 @@ MODULE_CONFIG_END
...
@@ -48,7 +48,6 @@ MODULE_CONFIG_END
/*****************************************************************************
/*****************************************************************************
* Capabilities defined in the other files.
* Capabilities defined in the other files.
*****************************************************************************/
*****************************************************************************/
void
_M
(
aout_getfunctions
)(
function_list_t
*
p_function_list
);
void
_M
(
vout_getfunctions
)(
function_list_t
*
p_function_list
);
void
_M
(
vout_getfunctions
)(
function_list_t
*
p_function_list
);
void
_M
(
intf_getfunctions
)(
function_list_t
*
p_function_list
);
void
_M
(
intf_getfunctions
)(
function_list_t
*
p_function_list
);
...
@@ -89,7 +88,6 @@ MODULE_ACTIVATE
...
@@ -89,7 +88,6 @@ MODULE_ACTIVATE
return
(
-
1
);
return
(
-
1
);
}
}
_M
(
aout_getfunctions
)(
&
p_module
->
p_functions
->
aout
);
_M
(
vout_getfunctions
)(
&
p_module
->
p_functions
->
vout
);
_M
(
vout_getfunctions
)(
&
p_module
->
p_functions
->
vout
);
_M
(
intf_getfunctions
)(
&
p_module
->
p_functions
->
intf
);
_M
(
intf_getfunctions
)(
&
p_module
->
p_functions
->
intf
);
...
...
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