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
e989b3be
Commit
e989b3be
authored
Apr 14, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./toolbox: the Solaris diff does not understand -q, just replaced it
with 2>&1 >/dev/null.
parent
b619d281
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
toolbox
toolbox
+4
-4
No files found.
toolbox
View file @
e989b3be
#! /bin/sh
## toolbox for the VLC media player
## $Id: toolbox,v 1.2
2 2003/04/14 23:07:38
sam Exp $
## $Id: toolbox,v 1.2
3 2003/04/14 23:10:20
sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
...
...
@@ -359,7 +359,7 @@ then
echo
'#ifdef __PLUGIN__'
>>
${
file
}
.in
cat
${
LIBVLC_HEADERS
}
|
grep
'^ *VLC_EXPORT.*;'
|
sed
-e
's/VLC_EXPORT( *\([^,]*\), *\([^,]*\), *\(.*\));.*/# define \2 p_symbols->\2_inner/'
>>
${
file
}
.in
echo
'#endif /* __PLUGIN__ */'
>>
${
file
}
.in
if
diff
-q
${
file
}
${
file
}
.in
if
diff
2>&1
>
/dev/null
${
file
}
${
file
}
.in
then
rm
-f
${
file
}
.in
else
...
...
@@ -373,7 +373,7 @@ then
echo
'#define STORE_SYMBOLS( p_symbols ) \'
>>
${
file
}
.tmp
cat
${
LIBVLC_HEADERS
}
|
grep
'^ *VLC_EXPORT.*;'
|
sed
-e
's/VLC_EXPORT( *\([^,]*\), *\([^,]*\), *\(.*\));.*/ (p_symbols)->\2_inner = \2; \\/'
>>
${
file
}
.tmp
echo
''
>>
${
file
}
.tmp
if
diff
-q
${
file
}
${
file
}
.tmp
if
diff
2>&1
>
/dev/null
${
file
}
${
file
}
.tmp
then
rm
-f
${
file
}
.tmp
else
...
...
@@ -403,7 +403,7 @@ then
fi
echo
" } while( 0 );"
>>
${
file
}
.tmp
echo
""
>>
${
file
}
.tmp
if
diff
-q
${
file
}
${
file
}
.tmp
if
diff
2>&1
>
/dev/null
${
file
}
${
file
}
.tmp
then
rm
-f
${
file
}
.tmp
else
...
...
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