Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
fd89259d
Commit
fd89259d
authored
10 years ago
by
Guillaume Roguez
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
contrib: use fixed commit in git repo to dl x264
Refs #68606 Change-Id: I41c91e9c3066f4dbe128073b223705df03d3da6b
parent
b5e083ec
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
daemon/contrib/src/x264/rules.mak
+9
-8
9 additions, 8 deletions
daemon/contrib/src/x264/rules.mak
with
9 additions
and
8 deletions
daemon/contrib/src/x264/rules.mak
+
9
−
8
View file @
fd89259d
# x264
X264_SNAPURL
:=
http://download.videolan.org/contrib/x264-git.tar.gz
X264_HASH
:=
fa3cac516cb71b8ece09cedbfd0ce631ca8a2a4c
X264_GITURL
:=
git://git.videolan.org/x264.git
ifeq
($(call need_pkg,"x264 >= 0.86"),)
PKGS_FOUND
+=
x264
...
...
@@ -24,17 +25,17 @@ ifdef HAVE_CROSS_COMPILE
X264CONF
+=
--cross-prefix
=
"
$(
HOST
)
-"
endif
$(TARBALLS)/x264-
git
.tar.
g
z
:
$(
call download,
$(
X264_
SNAPURL
))
$(TARBALLS)/x264-
$(X264_HASH)
.tar.
x
z
:
$(
call download
_git
,
$(
X264_
GITURL
)
,master,
$(
X264_HASH
))
.sum-x264
:
x264-
git
.tar.
g
z
.sum-x264
:
x264-
$(X264_HASH)
.tar.
x
z
$(
warning
$@
not implemented
)
touch
$@
x264
:
x264-
git
.tar.
g
z .sum-x264
rm
-Rf
$@
-
git
mkdir
-p
$@
-
git
$(
ZCAT
)
"
$<
"
|
(
cd
$@
-git
&&
tar
xv
--strip-components
=
1
)
x264
:
x264-
$(X264_HASH)
.tar.
x
z .sum-x264
rm
-Rf
$@
-
$(
X264_HASH
)
mkdir
-p
$@
-
$(
X264_HASH
)
(
cd
$@
-
$(
X264_HASH
)
&&
tar
xv
--strip-components
=
1
-f
../
$<
)
$(
APPLY
)
$(
SRC
)
/x264/remove-align.patch
$(
UPDATE_AUTOCONFIG
)
$(
MOVE
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment