Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
459
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Merge requests
!184
wasm32-emscripten: add initial support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
wasm32-emscripten: add initial support
b1ue/vlc:nacl.wasm
into
master
Overview
125
Commits
9
Pipelines
19
Changes
15
Merged
Mehdi Sabwat
requested to merge
b1ue/vlc:nacl.wasm
into
master
3 years ago
Overview
125
Commits
9
Pipelines
19
Changes
15
Expand
This MR adds initial support for the "wasm32-*-emscripten" triplet
Edited
3 years ago
by
Mehdi Sabwat
3
1
1
Merge request reports
Compare
master
version 20
dac24237
3 years ago
version 19
a1e3a4d7
3 years ago
version 18
db3a8d0d
3 years ago
version 17
dd6a6693
3 years ago
version 16
4905c27e
3 years ago
version 15
df2b87b1
3 years ago
version 14
16987a06
3 years ago
version 13
16987a06
3 years ago
version 12
3753cfb0
3 years ago
version 11
3753cfb0
3 years ago
version 10
6a240866
3 years ago
version 9
e8fcd55b
3 years ago
version 8
69d5adf9
3 years ago
version 7
44c19337
3 years ago
version 6
08ca54c9
3 years ago
version 5
181f59fd
3 years ago
version 4
ce01a3d3
3 years ago
version 3
7aba526f
3 years ago
version 2
e86264ef
3 years ago
version 1
6d5e8259
3 years ago
master (base)
and
latest version
latest version
9ace5912
9 commits,
3 years ago
version 20
dac24237
9 commits,
3 years ago
version 19
a1e3a4d7
9 commits,
3 years ago
version 18
db3a8d0d
9 commits,
3 years ago
version 17
dd6a6693
9 commits,
3 years ago
version 16
4905c27e
9 commits,
3 years ago
version 15
df2b87b1
8 commits,
3 years ago
version 14
16987a06
9 commits,
3 years ago
version 13
16987a06
9 commits,
3 years ago
version 12
3753cfb0
19 commits,
3 years ago
version 11
3753cfb0
19 commits,
3 years ago
version 10
6a240866
19 commits,
3 years ago
version 9
e8fcd55b
18 commits,
3 years ago
version 8
69d5adf9
18 commits,
3 years ago
version 7
44c19337
18 commits,
3 years ago
version 6
08ca54c9
17 commits,
3 years ago
version 5
181f59fd
17 commits,
3 years ago
version 4
ce01a3d3
17 commits,
3 years ago
version 3
7aba526f
17 commits,
3 years ago
version 2
e86264ef
16 commits,
3 years ago
version 1
6d5e8259
16 commits,
3 years ago
15 files
+
386
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
contrib/src/ffmpeg/0001-ffmpeg-add-target_os-support-for-emscripten.patch
0 → 100644
+
25
−
0
Options
From 4bb53ad8e35f899f14e6d6144e60d8caa5c0651c Mon Sep 17 00:00:00 2001
From: Mehdi Sabwat <mehdi@videolabs.io>
Date: Mon, 6 Sep 2021 11:49:03 +0200
Subject: [PATCH 1/1] ffmpeg: add target_os support for emscripten
---
configure | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure b/configure
index d7a3f50..57ca005 100755
--- a/configure
+++ b/configure
@@ -5579,6 +5579,8 @@
case $target_os in
;;
minix)
;;
+ emscripten)
+ ;;
none)
;;
*)
--
2.33.0
Loading