Skip to content

Commit

Permalink
make threads back to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Sep 23, 2019
1 parent 4936f45 commit 4cebd78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG FFMPEG_VERSION
# common env
ENV \
DEBIAN_FRONTEND="noninteractive" \
MAKEFLAGS="-j8"
MAKEFLAGS="-j4"

# versions
ENV \
Expand Down Expand Up @@ -464,7 +464,7 @@ RUN \
--enable-libfreetype \
--enable-libkvazaar \
--enable-libmp3lame \
--enable-libnpp \
--enable-libnpp \
--enable-libopencore-amrnb \
--enable-libopencore-amrwb \
--enable-libopenjpeg \
Expand Down

0 comments on commit 4cebd78

Please sign in to comment.