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
13fd7a12
Commit
13fd7a12
authored
Nov 29, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved #include <string.h> to macosx plug-in instead of threads.h, as in
other plug-ins.
parent
15d59e21
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
8 deletions
+10
-8
include/threads.h
include/threads.h
+1
-2
plugins/macosx/aout_macosx.c
plugins/macosx/aout_macosx.c
+3
-1
plugins/macosx/intf_main.c
plugins/macosx/intf_main.c
+3
-2
plugins/macosx/intf_vlc_wrapper.c
plugins/macosx/intf_vlc_wrapper.c
+2
-1
plugins/macosx/macosx.h
plugins/macosx/macosx.h
+1
-1
plugins/macosx/vout_macosx.c
plugins/macosx/vout_macosx.c
+0
-1
No files found.
include/threads.h
View file @
13fd7a12
...
...
@@ -3,7 +3,7 @@
* This header provides a portable threads implementation.
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: threads.h,v 1.
29 2001/11/29 01:01:47 fgp
Exp $
* $Id: threads.h,v 1.
30 2001/11/29 10:20:56 massiot
Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
...
...
@@ -24,7 +24,6 @@
*****************************************************************************/
#include <stdio.h>
#include <string.h>
#if defined(GPROF) || defined(DEBUG)
# include <sys/time.h>
...
...
plugins/macosx/aout_macosx.c
View file @
13fd7a12
...
...
@@ -2,7 +2,7 @@
* aout_darwin.c : Darwin audio output plugin
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: aout_macosx.c,v 1.
6 2001/11/29 01:01:48 fgp
Exp $
* $Id: aout_macosx.c,v 1.
7 2001/11/29 10:20:56 massiot
Exp $
*
* Authors: Colin Delacroix <colin@zoy.org>
*
...
...
@@ -42,6 +42,8 @@
*****************************************************************************/
#include "defs.h"
#include <string.h>
#include "config.h"
#include "common.h"
/* boolean_t, byte_t */
#include "intf_msg.h"
/* intf_DbgMsg(), intf_ErrMsg() */
...
...
plugins/macosx/intf_main.c
View file @
13fd7a12
...
...
@@ -3,8 +3,8 @@
*****************************************************************************
* Copyright (C) 2001 VideoLAN
*
* Authors:
Colin Delacroix <colin@zoy.org>
*
Florian G. Pflug <fgp@phlo.org>
* Authors: Colin Delacroix <colin@zoy.org>
*
Florian G. Pflug <fgp@phlo.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -31,6 +31,7 @@
#include <stdlib.h>
/* malloc(), free() */
#include <sys/param.h>
/* for MAXPATHLEN */
#include <string.h>
#include "config.h"
#include "common.h"
...
...
plugins/macosx/intf_vlc_wrapper.c
View file @
13fd7a12
...
...
@@ -2,7 +2,7 @@
* intf_vlc_wrapper.c : MacOS X plugin for vlc
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $$
* $
Id: intf_vlc_wrapper.c,v 1.4 2001/11/29 10:20:56 massiot Exp
$
*
* Authors: Florian G. Pflug <fgp@phlo.org>
*
...
...
@@ -25,6 +25,7 @@
#include <stdlib.h>
/* malloc(), free() */
#include <sys/param.h>
/* for MAXPATHLEN */
#include <string.h>
#include "config.h"
#include "common.h"
...
...
plugins/macosx/macosx.h
View file @
13fd7a12
...
...
@@ -2,7 +2,7 @@
* macosx.h : MacOS X plugin for vlc
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $$
* $
Id: macosx.h,v 1.3 2001/11/29 10:20:56 massiot Exp
$
*
* Authors: Florian G. Pflug <fgp@phlo.org>
*
...
...
plugins/macosx/vout_macosx.c
View file @
13fd7a12
/*****************************************************************************
* vout_macosx.c: MacOS X video output plugin
*****************************************************************************
...
...
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