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
2bc88e46
Commit
2bc88e46
authored
Apr 29, 2002
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetic fixes.
parent
1538dd9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
Makefile
Makefile
+1
-1
include/threads_funcs.h
include/threads_funcs.h
+2
-7
No files found.
Makefile
View file @
2bc88e46
...
...
@@ -474,7 +474,7 @@ gnome-vlc gvlc kvlc qvlc: vlc
vlc.app
:
vlc plugins
ifneq
(,$(findstring darwin,$(SYS)))
rm
-Rf
vlc.app
cd
extras/MacOSX
;
pbxbuild |
grep
-v
'^ '
|
grep
-v
'^\t'
cd
extras/MacOSX
;
pbxbuild |
grep
-v
'^ '
|
grep
-v
'^\t'
|
grep
-v
"^
$$
"
cp
-r
extras/MacOSX/build/vlc.bundle ./vlc.app
$(INSTALL)
-d
vlc.app/Contents/MacOS/share
$(INSTALL)
-d
vlc.app/Contents/MacOS/plugins
...
...
include/threads_funcs.h
View file @
2bc88e46
...
...
@@ -3,7 +3,7 @@
* This header provides a portable threads implementation.
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: threads_funcs.h,v 1.
1 2002/04/27 22:11:22 gbazin
Exp $
* $Id: threads_funcs.h,v 1.
2 2002/04/29 23:57:38 massiot
Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
...
...
@@ -704,13 +704,8 @@ static __inline__ int _vlc_cond_destroy( char * psz_file, int i_line,
/*****************************************************************************
* vlc_thread_create: create a thread
*****************************************************************************/
#ifdef DEBUG
# define vlc_thread_create( P_THREAD, PSZ_NAME, FUNC, P_DATA ) \
#define vlc_thread_create( P_THREAD, PSZ_NAME, FUNC, P_DATA ) \
_vlc_thread_create( __FILE__, __LINE__, P_THREAD, PSZ_NAME, FUNC, P_DATA )
#else
# define vlc_thread_create( P_THREAD, PSZ_NAME, FUNC, P_DATA ) \
_vlc_thread_create( "(unknown)", 0, P_THREAD, PSZ_NAME, FUNC, P_DATA )
#endif
static
__inline__
int
_vlc_thread_create
(
char
*
psz_file
,
int
i_line
,
vlc_thread_t
*
p_thread
,
...
...
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