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
b0b848e1
Commit
b0b848e1
authored
Jan 21, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: take latest x264 stable
parent
43c9fa30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
contrib/src/x264/rules.mak
contrib/src/x264/rules.mak
+9
-9
No files found.
contrib/src/x264/rules.mak
View file @
b0b848e1
# x264
X264_GITURL
:=
git://git.videolan.org/x264.git
X264_SNAPURL
:=
http://git.videolan.org/?p
=
x264.git
;
a
=
snapshot
;
h
=
HEAD
;
sf
=
tgz
X264_SNAPURL
:=
ftp://ftp.videolan.org/pub/videolan/x264/snapshots/last_stable_x264.tar.bz2
X262_GITURL
:=
git://git.videolan.org/x262.git
ifdef
BUILD_ENCODERS
...
...
@@ -47,38 +47,38 @@ $(TARBALLS)/x262-git.tar.gz:
$(TARBALLS)/x26410b-git.tar.xz
:
$(
call
download_git,
$(X264_GITURL)
)
$(TARBALLS)/x26410b-git.tar.
gz
:
$(TARBALLS)/x26410b-git.tar.
bz2
:
$(
call
download,
$(X264_SNAPURL)
)
$(TARBALLS)/x264-git.tar.xz
:
$(
call
download_git,
$(X264_GITURL)
)
$(TARBALLS)/x264-git.tar.
gz
:
$(TARBALLS)/x264-git.tar.
bz2
:
$(
call
download,
$(X264_SNAPURL)
)
.sum-x262
:
x262-git.tar.gz
$(
warning
$@
not implemented
)
touch
$@
.sum-x26410b
:
x26410b-git.tar.
gz
.sum-x26410b
:
x26410b-git.tar.
bz2
$(
warning
$@
not implemented
)
touch
$@
.sum-x264
:
x264-git.tar.
gz
.sum-x264
:
x264-git.tar.
bz2
$(
warning
$@
not implemented
)
touch
$@
x264
:
x264-git.tar.
gz
.sum-x264
x264
:
x264-git.tar.
bz2
.sum-x264
rm
-Rf
$@
-git
mkdir
-p
$@
-git
$(ZCAT)
"
$<
"
|
(
cd
$@
-git
&&
tar
xv
--strip-components
=
1
)
$(
B
ZCAT)
"
$<
"
|
(
cd
$@
-git
&&
tar
xv
--strip-components
=
1
)
$(UPDATE_AUTOCONFIG)
$(MOVE)
x26410b
:
x26410b-git.tar.
gz
.sum-x26410b
x26410b
:
x26410b-git.tar.
bz2
.sum-x26410b
rm
-Rf
$@
-git
mkdir
-p
$@
-git
$(ZCAT)
"
$<
"
|
(
cd
$@
-git
&&
tar
xv
--strip-components
=
1
)
$(
B
ZCAT)
"
$<
"
|
(
cd
$@
-git
&&
tar
xv
--strip-components
=
1
)
$(UPDATE_AUTOCONFIG)
$(MOVE)
...
...
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