This repository was archived by the owner on Mar 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,12 @@ RUN apk update && \
31
31
wget \
32
32
yasm
33
33
RUN cd tmp && \
34
- git clone --depth 1 https://chromium.googlesource.com/libyuv/libyuv && \
34
+ git clone https://chromium.googlesource.com/libyuv/libyuv && \
35
35
cd libyuv &&\
36
+ git reset --hard 5b6042fa0d211ebbd8b477c7f3855977c7973048 && \
36
37
make -f linux.mk libyuv.a && cp libyuv.a /usr/lib && cd include && cp -r * /usr/include
37
38
RUN cd tmp && \
38
- git clone --depth 1 --branch v1.7 .0 https://github.com/webmproject/libvpx.git && \
39
+ git clone --depth 1 --branch v1.8 .0 https://github.com/webmproject/libvpx.git && \
39
40
mkdir build && cd build && \
40
41
../libvpx/configure --disable-docs --disable-tools --enable-vp8 --enable-vp9 --enable-libyuv --disable-unit-tests --disable-webm-io --disable-postproc && \
41
42
make -j4 && make install
Original file line number Diff line number Diff line change @@ -29,11 +29,12 @@ RUN apk update && \
29
29
wget \
30
30
yasm
31
31
RUN cd tmp && \
32
- git clone --depth 1 https://chromium.googlesource.com/libyuv/libyuv && \
32
+ git clone https://chromium.googlesource.com/libyuv/libyuv && \
33
33
cd libyuv &&\
34
+ git reset --hard 5b6042fa0d211ebbd8b477c7f3855977c7973048 && \
34
35
make -f linux.mk libyuv.a && cp libyuv.a /usr/lib && cd include && cp -r * /usr/include
35
36
RUN cd tmp && \
36
- git clone --depth 1 --branch v1.7 .0 https://github.com/webmproject/libvpx.git && \
37
+ git clone --depth 1 --branch v1.8 .0 https://github.com/webmproject/libvpx.git && \
37
38
mkdir build && cd build && \
38
39
../libvpx/configure --disable-docs --disable-tools --enable-vp8 --enable-vp9 --enable-libyuv --disable-unit-tests --disable-webm-io --disable-postproc && \
39
40
make -j4 && make install
Original file line number Diff line number Diff line change @@ -31,11 +31,12 @@ RUN apk update && \
31
31
wget \
32
32
yasm
33
33
RUN cd tmp && \
34
- git clone --depth 1 https://chromium.googlesource.com/libyuv/libyuv && \
34
+ git clone https://chromium.googlesource.com/libyuv/libyuv && \
35
35
cd libyuv &&\
36
+ git reset --hard 5b6042fa0d211ebbd8b477c7f3855977c7973048 && \
36
37
make -f linux.mk libyuv.a && cp libyuv.a /usr/lib && cd include && cp -r * /usr/include
37
38
RUN cd tmp && \
38
- git clone --depth 1 --branch v1.7 .0 https://github.com/webmproject/libvpx.git && \
39
+ git clone --depth 1 --branch v1.8 .0 https://github.com/webmproject/libvpx.git && \
39
40
mkdir build && cd build && \
40
41
../libvpx/configure --disable-docs --disable-tools --enable-vp8 --enable-vp9 --enable-libyuv --disable-unit-tests --disable-webm-io --disable-postproc && \
41
42
make -j4 && make install
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ section to your `docker-compose.yml`:
34
34
version : ' 2' # Must be present exactly once at the beginning of the docker-compose.yml file
35
35
services : # Must be present exactly once at the beginning of the docker-compose.yml file
36
36
video-vpx-encoder :
37
- image : chalmersrevere/opendlv-video-vpx-encoder-multi:v0.0.6
37
+ image : chalmersrevere/opendlv-video-vpx-encoder-multi:v0.0.7
38
38
restart : on-failure
39
39
network_mode : " host"
40
40
ipc : " host"
You can’t perform that action at this time.
0 commit comments