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
21344991
Commit
21344991
authored
Sep 25, 2016
by
Josh de Kock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavd/sdl2: add sdl alias
This commit also adds an sdl alias for the configure script.
parent
fbb1fcd4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
configure
configure
+2
-0
sdl2.c
libavdevice/sdl2.c
+1
-1
No files found.
configure
View file @
21344991
...
...
@@ -1547,6 +1547,7 @@ EXTERNAL_LIBRARY_LIST="
opengl
openssl
schannel
sdl
sdl2
securetransport
videotoolbox
...
...
@@ -5846,6 +5847,7 @@ if enabled gcrypt; then
fi
fi
disabled sdl
&&
disable sdl2
if
!
disabled sdl2
;
then
SDL2_CONFIG
=
"
${
cross_prefix
}
sdl2-config"
if
check_pkg_config sdl2 SDL_events.h SDL_PollEvent
;
then
...
...
libavdevice/sdl2.c
View file @
21344991
...
...
@@ -352,7 +352,7 @@ static const AVClass sdl2_class = {
};
AVOutputFormat
ff_sdl2_muxer
=
{
.
name
=
"sdl2"
,
.
name
=
"sdl
,sdl
2"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"SDL2 output device"
),
.
priv_data_size
=
sizeof
(
SDLContext
),
.
audio_codec
=
AV_CODEC_ID_NONE
,
...
...
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