Mercurial > mplayer.hg
changeset 30302:a9e53df6d8f1
Also try linking against dxguid for SDL test.
Some broken SDL versions need it even though sdl-config does include it.
author | reimar |
---|---|
date | Sun, 17 Jan 2010 11:49:33 +0000 |
parents | a33cf9c69731 |
children | 7cc3c0fd1036 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jan 17 11:43:55 2010 +0000 +++ b/configure Sun Jan 17 11:49:33 2010 +0000 @@ -5342,7 +5342,7 @@ } EOF _sdl=no - for _ld_tmp in "-lSDL" "-lSDL -lpthread" "-lSDL -lwinmm -lgdi32" ; do + for _ld_tmp in "-lSDL" "-lSDL -lpthread" "-lSDL -lwinmm -lgdi32" "-lSDL -lwinmm -lgdi32 -ldxguid" ; do if cc_check -DCONFIG_SDL_SDL_H $_inc_tmp $_ld_tmp ; then _sdl=yes def_sdl_sdl_h="#define CONFIG_SDL_SDL_H 1"