Skip to content

Commit

Permalink
Update URL for x264 #1860 (#1861)
Browse files Browse the repository at this point in the history
* Update URL for x264 #1860
* Use Ubuntu-latest in Pipelines (16.04 image removed from Pipelines)
clinton-hall authored Nov 9, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 162143b commit 48154d0
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:

- job: 'Test'
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-latest'
strategy:
matrix:
Python27:
@@ -60,7 +60,7 @@ jobs:
- job: 'Publish'
dependsOn: 'Test'
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-latest'

steps:
- task: UsePythonVersion@0
4 changes: 2 additions & 2 deletions getffmpeg.sh
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# get ffmpeg/yasm/x264
git clone git://source.ffmpeg.org/ffmpeg.git FFmpeg
git clone git://github.com/yasm/yasm.git FFmpeg/yasm
git clone git://git.videolan.org/x264.git FFmpeg/x264
git clone https://code.videolan.org/videolan/x264.git FFmpeg/x264

# compile/install yasm
cd FFmpeg/yasm
@@ -25,4 +25,4 @@ cd -
cd FFmpeg
./configure --disable-asm --enable-libx264 --enable-gpl
make install
cd -
cd -

0 comments on commit 48154d0

Please sign in to comment.