summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-17 11:49:33 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-17 11:49:33 +0000
commit28aa29222e6223002931506a365b007d66ed979b (patch)
tree2a895bfa06fcc3f4d2866e8860caffaf506badc1 /configure
parent8277134a67b0a374c6c9398d852ed681f9146145 (diff)
downloadmpv-28aa29222e6223002931506a365b007d66ed979b.tar.bz2
mpv-28aa29222e6223002931506a365b007d66ed979b.tar.xz
Also try linking against dxguid for SDL test.
Some broken SDL versions need it even though sdl-config does include it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30344 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5eabaa127d..74959d1ee5 100755
--- a/configure
+++ b/configure
@@ -5342,7 +5342,7 @@ int main(int argc, char *argv[]) {
}
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"