summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-30 11:17:56 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-30 11:17:56 +0000
commit654891bfab13f3cf11e64c165b71f3fc883c1cb3 (patch)
tree91ac4689babf6b0433cf9d58ef1ccfcbc8bf8bce /configure
parentb8490d0df80025934feb86f815161d4dd7b7247a (diff)
downloadmpv-654891bfab13f3cf11e64c165b71f3fc883c1cb3.tar.bz2
mpv-654891bfab13f3cf11e64c165b71f3fc883c1cb3.tar.xz
gui info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1768 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 16 insertions, 1 deletions
diff --git a/configure b/configure
index b317d93897..6f12ce2315 100755
--- a/configure
+++ b/configure
@@ -1177,7 +1177,19 @@ for ac_option do
_select='#define HAVE_AUDIO_SELECT'
;;
--enable-gui)
- _gui=yes
+ 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
;;
--enable-streaming)
_streaming=yes
@@ -1291,6 +1303,9 @@ for ac_option do
--enable-divx4)
_divx4linux=yes
;;
+ --enable-new-gui)
+ _gui=yes
+ ;;
--with-win32libdir=*)
_win32libdir=`echo $ac_option | cut -d '=' -f 2`
_win32libdirnotify=no