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 63ea4cc commit 0514441Copy full SHA for 0514441
Dockerfile
@@ -172,7 +172,7 @@ COPY src/bind /src/src/bind
172
COPY src/fftools /src/src/fftools
173
COPY build/ffmpeg-wasm.sh build.sh
174
# libraries to link
175
-ENV FFMPEG_LIBS \
+ENV FFMPEG_LIBS="\
176
-lx264 \
177
-lx265 \
178
-lvpx \
@@ -191,7 +191,7 @@ ENV FFMPEG_LIBS \
191
-lfribidi \
192
-lharfbuzz \
193
-lass \
194
- -lzimg
+ -lzimg"
195
RUN mkdir -p /src/dist/umd && bash -x /src/build.sh \
196
${FFMPEG_LIBS} \
197
-o dist/umd/ffmpeg-core.js
0 commit comments