[MPlayer-cvslog] r32045 - trunk/configure
reimar
subversion at mplayerhq.hu
Sat Sep 4 11:39:21 CEST 2010
Author: reimar
Date: Sat Sep 4 11:39:21 2010
New Revision: 32045
Log:
Add a hack to work with BeOS/Haiku libsdl.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Sep 4 10:36:38 2010 (r32044)
+++ trunk/configure Sat Sep 4 11:39:21 2010 (r32045)
@@ -5333,6 +5333,10 @@ EOF
fi
if cc_check $_inc_tmp $_ld_tmp >>"$TMPLOG" 2>&1 ; then
_sdl=yes
+ elif cc_check $_inc_tmp $_ld_tmp -lstdc++ >>"$TMPLOG" 2>&1 ; then
+ # HACK for BeOS/Haiku SDL
+ _ld_tmp="$_ld_tmp -lstdc++"
+ _sdl=yes
fi
fi
fi
More information about the MPlayer-cvslog
mailing list