[MPlayer-cvslog] r30344 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Jan 17 12:49:33 CET 2010


Author: reimar
Date: Sun Jan 17 12:49:33 2010
New Revision: 30344

Log:
Also try linking against dxguid for SDL test.
Some broken SDL versions need it even though sdl-config does include it.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jan 17 12:43:55 2010	(r30343)
+++ trunk/configure	Sun Jan 17 12:49:33 2010	(r30344)
@@ -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"


More information about the MPlayer-cvslog mailing list