Skip to content

Commit 2451aff

Browse files
committed
Temporarily disable broken xiph server
1 parent 6825845 commit 2451aff

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

Dockerfile

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff 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

161162
RUN \
162163
cd /root && \

build_script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2830
LINUX_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

0 commit comments

Comments
 (0)