We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a25ec commit d125f79Copy full SHA for d125f79
Dockerfile
@@ -32,6 +32,8 @@ FROM emsdk-base AS x265-builder
32
ENV X265_BRANCH=3.4
33
ADD https://github.com/ffmpegwasm/x265.git#$X265_BRANCH /src
34
COPY build/x265.sh /src/build.sh
35
+# Workaround for x265 not generating pkg-config unless on the latest Git Tag
36
+RUN rm -r .git
37
RUN bash -x /src/build.sh
38
39
# Build libvpx
0 commit comments