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
f043a0e1
Commit
f043a0e1
authored
Sep 01, 2020
by
Jerome Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build scripts & update workflows
parent
897200d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
main.yml
.github/workflows/main.yml
+8
-8
build.sh
build.sh
+2
-2
No files found.
.github/workflows/main.yml
View file @
f043a0e1
...
...
@@ -20,10 +20,10 @@ jobs:
shell
:
bash
run
:
|
bash build-with-docker.sh
#
- uses: actions/upload-artifact@master
#
with:
#
name: ffmpeg-linux
# path: ffmpeg
-
uses
:
actions/upload-artifact@master
with
:
name
:
ffmpeg-linux
path
:
wasm/dist
macos-build
:
runs-on
:
macos-latest
steps
:
...
...
@@ -42,10 +42,10 @@ jobs:
shell
:
bash
run
:
|
bash build.sh
#
- uses: actions/upload-artifact@master
#
with:
#
name: ffmpeg-macos
# path: ffmpeg
-
uses
:
actions/upload-artifact@master
with
:
name
:
ffmpeg-macos
path
:
wasm/dist
# Not working with error messsage:
# C:\ProgramData\Chocolatey\lib\mingw\tools\install\mingw64\x86_64-w64-mingw32\bin\ar.exe: libavfilter/vsink_null: No such file or directory
# windows-build:
...
...
build.sh
View file @
f043a0e1
...
...
@@ -7,8 +7,8 @@ ROOT=$(dirname $0)
# verify Emscripten version
emcc
-v
# configure FFmpeg with Emscripten
#
$ROOT/wasm/build-scripts/configure.sh
$ROOT
/wasm/build-scripts/configure.sh
# build dependencies
#
$ROOT/wasm/build-scripts/make.sh
$ROOT
/wasm/build-scripts/make.sh
# build ffmpeg.wasm
$ROOT
/wasm/build-scripts/build-ffmpeg.sh
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