Skip to content

Commit

Permalink
Merge pull request #1478 from habitat-sh/elliott/pin_ffmpeg
Browse files Browse the repository at this point in the history
pin core/gmp until the base plans refresh
  • Loading branch information
elliott-davis committed Apr 25, 2018
2 parents 250fc6c + 1024daa commit d2bf3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ffmpeg/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pkg_build_deps=(
pkg_deps=(
core/bzip2
core/glibc
core/gmp
core/gmp/6.1.0
core/libwebp
core/openjpeg
core/xz
Expand All @@ -40,7 +40,7 @@ do_build() {
--enable-libwebp \
--enable-shared \
--enable-version3
make
make -j"$(nproc)"
}

do_check() {
Expand Down

0 comments on commit d2bf3ce

Please sign in to comment.