Mercurial > mplayer.hg
comparison configure @ 1767:7f65437a67ba
gui info
author | arpi |
---|---|
date | Thu, 30 Aug 2001 11:17:56 +0000 |
parents | c78e645d706b |
children | fc5efe18d15e |
comparison
equal
deleted
inserted
replaced
1766:c78e645d706b | 1767:7f65437a67ba |
---|---|
1175 ;; | 1175 ;; |
1176 --enable-select) | 1176 --enable-select) |
1177 _select='#define HAVE_AUDIO_SELECT' | 1177 _select='#define HAVE_AUDIO_SELECT' |
1178 ;; | 1178 ;; |
1179 --enable-gui) | 1179 --enable-gui) |
1180 _gui=yes | 1180 cat <<EOF |
1181 | |
1182 You've tried to enable GUI support. | |
1183 | |
1184 GUI code was just imported to CVS, and we didn't finished integration yet! | |
1185 It's under heavy development, and it isn't trivial how to compile and run. | |
1186 Do NOT flood our mailboxes with GUI-related questions and bugreports now! | |
1187 We're busy with development, but we know the problems you want to report. | |
1188 | |
1189 Please wait until we announce it on mplayer-users list and News on homepage. | |
1190 | |
1191 EOF | |
1192 exit | |
1181 ;; | 1193 ;; |
1182 --enable-streaming) | 1194 --enable-streaming) |
1183 _streaming=yes | 1195 _streaming=yes |
1184 ;; | 1196 ;; |
1185 --disable-css) | 1197 --disable-css) |
1288 --disable-divx4) | 1300 --disable-divx4) |
1289 _divx4linux=no | 1301 _divx4linux=no |
1290 ;; | 1302 ;; |
1291 --enable-divx4) | 1303 --enable-divx4) |
1292 _divx4linux=yes | 1304 _divx4linux=yes |
1305 ;; | |
1306 --enable-new-gui) | |
1307 _gui=yes | |
1293 ;; | 1308 ;; |
1294 --with-win32libdir=*) | 1309 --with-win32libdir=*) |
1295 _win32libdir=`echo $ac_option | cut -d '=' -f 2` | 1310 _win32libdir=`echo $ac_option | cut -d '=' -f 2` |
1296 _win32libdirnotify=no | 1311 _win32libdirnotify=no |
1297 ;; | 1312 ;; |