comparison configure @ 23931:41a77c42416b

100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL test
author reimar
date Mon, 30 Jul 2007 19:48:31 +0000
parents 282a634da284
children bd94cb9f3f91
comparison
equal deleted inserted replaced
23930:282a634da284 23931:41a77c42416b
4048 _gl=yes 4048 _gl=yes
4049 _libs_mplayer="$_libs_mplayer -lGL $_ld_dl" 4049 _libs_mplayer="$_libs_mplayer -lGL $_ld_dl"
4050 elif cc_check -lGL $_ld_lm $_ld_pthread ; then 4050 elif cc_check -lGL $_ld_lm $_ld_pthread ; then
4051 _gl=yes 4051 _gl=yes
4052 _libs_mplayer="$_libs_mplayer -lGL $_ld_pthread $_ld_dl" 4052 _libs_mplayer="$_libs_mplayer -lGL $_ld_pthread $_ld_dl"
4053 elif cc_check -lopengl32 ; then 4053 elif cc_check -DGL_WIN32 -lopengl32 ; then
4054 _gl=yes 4054 _gl=yes
4055 _gl_win32=yes 4055 _gl_win32=yes
4056 _libs_mplayer="$_libs_mplayer -lopengl32 -lgdi32" 4056 _libs_mplayer="$_libs_mplayer -lopengl32 -lgdi32"
4057 fi 4057 fi
4058 else 4058 else