[Mplayer-cvslog] CVS: main configure,1.157,1.158
Arpi of Ize
arpi at mplayer.dev.hu
Thu Aug 30 13:17:58 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv23050
Modified Files:
configure
Log Message:
gui info
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- configure 30 Aug 2001 11:08:36 -0000 1.157
+++ configure 30 Aug 2001 11:17:56 -0000 1.158
@@ -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
@@ -1290,6 +1302,9 @@
;;
--enable-divx4)
_divx4linux=yes
+ ;;
+ --enable-new-gui)
+ _gui=yes
;;
--with-win32libdir=*)
_win32libdir=`echo $ac_option | cut -d '=' -f 2`
More information about the MPlayer-cvslog
mailing list