Skip to content
Snippets Groups Projects
Commit 21344991 authored by Josh de Kock's avatar Josh de Kock
Browse files

lavd/sdl2: add sdl alias

This commit also adds an sdl alias for the configure script.
parent fbb1fcd4
No related branches found
No related tags found
No related merge requests found
...@@ -1547,6 +1547,7 @@ EXTERNAL_LIBRARY_LIST=" ...@@ -1547,6 +1547,7 @@ EXTERNAL_LIBRARY_LIST="
opengl opengl
openssl openssl
schannel schannel
sdl
sdl2 sdl2
securetransport securetransport
videotoolbox videotoolbox
...@@ -5846,6 +5847,7 @@ if enabled gcrypt; then ...@@ -5846,6 +5847,7 @@ if enabled gcrypt; then
fi fi
fi fi
disabled sdl && disable sdl2
if ! disabled sdl2; then if ! disabled sdl2; then
SDL2_CONFIG="${cross_prefix}sdl2-config" SDL2_CONFIG="${cross_prefix}sdl2-config"
if check_pkg_config sdl2 SDL_events.h SDL_PollEvent; then if check_pkg_config sdl2 SDL_events.h SDL_PollEvent; then
......
...@@ -352,7 +352,7 @@ static const AVClass sdl2_class = { ...@@ -352,7 +352,7 @@ static const AVClass sdl2_class = {
}; };
AVOutputFormat ff_sdl2_muxer = { AVOutputFormat ff_sdl2_muxer = {
.name = "sdl2", .name = "sdl,sdl2",
.long_name = NULL_IF_CONFIG_SMALL("SDL2 output device"), .long_name = NULL_IF_CONFIG_SMALL("SDL2 output device"),
.priv_data_size = sizeof(SDLContext), .priv_data_size = sizeof(SDLContext),
.audio_codec = AV_CODEC_ID_NONE, .audio_codec = AV_CODEC_ID_NONE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment