Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
2dd7a46b
Commit
2dd7a46b
authored
Nov 23, 2003
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix for *.a libraries.
parent
990d95c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
extras/contrib/Makefile
extras/contrib/Makefile
+2
-1
extras/contrib/change_prefix.sh
extras/contrib/change_prefix.sh
+2
-2
No files found.
extras/contrib/Makefile
View file @
2dd7a46b
...
...
@@ -2,7 +2,7 @@
# Makefile : Build vlc-contrib files
# ***************************************************************************
# Copyright (C) 2003 VideoLAN
# $Id: Makefile,v 1.
4 2003/11/23 13:23:20
massiot Exp $
# $Id: Makefile,v 1.
5 2003/11/23 14:00:25
massiot Exp $
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
#
...
...
@@ -44,6 +44,7 @@ bin: contrib-macosx.tar.bz2
./change_prefix.sh tmp @@CONTRIB_PREFIX@@
$(PREFIX)
(
cd
tmp
;
tar
cf - .
)
|
tar
xf -
rm
-rf
tmp
ranlib lib/
*
\.
a
clean-src
:
FORCE
$(MAKE)
-C
src clean-src
...
...
extras/contrib/change_prefix.sh
View file @
2dd7a46b
...
...
@@ -3,7 +3,7 @@
# change_prefix.sh : allow to transfer a contrib dir
# ***************************************************************************
# Copyright (C) 2003 VideoLAN
# $Id: change_prefix.sh,v 1.
2 2003/11/23 13:23:20
massiot Exp $
# $Id: change_prefix.sh,v 1.
3 2003/11/23 14:00:25
massiot Exp $
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
#
...
...
@@ -53,7 +53,7 @@ for file in $files; do
$file
fi
done
el
se
el
if
test
".
`
file
$file
|
grep
text
\|
shell
`
"
!=
"."
;
then
sed
-e
"s,
$prefix
,
$new_prefix
,g"
<
$file
>
$file
.tmp
mv
-f
$file
.tmp
$file
fi
...
...
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