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
ed5563d9
Commit
ed5563d9
authored
Dec 19, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: don't hardcode URLs
parent
2a212f7d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
contrib/src/jpeg/rules.mak
contrib/src/jpeg/rules.mak
+1
-1
contrib/src/live555/rules.mak
contrib/src/live555/rules.mak
+1
-1
contrib/src/mpcdec/rules.mak
contrib/src/mpcdec/rules.mak
+1
-1
contrib/src/orc/rules.mak
contrib/src/orc/rules.mak
+1
-1
No files found.
contrib/src/jpeg/rules.mak
View file @
ed5563d9
...
...
@@ -2,7 +2,7 @@
JPEG_VERSION
:=
9a
#JPEG_URL := http://www.ijg.org/files/jpegsrc.v$(JPEG_VERSION).tar.gz
JPEG_URL
:=
http://download.videolan.org/pub/contrib
/jpegsrc.v
$(JPEG_VERSION)
.tar.gz
JPEG_URL
:=
$(CONTRIB_VIDEOLAN)
/jpegsrc.v
$(JPEG_VERSION)
.tar.gz
$(TARBALLS)/jpegsrc.v$(JPEG_VERSION).tar.gz
:
$(
call
download,
$(JPEG_URL)
)
...
...
contrib/src/live555/rules.mak
View file @
ed5563d9
...
...
@@ -2,7 +2,7 @@
#LIVEDOTCOM_URL := http://live555.com/liveMedia/public/live555-latest.tar.gz
LIVE555_FILE
:=
live.2014.07.25.tar.gz
LIVEDOTCOM_URL
:=
http://download.videolan.org/pub/contrib
/live555/
$(LIVE555_FILE)
LIVEDOTCOM_URL
:=
$(CONTRIB_VIDEOLAN)
/live555/
$(LIVE555_FILE)
ifdef
BUILD_NETWORK
PKGS
+=
live555
...
...
contrib/src/mpcdec/rules.mak
View file @
ed5563d9
...
...
@@ -7,7 +7,7 @@ PKGS += mpcdec
#MUSE_URL := http://files2.musepack.net/source/libmpcdec-$(MUSE_VERSION).tar.bz2
MUSE_REV
:=
481
MUSE_URL
:=
http://download.videolan.org/pub/contrib
/musepack_src_r
$(MUSE_REV)
.tar.gz
MUSE_URL
:=
$(CONTRIB_VIDEOLAN)
/musepack_src_r
$(MUSE_REV)
.tar.gz
$(TARBALLS)/musepack_src_r$(MUSE_REV).tar.gz
:
$(
call
download,
$(MUSE_URL)
)
...
...
contrib/src/orc/rules.mak
View file @
ed5563d9
...
...
@@ -2,7 +2,7 @@
ORC_VERSION
:=
0.4.18
ORC_URL
:=
http://download.videolan.org/pub/contrib
/orc-
$(ORC_VERSION)
.tar.gz
ORC_URL
:=
$(CONTRIB_VIDEOLAN)
/orc-
$(ORC_VERSION)
.tar.gz
ifeq
($(call need_pkg,"orc-0.4"),)
PKGS_FOUND
+=
orc
...
...
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