mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 21:31:13 +00:00
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:
parent
963cbe6cd4
commit
bf366b0d9d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user