Browse Source

Don't run the package in the ubuntu1804 build image

master
Ray Burgemeestre 5 years ago
parent
commit
f0ca3779ad
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      ffmpeg/Makefile

+ 2
- 1
ffmpeg/Makefile View File

@@ -8,7 +8,8 @@ ffmpeg:
git clone git://source.ffmpeg.org/ffmpeg.git

bash ../ubuntu1804.sh make ffmpeg_impl
bash ../ubuntu1804.sh make package

make package

ffmpeg_impl:
apt-get update

Loading…
Cancel
Save