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
92f557f6
Commit
92f557f6
authored
2 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update x264
Change-Id: If0e90df14266533e5ff38d58cb4dd34876dbce32
parent
a4ff4abe
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/src/x264/rules.mak
+1
-9
1 addition, 9 deletions
contrib/src/x264/rules.mak
with
1 addition
and
9 deletions
contrib/src/x264/rules.mak
+
1
−
9
View file @
92f557f6
# x264
ifndef
HAVE_IOS
X264_HASH
:=
db0d417728460c647ed4a847222a535b00d3dbcb
else
X264_HASH
:=
fa3cac516cb71b8ece09cedbfd0ce631ca8a2a4c
endif
X264_HASH
:=
ed0f7a634050a62c1da27c99eea710824d4c3705
X264_GITURL
:=
https://code.videolan.org/videolan/x264.git
ifeq
($(call need_pkg,"x264 >= 0.86"),)
PKGS_FOUND
+=
x264
endif
X264CONF
=
--prefix
=
"
$(
PREFIX
)
"
\
--host
=
"
$(
HOST
)
"
\
--enable-static
\
...
...
@@ -51,9 +46,6 @@ x264: x264-$(X264_HASH).tar.xz .sum-x264
rm
-Rf
$@
-
$(
X264_HASH
)
mkdir
-p
$@
-
$(
X264_HASH
)
(
cd
$@
-
$(
X264_HASH
)
&&
tar
x
$(
if
${
BATCH_MODE
}
,,-v
)
--strip-components
=
1
-f
$<
)
ifdef
HAVE_IOS
$(
APPLY
)
$(
SRC
)
/x264/remove-align.patch
endif
$(
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