Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
17c7666b
Commit
17c7666b
authored
Nov 24, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: remove $(OS) from package/prebuilt
parent
7011b14f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
contrib/src/main.mak
contrib/src/main.mak
+4
-12
No files found.
contrib/src/main.mak
View file @
17c7666b
...
...
@@ -270,20 +270,12 @@ distclean: clean
$(RM)
config.mak
unlink
Makefile
OS
=
ifdef
HAVE_MACOSX
OS
=
macosx
endif
ifdef
HAVE_WIN32
OS
=
win32
endif
PREBUILT_URL
=
ftp://ftp.videolan.org/pub/videolan/contrib/
$(OS)
/vlc-contrib-
$(OS)
-
$(HOST)
-latest
.tar.bz2
PREBUILT_URL
=
ftp://ftp.videolan.org/pub/videolan/contrib/vlc-contrib-
$(HOST)
-latest
.tar.bz2
vlc-contrib-$(
OS)-$(
HOST)-latest.tar.bz2
:
vlc-contrib-$(HOST)-latest.tar.bz2
:
$(
call
download,
$(PREBUILT_URL)
)
prebuilt
:
vlc-contrib-$(
OS)-$(
HOST)-latest.tar.bz2
prebuilt
:
vlc-contrib-$(HOST)-latest.tar.bz2
$(UNPACK)
&&
mv
$(HOST)
$(TOPDST)
cd
$(TOPDST)
/
$(HOST)
&&
./change_prefix.sh
...
...
@@ -297,7 +289,7 @@ package: install
rm
-Rf
man sbin etc lib/lua lib/sidplay
cp
$(SRC)
/change_prefix.sh tmp/
$(
notdir
$(PREFIX)
)
/
cd
tmp/
$(
notdir
$(PREFIX)
)
&&
./change_prefix.sh
$(PREFIX)
@@CONTRIB_PREFIX@@
(
cd
tmp
&&
tar
c
$(
notdir
$(PREFIX)
)
/
)
| bzip2
-c
>
../vlc-contrib-
$(
OS)
-
$(
HOST)
-
$(DATE)
.tar.bz2
(
cd
tmp
&&
tar
c
$(
notdir
$(PREFIX)
)
/
)
| bzip2
-c
>
../vlc-contrib-
$(HOST)
-
$(DATE)
.tar.bz2
list
:
@
echo
All packages:
...
...
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