mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 16:33:02 +00:00
gui info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1768 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b8490d0df8
commit
654891bfab
17
configure
vendored
17
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user