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
3ebd0d5b
Commit
3ebd0d5b
authored
Nov 22, 2006
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- better fix for DIR typedef error
parent
acaff8c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
include/vlc_common.h
include/vlc_common.h
+3
-0
include/vlc_symbols.h
include/vlc_symbols.h
+0
-8
No files found.
include/vlc_common.h
View file @
3ebd0d5b
...
@@ -1149,6 +1149,9 @@ VLC_EXPORT( const char *, VLC_Error, ( int ) );
...
@@ -1149,6 +1149,9 @@ VLC_EXPORT( const char *, VLC_Error, ( int ) );
* Additional vlc stuff
* Additional vlc stuff
*****************************************************************************/
*****************************************************************************/
#ifndef HAVE_SHARED_LIBVLC
#ifndef HAVE_SHARED_LIBVLC
# ifdef HAVE_DIRENT_H
# include <dirent.h>
/* for DIR typedef in vlc_symbols.h */
# endif
VLC_EXPORT
(
const
char
*
,
VLC_Changeset
,
(
void
)
);
VLC_EXPORT
(
const
char
*
,
VLC_Changeset
,
(
void
)
);
# include "vlc_symbols.h"
# include "vlc_symbols.h"
#else
#else
...
...
include/vlc_symbols.h
View file @
3ebd0d5b
...
@@ -10,14 +10,6 @@
...
@@ -10,14 +10,6 @@
# error You are not supposed to include this file!
# error You are not supposed to include this file!
# endif
# endif
#include <stdio.h>
/* for FILE typedef */
#ifdef HAVE_DIRENT_H
# include <dirent.h>
/* for DIR typedef */
#else
typedef
void
DIR
;
#endif
/*
/*
* This is the big VLC API structure for plugins :
* This is the big VLC API structure for plugins :
* Changing its layout breaks plugin's binary compatibility,
* Changing its layout breaks plugin's binary compatibility,
...
...
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