summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-27 17:40:43 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-27 17:40:43 +0000
commit2a59fbf120a02b3ddbaaa3fe34d481147e8e0574 (patch)
tree5c85a281e4bfd5eb8771d344a92818bae7c33149 /configure
parent51f6ad33e26f128078992d36d39f0c2c221142b3 (diff)
downloadmpv-2a59fbf120a02b3ddbaaa3fe34d481147e8e0574.tar.bz2
mpv-2a59fbf120a02b3ddbaaa3fe34d481147e8e0574.tar.xz
add gui support to config scripts, and fixed some warning.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1992 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure27
1 files changed, 8 insertions, 19 deletions
diff --git a/configure b/configure
index 4417033795..9873b6370f 100755
--- a/configure
+++ b/configure
@@ -1202,23 +1202,17 @@ for ac_option do
_select='#define HAVE_AUDIO_SELECT'
;;
--enable-gui)
- cat <<EOF
-
-You've tried to enable GUI support.
-
-GUI code was just imported to CVS, and we didn't finished integration yet!
-It's under heavy development, and it isn't trivial how to compile and run.
-Do NOT flood our mailboxes with GUI-related questions and bugreports now!
-We're busy with development, but we know the problems you want to report.
-
-Please wait until we announce it on mplayer-users list and News on homepage.
-
-EOF
- exit
+ _gui=yes
+ ;;
+ --enable-new-gui)
+ _gui=yes
;;
--enable-streaming)
_streaming=yes
;;
+ --enable-divx4)
+ _divx4linux=yes
+ ;;
--disable-css)
_css=no
;;
@@ -1325,15 +1319,9 @@ EOF
--disable-divx4)
_divx4linux=no
;;
- --enable-divx4)
- _divx4linux=yes
- ;;
--disable-vorbis)
_vorbis=no
;;
- --enable-new-gui)
- _gui=yes
- ;;
--with-win32libdir=*)
_win32libdir=`echo $ac_option | cut -d '=' -f 2`
_win32libdirnotify=no
@@ -2192,6 +2180,7 @@ HAVE_MLIB=$_mlib
GTKLIB=$_gtklib
GLIBLIB=$_gliblib
GUI_LIBS = $_gui_lib
+GUI=$_gui
DEBUG=-DDEBUG
EOF