Skip to content

Commit

Permalink
enable and install x265
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 16, 2024
1 parent a94de07 commit 4379d55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .localrun/Dockerfile_ffl_ub20
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get update && \
llvm-dev \
llvm-runtime \
llvm-spirv \
libx265-dev \
libx264-dev \
net-tools \
curl \
Expand Down Expand Up @@ -90,6 +91,8 @@ RUN cd /workspace2/build/ && mkdir /workspace2/build/inst/ && \
--disable-libxcb-shm \
--disable-libxcb-xfixes \
--enable-pthreads \
--enable-parser=h265 \
--enable-decoder=h265 \
--enable-parser=h264 \
--enable-runtime-cpudetect \
--enable-gpl --enable-decoder=h264 \
Expand Down
1 change: 1 addition & 0 deletions .localrun/run_docker_normal__alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ pkgs="
libsodium-dev
opus-dev
libvpx-dev
x265-dev
x264-dev
ffmpeg4-dev
ninja
Expand Down
2 changes: 1 addition & 1 deletion .localrun/run_docker_s390x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ expect \"localhost:~#\"
send -- \"/bin/bash\r\"
expect \"localhost:~#\"
send -- \"apk add git autoconf automake libtool make pkgconf gcc ffmpeg-dev x264-dev opus-dev libvpx-dev libsodium-dev linux-headers musl-dev\r\"
send -- \"apk add git autoconf automake libtool make pkgconf gcc ffmpeg-dev x265-dev x264-dev opus-dev libvpx-dev libsodium-dev linux-headers musl-dev\r\"
expect \"localhost:~#\"
send -- \"export PS1=12345x:\r\"
Expand Down

0 comments on commit 4379d55

Please sign in to comment.