Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
x264
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Wiki
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
VideoLAN
x264
Compare revisions
98ee9d2f215326feeb221a4434957fa586d55c18 to bd8a88be426baa903427a10de9f9ddb5e7c32812
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
videolan/x264
Select target project
No results found
bd8a88be426baa903427a10de9f9ddb5e7c32812
Select Git revision
Branches
master
stable
Swap
Target
videolan/x264
Select target project
videolan/x264
EwoutH/x264
gramner/x264
BugMaster/x264
MaskRay/x264
thresh/x264
tpm/x264
wolfired/x264
ifb/x264
robinstorm/x264
ltnokiago/x264
janne/x264
Kromjunya/x264
trisnaayu0596/x264
felipegarcia1402/x264
coder2004/x264
philou/x264
walagnatalia/x264
DonDiego/x264
JHammler/x264
qyot27/x264
dwbuiten/x264
Kagami/x264
andriy-andreyev/x264
gxw/x264
trofi/x264
kierank/x264
aureliendavid/x264
galad/x264
roommini/x264
ocrete/x264
mstorsjo/x264
yinsj0116/x264
mamonet/x264
1div0/x264
ko1265/x264
sergiomb2/x264
xutongda/x264
wenzhiwu/x264
arrowd/x264
FranceBB/x264
ziemek99/x264
longervision/x264
xopok/x264
jbk/x264
szatmary/x264
pekdon/x264
Jiangguyu/x264
jrtc27/x264
kankanol1/x264
gxwLite/x264
brad/x264
Gc6026/x264
jdek/x264
appcrash/x264
tguillem/x264
As/x264
wevian/x264
wangluls/x264
RellikJaeger/x264
hum/x264
rogerhardiman/x264
jankowalski12611/x264
zhijie1996/x264
yinshiyou/x264
Freed-Wu/x264
yajcoca/x264
bUd/x264
chienvannguyen2020/x264
nurbinakhatun386/x264
Siberiawind/x-264-meson
HecaiYuan/x264
david.chen/x264
Ytsejam76/x264
robUx4/x264
zhaoshiz/x-264-arm64ec
yintong.ustc/x-264-bd-ventana
nekobasu/x264
Courmisch/x264
BD-qjy/x264
quink/x264
markos/x264
82 results
98ee9d2f215326feeb221a4434957fa586d55c18
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
CI: Use a newer aarch64 image
· 352c0263
Konstantin Pavlov
authored
5 years ago
It now includes pkg-config, so lavf can be detected.
352c0263
CI: Bump macos target to darwin18
· bd8a88be
Konstantin Pavlov
authored
5 years ago
bd8a88be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab-ci.yml
with
2 additions
and
3 deletions
.gitlab-ci.yml
View file @
bd8a88be
...
...
@@ -28,7 +28,7 @@ stages:
_WRAPPER
:
"
wine64"
.variables-macos
:
&variables-macos
_TRIPLET
:
"
x86_64-apple-darwin1
7
"
_TRIPLET
:
"
x86_64-apple-darwin1
8
"
_PLATFORMSUFFIX
:
"
"
_PATH
:
"
macos-x86_64"
_WRAPPER
:
"
"
...
...
@@ -63,7 +63,7 @@ build-debian-amd64:
build-debian-aarch64
:
extends
:
.build
image
:
registry.videolan.org/x264-debian-unstable-aarch64:20190
405100031
image
:
registry.videolan.org/x264-debian-unstable-aarch64:20190
716192245
tags
:
-
docker
-
aarch64
...
...
@@ -95,7 +95,6 @@ build-macos:
-
macos
script
:
|
set -x
export PATH="$HOME/local/bin/:/usr/local/bin/:$PATH"
curl -O https://nightlies.videolan.org/build/contribs/vlc-contrib-${_TRIPLET}-latest.tar.bz2
bunzip2 vlc-contrib-${_TRIPLET}-latest.tar.bz2
tar xvf vlc-contrib-${_TRIPLET}-latest.tar
...
...
This diff is collapsed.
Click to expand it.