diff options
author | Josh de Kock <josh@itanimul.li> | 2016-09-25 12:55:16 +0100 |
---|---|---|
committer | Josh de Kock <josh@itanimul.li> | 2016-09-25 18:08:06 +0100 |
commit | 21344991c0d2a651d221dbdbb416031462a70d2c (patch) | |
tree | 188f2374616a4b2d32e0d2f89f6361816c99bc7e /configure | |
parent | fbb1fcd4d0b4613b500d01549f8ecd792f895002 (diff) | |
download | ffmpeg-21344991c0d2a651d221dbdbb416031462a70d2c.tar.gz |
lavd/sdl2: add sdl alias
This commit also adds an sdl alias for the configure script.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |