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
932bc728
Commit
932bc728
authored
Aug 01, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: fetch x264 snapshots over HTTP
parent
a86ca0b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
contrib/src/x264/rules.mak
contrib/src/x264/rules.mak
+9
-3
No files found.
contrib/src/x264/rules.mak
View file @
932bc728
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
X264_VERSION
:=
20050609
X264_VERSION
:=
20050609
X264_URL
:=
$(CONTRIB_VIDEOLAN)
/x264-
$(X264_VERSION)
.tar.gz
X264_URL
:=
$(CONTRIB_VIDEOLAN)
/x264-
$(X264_VERSION)
.tar.gz
X264_GITURL
:=
git://git.videolan.org/x264.git
X264_GITURL
:=
git://git.videolan.org/x264.git
X264_SNAPURL
:=
http://git.videolan.org/?p
=
x264.git
;
a
=
snapshot
;
h
=
HEAD
;
sf
=
tgz
ifdef
BUILD_ENCODERS
ifdef
BUILD_ENCODERS
PKGS
+=
x264
PKGS
+=
x264
...
@@ -36,14 +37,19 @@ $(TARBALLS)/x264-$(X264_VERSION).tar.gz:
...
@@ -36,14 +37,19 @@ $(TARBALLS)/x264-$(X264_VERSION).tar.gz:
$(TARBALLS)/x264-git.tar.xz
:
$(TARBALLS)/x264-git.tar.xz
:
$(
call
download_git,
$(X264_GITURL)
)
$(
call
download_git,
$(X264_GITURL)
)
$(TARBALLS)/x264-git.tar.gz
:
$(
call
download,
$(X264_SNAPURL)
)
X264_VERSION
:=
git
X264_VERSION
:=
git
.sum-x264
:
x264-$(X264_VERSION).tar.
x
z
.sum-x264
:
x264-$(X264_VERSION).tar.
g
z
$(
warning
$@
not implemented
)
$(
warning
$@
not implemented
)
touch
$@
touch
$@
x264
:
x264-$(X264_VERSION).tar.xz .sum-x264
x264
:
x264-$(X264_VERSION).tar.gz .sum-x264
$(UNPACK)
rm
-Rf
x264-git
mkdir
-p
x264-git
zcat
"
$<
"
|
(
cd
x264-git
&&
tar
xv
--strip-components
=
1
)
$(MOVE)
$(MOVE)
.x264
:
x264
.x264
:
x264
...
...
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