Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
57b11e9a
Commit
57b11e9a
authored
Aug 31, 2020
by
Jerome Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add build ffmpeg.wasm script
parent
307b3030
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
build.sh
build.sh
+5
-1
No files found.
build.sh
View file @
57b11e9a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# verify Emscripten version
# verify Emscripten version
emcc
-v
emcc
-v
# configure FF
M
peg with Emscripten
# configure FF
m
peg with Emscripten
emconfigure ./configure
\
emconfigure ./configure
\
--disable-x86asm
\
--disable-x86asm
\
--nm
=
"llvm-nm -g"
\
--nm
=
"llvm-nm -g"
\
...
@@ -14,3 +14,7 @@ emconfigure ./configure \
...
@@ -14,3 +14,7 @@ emconfigure ./configure \
--cxx
=
em++
\
--cxx
=
em++
\
--objcc
=
emcc
\
--objcc
=
emcc
\
--dep-cc
=
emcc
--dep-cc
=
emcc
# build FFmpeg.wasm
emmake make
-j
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment