fix for people experimenting with GUI under windows

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12886 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2004-07-22 19:07:13 +00:00
parent 963cbe6cd4
commit bf366b0d9d
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
aspect(&d_width,&d_height,A_NOZOOM);
#ifdef HAVE_NEW_GUI
#if defined(HAVE_NEW_GUI) && !defined(GL_WIN32)
if (use_gui) {
if (config_glx_gui(d_width, d_height) == -1)
return -1;