summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 16:25:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 16:25:20 +0000
commit049d820592abd5ac25d0fa8167ee49df3c28f8a6 (patch)
treee38890fe9081b1c5a912771e07f6d4c9aecab4aa /configure
parent63b29dabbcba96c861556e3563f2cadac43c94b5 (diff)
downloadmpv-049d820592abd5ac25d0fa8167ee49df3c28f8a6.tar.bz2
mpv-049d820592abd5ac25d0fa8167ee49df3c28f8a6.tar.xz
Introduce make variable common to the GTK and Windows GUI and use it
in the appropriate places. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26817 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index b9ef99b936..bf1ab7c778 100755
--- a/configure
+++ b/configure
@@ -7739,6 +7739,7 @@ TARGET_CPU=$iproc
`echo $_cpuexts | tr '[a-z] ' '[A-Z]\n' | sed 's/^/HAVE_/;s/$/=yes/'`
# --- GUI stuff ---
+GUI = $_gui
GUI_GTK = $_gui_gtk
GUI_WIN32 = $_gui_win32