Skip to content

Commit 36003d6

Browse files
committed
wi
1 parent 9273de7 commit 36003d6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile

+6-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ RUN \
209209
./configure \
210210
--pkg-config-flags="--static" \
211211
--extra-cflags="-O0 -ggdb -fopenmp" \
212-
--extra-ldflags="-fopenmp -Wl,--allow-multiple-definition -Wl,-z,stack-size=2097152" \
212+
--extra-ldflags="-fopenmp -Wl,-z,stack-size=2097152" \
213213
--toolchain=hardened \
214214
--disable-shared \
215215
--disable-ffplay \
@@ -339,3 +339,8 @@ RUN \
339339
# FROM final2
340340
# LABEL maintainer="Mattias Wadman [email protected]"
341341
# ENTRYPOINT ["/ffmpeg"]
342+
343+
RUN ["/usr/local/bin/ffprobe", "-i", "https://github.githubassets.com/favicons/favicon.svg"]
344+
RUN ["/usr/local/bin/ffmpeg", "-f", "lavfi", "-i", "testsrc", "-c:v", "librav1e", "-t", "100ms", "-f", "null", "-"]
345+
346+

0 commit comments

Comments
 (0)