Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
01caa671
Commit
01caa671
authored
Jul 24, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: mpcdec: use svn version (r481 currently)
Fixes: #8516
parent
6006c6d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
contrib/src/mpcdec/rules.mak
contrib/src/mpcdec/rules.mak
+10
-10
No files found.
contrib/src/mpcdec/rules.mak
View file @
01caa671
...
...
@@ -6,19 +6,19 @@ PKGS += mpcdec
#MUSE_URL := http://files.musepack.net/source/libmpcdec-$(MUSE_VERSION).tar.bz2
#MUSE_URL := http://files2.musepack.net/source/libmpcdec-$(MUSE_VERSION).tar.bz2
MUSE_REV
:=
475
MUSE_URL
:=
http://files.musepack.net/source/musepack_src_r
$(MUSE_REV)
.tar.gz
#
MUSE_REV := 475
#
MUSE_URL := http://files.musepack.net/source/musepack_src_r$(MUSE_REV).tar.gz
$(TARBALLS)/musepack_src_r$(MUSE_REV).tar.gz
:
$(
call
download,
$(MUSE_URL)
)
#
$(TARBALLS)/musepack_src_r$(MUSE_REV).tar.gz:
#
$(call download,$(MUSE_URL))
#MUSE_REV := 475
#
MUSE_SVN := http://svn.musepack.net/libmpc/trunk/
MUSE_REV
:=
481
MUSE_SVN
:=
http://svn.musepack.net/libmpc/trunk/
#
#
$(TARBALLS)/musepack_src_r$(MUSE_REV).tar.gz:
#
rm -Rf musepack_src_r$(MUSE_REV)
#
$(SVN) export $(MUSE_SVN) -r $(MUSE_REV) musepack_src_r$(MUSE_REV)
#
tar czv musepack_src_r$(MUSE_REV) > $@
$(TARBALLS)/musepack_src_r$(MUSE_REV).tar.gz
:
rm
-Rf
musepack_src_r
$(MUSE_REV)
$(SVN)
export
$(MUSE_SVN)
-r
$(MUSE_REV)
musepack_src_r
$(MUSE_REV)
tar
czv musepack_src_r
$(MUSE_REV)
>
$@
.sum-mpcdec
:
musepack_src_r$(MUSE_REV).tar.gz
$(
warning
$@
not implemented
)
...
...
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