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
f524e307
Commit
f524e307
authored
Aug 16, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove never defined HAVE_DL_DYLD and HAVE_IMAGE_H cases
parent
7fa090f0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
+2
-13
src/modules/modules.h
src/modules/modules.h
+2
-13
No files found.
src/modules/modules.h
View file @
f524e307
...
@@ -43,19 +43,8 @@ struct module_cache_t
...
@@ -43,19 +43,8 @@ struct module_cache_t
#define MODULE_SHORTCUT_MAX 20
#define MODULE_SHORTCUT_MAX 20
/* The module handle type. */
/** The module handle type */
#if defined(HAVE_DL_DYLD) && !defined(__x86_64__)
typedef
void
*
module_handle_t
;
# if defined (HAVE_MACH_O_DYLD_H)
# include <mach-o/dyld.h>
# endif
typedef
NSModule
module_handle_t
;
#elif defined(HAVE_IMAGE_H)
typedef
int
module_handle_t
;
#elif defined(WIN32) || defined(UNDER_CE) || defined(__SYMBIAN32__)
typedef
void
*
module_handle_t
;
#elif defined(HAVE_DL_DLOPEN)
typedef
void
*
module_handle_t
;
#endif
typedef
int
(
*
vlc_plugin_cb
)
(
module_t
*
);
typedef
int
(
*
vlc_plugin_cb
)
(
module_t
*
);
...
...
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