[Mplayer-cvslog] CVS: main configure,1.37,1.38
Felix Buenemann
atmosfear at users.sourceforge.net
Sat May 5 23:37:39 CEST 2001
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv3177
Modified Files:
configure
Log Message:
Added workaround for buggy SDL.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** configure 2001/05/05 15:37:11 1.37
--- configure 2001/05/05 21:37:37 1.38
***************
*** 411,414 ****
--- 411,419 ----
if $_cc $TMPC -o $TMPO -L/usr/lib/ -L/usr/local/lib/ -lSDL -lpthread &> /dev/null ; then
if test `sdl-config --version | sed s/[=[:punct:]=]//g` -gt 116 ; then
+ if test `sdl-config --version | sed s/[=[:punct:]=]//g` -lt 121 ; then
+ _sdlbuggy='#define BUGGY_SDL'
+ else
+ _sdlbuggy='#undef BUGGY_SDL'
+ fi
_sdl=yes
else
***************
*** 1062,1065 ****
--- 1067,1072 ----
$_dga2
$_sdldef
+ /* defined for SDLlib with keyrepeat bugs (before 1.2.1) */
+ $_sdlbuggy
$_3dfx
$_mga
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list