Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
d4eef422
Commit
d4eef422
authored
May 31, 2002
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Compilation fixes for Solaris ;
parent
f5bd9c09
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
plugins/a52/a52.c
plugins/a52/a52.c
+2
-2
plugins/satellite/satellite_tools.c
plugins/satellite/satellite_tools.c
+1
-1
No files found.
plugins/a52/a52.c
View file @
d4eef422
...
...
@@ -4,7 +4,7 @@
* (http://liba52.sf.net/).
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: a52.c,v 1.1
4 2002/05/30 08:17:04 gbazin
Exp $
* $Id: a52.c,v 1.1
5 2002/05/31 21:56:01 massiot
Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
@@ -28,7 +28,7 @@
*****************************************************************************/
#include <stdlib.h>
/* malloc(), free() */
#include <string.h>
/* strdup() */
#include <
stdint.h>
/* int16_t .. */
#include <
inttypes.h>
/* int16_t .. */
#include <videolan/vlc.h>
...
...
plugins/satellite/satellite_tools.c
View file @
d4eef422
...
...
@@ -23,7 +23,7 @@
#include <sys/ioctl.h>
#include <stdio.h>
#include <
stdint
.h>
#include <
inttypes
.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
...
...
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