Mercurial > mplayer.hg
changeset 1767:7f65437a67ba
gui info
author | arpi |
---|---|
date | Thu, 30 Aug 2001 11:17:56 +0000 |
parents | c78e645d706b |
children | 63db543aae94 |
files | configure |
diffstat | 1 files changed, 16 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Aug 30 11:08:36 2001 +0000 +++ b/configure Thu Aug 30 11:17:56 2001 +0000 @@ -1177,7 +1177,19 @@ _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 @@ --enable-divx4) _divx4linux=yes ;; + --enable-new-gui) + _gui=yes + ;; --with-win32libdir=*) _win32libdir=`echo $ac_option | cut -d '=' -f 2` _win32libdirnotify=no