File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed
Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -147,16 +147,17 @@ RUN \
147147 cd /root && \
148148 rm -rf kvazaar
149149
150- RUN \
151- cd /root && \
152- git clone --depth=1 https://gitlab.xiph.org/xiph/celt.git celt && \
153- cd celt && \
154- ./autogen.sh && \
155- ./configure --prefix=/usr && \
156- make -j"$(nproc)" && \
157- make install && \
158- cd /root && \
159- rm -rf celt
150+ # Server down
151+ # RUN \
152+ # cd /root && \
153+ # git clone --depth=1 https://gitlab.xiph.org/xiph/celt.git celt && \
154+ # cd celt && \
155+ # ./autogen.sh && \
156+ # ./configure --prefix=/usr && \
157+ # make -j"$(nproc)" && \
158+ # make install && \
159+ # cd /root && \
160+ # rm -rf celt
160161
161162RUN \
162163 cd /root && \
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ cd ffmpeg
2525# --enable-libopencv \
2626# https://lists.samba.org/archive/samba-technical/2018-October/130668.html
2727# --enable-libsmbclient \
28+ # Disabled due to broken server:
29+ # --enable-libcelt
2830LINUX_OPTIONS=(
2931 --cpu=core2
3032 --enable-avisynth
@@ -44,7 +46,6 @@ LINUX_OPTIONS=(
4446 --enable-libbs2b
4547 --enable-libcaca
4648 --enable-libcdio
47- --enable-libcelt
4849 --enable-libdc1394
4950 --enable-libfdk-aac
5051 --enable-libflite
You can’t perform that action at this time.
0 commit comments