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
167a3db3
Commit
167a3db3
authored
Jul 01, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rar compilation on broken OSes
parent
4b555eab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
modules/access/Modules.am
modules/access/Modules.am
+2
-2
modules/access/rar/rar.c
modules/access/rar/rar.c
+1
-0
No files found.
modules/access/Modules.am
View file @
167a3db3
...
...
@@ -53,8 +53,8 @@ SOURCES_access_imem = imem.c
SOURCES_access_avio = avio.c avio.h
SOURCES_access_attachment = attachment.c
libstream_filter_rar_plugin_la_SOURCES = rar/rar.c rar/rar.h rar/stream
.c
libaccess_rar_plugin_la_SOURCES = rar/rar.c rar/rar.h rar/access
.c
SOURCES_access_rar = rar/rar.c rar/rar.h rar/access
.c
SOURCES_stream_filter_rar = rar/rar.c rar/rar.h rar/stream
.c
libaccess_rtmp_plugin_la_SOURCES = \
rtmp/access.c \
...
...
modules/access/rar/rar.c
View file @
167a3db3
...
...
@@ -24,6 +24,7 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
...
...
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