Mercurial > mplayer.hg
annotate configure @ 687:bcb46c9eaae1
slight proofreading
author | nickols_k |
---|---|
date | Wed, 02 May 2001 14:48:35 +0000 |
parents | f87dc2cc16a8 |
children | b796e4b6063c |
rev | line source |
---|---|
1 | 1 #!/bin/sh |
2 | |
3 # | |
4 # MPlayer configurator. (C) 2000 Pontscho/fresh!mindworkz | |
5 # pontscho@makacs.poliod.hu | |
6 # | |
4 | 7 # Changes in reversed order: |
1 | 8 # |
492 | 9 # 2001/04/16 by LGB |
10 # - added libcss stuffs | |
11 # | |
463 | 12 # 2001/04/15 by Pontscho |
13 # - added --disable-select option | |
14 # - added X11DIR variable in config.mak and fix syncfb Makefile -L/usr/X11/lib bug | |
15 # | |
209
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
16 # 2001/03/24 by Mike Graffam: |
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
17 # - added autodetect code for XF86VidMode, along with explicit --enable-vm |
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
18 # |
196 | 19 # 2001/03/22 by Bivanbi: |
20 # - new option: --cc (to specify C compiler path+name) | |
21 # | |
22 # 2001/03/08 by LGB: | |
492 | 23 # - DGA detect-o-matic :) |
59 | 24 # - '--disable-dga' option to force disabling DGA vo driver compiling into mplayer |
25 # - line about '--enable-dga' is added to the help message | |
26 # | |
196 | 27 # 2001/02/26 by A'rpi: |
11 | 28 # - added DGA option: --enable-dga |
29 # - no notify if --with-win32libdir used [Tibcu] | |
30 # | |
196 | 31 # 2001/02/25 by LGB: |
4 | 32 # - TMPDIR or TEMPDIR variable is honored during tests for temporary files |
33 # - ChangeLog inside configure was reversed ;-) | |
1 | 34 # |
35 # some changes by A'rpi/ESP-team: | |
4 | 36 # - added 'athlon' target for the new athlongcc [Ian Kumlien] |
37 # - applied _win32libdir=-L patch by Magnus Pfeffer | |
1 | 38 # |
39 # some changes by LGB: | |
40 # - Ehhh, AMD K6-2 returns with cpuid 5 ;-) Changing back Arpi's last change :) | |
41 # More info: AMD K6-2 reports with family 5, duron with 6, so I attached | |
42 # much finer CPU type detection based on Linux kernel's one :) | |
43 # (k5: 5, model<6, k6: 5, model>=6, k7: 6, model=any) | |
44 # - On some exit point (error) temporary files were not deleted. Fixed. | |
45 # - $TMP and $TMP2 are renamed to $TMPC and $TMPO ;-) | |
46 # - Some useless { ... } are removed | |
47 # | |
48 # some changes by A'rpi/ESP-team: | |
11 | 49 # - the --with-win32libdir patch by Aaron Hope applied |
4 | 50 # - some english bugfix again :) |
51 # - cpu type selection changed: | |
52 # ( k7->k6->k5-> ) || (i686->pentiumpro-> ) pentium-> i486 -> i386 -> error! | |
53 # - cpu type for AMD/family=5 changed k6->k5 | |
54 # | |
55 # some changes by LGB (Gábor Lénárt): | |
56 # - SOME gcc may support 'k7', so I added tests for ALL CPU type optimization | |
57 # switches with the ability to find out the best optimization for your CPU. | |
58 # - Help moved to the begining to avoid tests if user only wants help. | |
59 # - A one lined help to indicate detailed help for users | |
60 # - Fixed /tmp race (PIDs can be predicted, I added random numbers as well) | |
61 # | |
62 # some changes by A'rpi/ESP-team: | |
63 # - some english bugfix :) | |
64 # - removed _??exists flags, _?? is enough... | |
65 # - creating only config.mak files instead of whole Makefiles | |
1 | 66 # |
67 # -- | |
68 | |
69 | |
70 # LGB: Help moved here. | |
71 | |
72 if [ "$1" = "--help" -o "$1" = "-help" -o "$1" = "-h" ]; then | |
73 cat << EOF | |
74 | |
75 usage: $0 [options] | |
76 | |
77 params: | |
196 | 78 --cc use this C compiler to build MPlayer [gcc] |
1 | 79 --enable-mmx build with mmx support [autodetect] |
350 | 80 --enable-mmx2 build with mmx2 support (PIII, Athlon) [autodetect] |
1 | 81 --enable-3dnow build with 3dnow! support [autodetect] |
82 --enable-sse build with sse support [autodetect] | |
83 --enable-gl build with OpenGL render support [autodetect] | |
59 | 84 --enable-dga build with DGA support [autodetect] |
287 | 85 --enable-svga build with SVGAlib support [autodetect] |
548
c5c2d4e41a4a
added sdl versiondetect and removed sdl warning (it's autodetect now)
atmosfear
parents:
525
diff
changeset
|
86 --enable-sdl build with SDL render support [autodetect] |
1 | 87 --enable-mga build with mga_vid support [autodetect, if /dev/mga_vid |
88 is available] | |
89 --enable-xmga build with mga_vid X Window support [autodetect, | |
90 if both /dev/mga_vid and x11 are available] | |
91 --enable-xv build with Xv render support for X 4.x [autodetect] | |
209
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
92 --enable-vm build with XF86VidMode support for x11 driver |
1 | 93 --enable-x11 build with X11 render support [autodetect] |
225 | 94 --enable-fbdev build with FBDev render support [_not_ autodetected] |
1 | 95 --enable-mlib build with MLIB support ( only Solaris ) |
96 | |
97 --enable-termcap use termcap database for key codes | |
98 --enable-xmmp use XMMP audio drivers | |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
99 --enable-lirc enable LIRC (remote control) support |
1 | 100 |
463 | 101 --disable-select disable audio select() support ( for example required this |
102 option ALSA or Vortex2 driver ) | |
103 | |
627
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
104 --disable-dshow disable DirectShow support (if you don't have |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
105 C++ compiler&libs, or you've found dshow codecs |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
106 slower than old VfW ones) |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
107 |
642 | 108 --disable-fastmemcpy disable 3dnow/sse/mmx optimized memcpy() |
109 | |
1 | 110 --with-x11libdir=DIR X library files are in DIR |
111 --with-win32libdir=DIR windows codec files | |
492 | 112 --with-csslibdir=DIR directory contains libcss.so shared library |
113 --with-cssincdir=DIR directory contains libcss header file (css.h) | |
661 | 114 (--with-css* only needed, if libCSS autodetect fails) |
1 | 115 |
116 --size-x=SIZE default screen width | |
117 --size-y=SIZE default screen height | |
118 EOF | |
119 exit 0 | |
120 fi | |
121 | |
122 # LGB: Some inital help | |
123 | |
124 echo "You can get detailed help on configure with: $0 --help" | |
125 echo "Please wait while ./configure discovers your software and hardware environment!" | |
126 | |
127 # LGB: temporary files | |
128 | |
4 | 129 TMPC="mplayer-conf-${RANDOM}-$$-${RANDOM}.c" |
130 TMPO="mplayer-conf-${RANDOM}-$$-${RANDOM}.o" | |
1 | 131 |
4 | 132 if [ ! -z $TMPDIR ]; then |
133 TMPC="${TMPDIR}/${TMPC}" | |
134 TMPO="${TMPDIR}/${TMPO}" | |
135 elif [ ! -z $TEMPDIR ]; then | |
136 TMPC="${TEMPDIR}/${TMPC}" | |
137 TMPO="${TEMPDIR}/${TMPO}" | |
138 else | |
139 TMPC="/tmp/${TMPC}" | |
140 TMPO="/tmp/${TMPO}" | |
141 fi | |
1 | 142 |
143 # --- | |
144 | |
145 # config files | |
146 CCONF='config.h' | |
147 MCONF='config.mak' | |
148 | |
196 | 149 # --- Check for C compiler: |
150 | |
151 _cc=gcc | |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
152 _x11=auto |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
153 |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
154 _x11libdir= |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
155 if [ -e /usr/X11R6 ]; then |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
156 _x11libdir=-L/usr/X11R6/lib |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
157 else |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
158 if [ -e /usr/X11 ]; then |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
159 _x11libdir=-L/usr/X11/lib |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
160 fi |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
161 fi |
196 | 162 |
163 for ac_option | |
164 do | |
165 case "$ac_option" in | |
166 --cc=*) | |
167 _cc=`echo $ac_option | cut -d '=' -f 2` | |
168 ;; | |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
169 --with-x11libdir=*) |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
170 _x11libdir=-L`echo $ac_option | cut -d '=' -f 2` |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
171 ;; |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
172 --enable-x11) |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
173 _x11=yes |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
174 ;; |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
175 --disable-x11) |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
176 _x11=no |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
177 ;; |
196 | 178 esac |
179 done | |
180 | |
1 | 181 # --- |
182 | |
183 TAB=`echo -n -e "\t"` | |
184 pname=`cat /proc/cpuinfo | grep 'model name' | cut -d ':' -f 2` | |
185 pparam=`cat /proc/cpuinfo | grep 'features' | cut -d ':' -f 2` | |
186 if [ -z "$pparam" ]; then | |
187 pparam=`cat /proc/cpuinfo | grep 'flags' | cut -d ':' -f 2` | |
188 fi | |
189 pvendor=`cat /proc/cpuinfo | grep 'vendor_id' | cut -d ':' -f 2 | cut -d ' ' -f 2` | |
190 pfamily=`cat /proc/cpuinfo | grep 'cpu family' | cut -d ':' -f 2 | cut -d ' ' -f 2` | |
191 pmodel=`cat /proc/cpuinfo | grep "model$TAB" | cut -d ':' -f 2 | cut -d ' ' -f 2` | |
192 pstepping=`cat /proc/cpuinfo | grep 'stepping' | cut -d ':' -f 2 | cut -d ' ' -f 2` | |
193 | |
194 _mmx=no | |
350 | 195 _mmx2=no |
1 | 196 _3dnow=no |
197 _mtrr=no | |
198 _sse=no | |
525 | 199 |
1 | 200 _mga=no |
201 _gl=no | |
202 _sdl=no | |
203 _xv=no | |
209
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
204 _vm=no |
525 | 205 _xdpms=no |
1 | 206 _3dfx=no |
207 _syncfb=no | |
208 _mlib=no | |
209 _mpg123=no | |
210 _xmga=no | |
11 | 211 _dga=no |
233
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
212 _dga2=no |
287 | 213 _svga=no |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
214 _fbdev=yes |
1 | 215 _lirc=no |
525 | 216 _css=no |
627
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
217 _dshow=yes |
642 | 218 _fastmemcpy=yes |
1 | 219 |
220 _x=1 | |
221 _y=1 | |
222 | |
223 _gllib= | |
224 _sdllib= | |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
225 _xvlib= |
440
d19a3da6ac13
Pontscho's mixer, select, and hell-a-lot-of-stuff patch ;)
gabucino
parents:
417
diff
changeset
|
226 _x11lib= |
1 | 227 |
463 | 228 _select='#define HAVE_AUDIO_SELECT' |
229 | |
1 | 230 for i in `echo $pparam`; do |
231 | |
232 case "$i" in | |
233 3dnow) | |
234 _3dnow=yes | |
235 _mpg123=yes | |
236 ;; | |
237 mmx) | |
238 _mmx=yes | |
239 ;; | |
350 | 240 mmxext) |
241 _mmx2=yes | |
242 ;; | |
1 | 243 mtrr) |
244 _mtrr=yes | |
245 ;; | |
246 k6_mtrr) | |
247 _mtrr=yes | |
248 ;; | |
249 xmm) | |
250 _sse=yes | |
356 | 251 _mmx2=yes |
1 | 252 ;; |
253 sse) | |
254 _sse=yes | |
356 | 255 _mmx2=yes |
1 | 256 ;; |
257 kni) | |
258 _sse=yes | |
356 | 259 _mmx2=yes |
1 | 260 ;; |
261 esac | |
262 | |
263 done | |
264 | |
265 | |
266 _win32libdirnotify=no | |
267 if [ -e /usr/lib/win32 ]; then | |
268 _win32libdir=/usr/lib/win32 | |
269 else | |
270 if [ -e /usr/local/lib/win32 ]; then | |
271 _win32libdir=/usr/local/lib/win32 | |
272 else | |
273 # This is our default: | |
274 _win32libdir=/usr/lib/win32 | |
275 _win32libdirnotify=yes | |
276 fi | |
277 fi | |
278 | |
279 | |
280 if [ -e /dev/mga_vid ]; then | |
281 _mga=yes | |
282 _syncfb=yes | |
283 fi | |
284 | |
285 proc=pentium | |
286 | |
287 case "$pvendor" in | |
288 AuthenticAMD) | |
289 case "$pfamily" in | |
290 3) | |
291 proc=i386 | |
292 ;; | |
293 4) | |
294 proc=i486 | |
295 ;; | |
296 5) | |
297 if [ $pmodel -ge 6 ]; then # LGB: models are: K5/SSA5 K5 K5 K5 ? ? K6 K6 K6-2 K6-3 | |
298 proc=k6 | |
299 else | |
300 proc=k5 | |
301 fi | |
302 ;; | |
303 6|7) # LGB: Though it seems Athlon CPUs returns with "6" | |
304 proc=k7 | |
305 ;; | |
306 *) | |
307 proc=pentium | |
308 ;; | |
309 esac | |
310 ;; | |
311 GenuineIntel) | |
312 case "$pfamily" in | |
313 3) | |
314 proc=i386 | |
315 ;; | |
316 4) | |
317 proc=i486 | |
318 ;; | |
319 5) | |
320 proc=pentium | |
321 ;; | |
322 6) | |
323 proc=i686 | |
324 ;; | |
325 *) | |
326 proc=pentium | |
327 ;; | |
328 esac | |
329 ;; | |
330 unknown) # added by Gabucino - upon Tibcu's request | |
331 case "$pfamily" in | |
332 3) | |
333 proc=i386 | |
334 ;; | |
335 4) | |
336 proc=i486 | |
337 ;; | |
338 *) | |
339 proc=pentium | |
340 ;; | |
341 esac | |
342 ;; | |
343 *) | |
344 proc=pentium | |
345 ;; | |
346 esac | |
347 | |
348 # --- | |
349 | |
350 cat > $TMPC << EOF | |
351 int main( void ) { return 0; } | |
352 EOF | |
353 | |
354 # check that gcc supports our cpu, if not, fallback to pentium | |
355 # LGB: check -mcpu and -march swithing step by step with enabling | |
356 # to fall back till 386. | |
357 | |
358 #echo -n "Checking your GCC CPU optimalization abilities: " | |
359 if [ "$proc" = "k7" ]; then | |
360 # echo -n "trying k7 " | |
196 | 361 $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc &> /dev/null || proc=athlon |
1 | 362 fi |
363 if [ "$proc" = "athlon" ]; then | |
364 # echo -n "trying athlon " | |
196 | 365 $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc &> /dev/null || proc=k6 |
1 | 366 fi |
367 if [ "$proc" = "k6" ]; then | |
368 # echo -n "trying k6 " | |
196 | 369 $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc &> /dev/null || proc=k5 |
1 | 370 fi |
371 if [ "$proc" = "k5" ]; then | |
372 # echo -n "trying k5 " | |
196 | 373 $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc &> /dev/null || proc=pentium |
1 | 374 fi |
375 if [ "$proc" = "i686" ]; then | |
376 # echo -n "trying i686 " | |
196 | 377 $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc &> /dev/null || proc=pentiumpro |
1 | 378 fi |
379 if [ "$proc" = "pentiumpro" ]; then | |
380 # echo -n "trying pentiumpro " | |
196 | 381 $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc &> /dev/null || proc=pentium |
1 | 382 fi |
383 if [ "$proc" = "pentium" ]; then | |
384 # echo -n "trying pentium " | |
196 | 385 $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc &> /dev/null || proc=i486 |
1 | 386 fi |
387 if [ "$proc" = "i486" ]; then | |
388 # echo -n "trying i486 " | |
196 | 389 $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc &> /dev/null || proc=i386 |
1 | 390 fi |
391 if [ "$proc" = "i386" ]; then | |
392 # echo -n "trying i386 " | |
196 | 393 $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc &> /dev/null || proc=error |
1 | 394 fi |
395 if [ "$proc" = "error" ]; then | |
396 echo | |
397 echo "Your gcc does not support even \"i386\" for '-march' and '-mcpu'." >&2 | |
398 rm -f $TMPC $TMPO | |
399 exit | |
400 fi | |
401 #echo "DONE (${proc})." | |
402 | |
403 | |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
404 $_cc $TMPC -o $TMPO -lvgagl -lvga &> /dev/null && _svga=yes |
1 | 405 |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
406 $_cc $TMPC -o $TMPO -lpthread &> /dev/null || \ |
1 | 407 { echo "Lib pthread not found."; rm -f $TMPC $TMPO ; exit 1; } |
408 | |
548
c5c2d4e41a4a
added sdl versiondetect and removed sdl warning (it's autodetect now)
atmosfear
parents:
525
diff
changeset
|
409 # Atmosfear: added SDL versioncheck and autodetect; removed warnings. |
c5c2d4e41a4a
added sdl versiondetect and removed sdl warning (it's autodetect now)
atmosfear
parents:
525
diff
changeset
|
410 _sdl=no |
558
30d9f61e9c0b
fixed sdl detection (showed outdated even if not detected)
atmosfear
parents:
548
diff
changeset
|
411 if $_cc $TMPC -o $TMPO -L/usr/lib/ -L/usr/local/lib/ -lSDL -lpthread &> /dev/null ; then |
30d9f61e9c0b
fixed sdl detection (showed outdated even if not detected)
atmosfear
parents:
548
diff
changeset
|
412 if test `sdl-config --version | sed s/[=[:punct:]=]//g` -gt 116 ; then |
30d9f61e9c0b
fixed sdl detection (showed outdated even if not detected)
atmosfear
parents:
548
diff
changeset
|
413 _sdl=yes |
30d9f61e9c0b
fixed sdl detection (showed outdated even if not detected)
atmosfear
parents:
548
diff
changeset
|
414 else |
30d9f61e9c0b
fixed sdl detection (showed outdated even if not detected)
atmosfear
parents:
548
diff
changeset
|
415 _sdl=outdated |
30d9f61e9c0b
fixed sdl detection (showed outdated even if not detected)
atmosfear
parents:
548
diff
changeset
|
416 fi |
30d9f61e9c0b
fixed sdl detection (showed outdated even if not detected)
atmosfear
parents:
548
diff
changeset
|
417 fi |
1 | 418 |
661 | 419 # Atmosfear: added libcss autodetect |
420 _css=no | |
421 if test -e "/usr/local/lib/libcss.so" ; then | |
422 _csslibdir="/usr/local/lib/" | |
423 if test -e "/usr/local/include/css.h" ; then | |
424 _cssincdir="/usr/local/include" | |
425 _css=yes | |
426 else | |
427 if test -e "/usr/include/css.h" ; then | |
428 _cssincdir="/usr/include/" | |
429 _css=yes | |
430 fi | |
431 fi | |
432 fi | |
433 if test -e "/usr/lib/libcss.so" ; then | |
434 _csslibdir="/usr/lib/" | |
435 if test -e "/usr/include/css.h" ; then | |
436 _cssincdir="/usr/include/" | |
437 _css=yes | |
438 else | |
439 if test -e "/usr/local/include/css.h" ; then | |
440 _cssincdir="/usr/local/include" | |
441 _css=yes | |
442 fi | |
443 fi | |
444 fi | |
445 | |
1 | 446 _termcap=no |
196 | 447 $_cc $TMPC -o $TMPO -ltermcap &> /dev/null && _termcap=yes |
1 | 448 |
525 | 449 _png=no |
660
29c9635aa144
Changed vo png to use -lz which is needed on some systems.
atmosfear
parents:
642
diff
changeset
|
450 $_cc $TMPC -o $TMPO -lpng -lz&> /dev/null && _png=yes |
525 | 451 |
1 | 452 _binutils=no |
453 as libac3/downmix/downmix_i386.S -o $TMPO &> /dev/null && _binutils=yes | |
454 | |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
455 # ----------- Check X11 and related libs (GL, Xxf86vm, Xv, DGA) -------------- |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
456 |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
457 if [ $_x11 = auto ]; then |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
458 _x11=no |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
459 $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext &> /dev/null && _x11=yes |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
460 fi |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
461 |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
462 if [ $_x11 = yes ]; then |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
463 |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
464 $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lXdpms &> /dev/null && _xdpms=yes |
525 | 465 $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lXv &> /dev/null && _xv=yes |
590 | 466 $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lXxf86vm &> /dev/null && _vm=yes |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
467 |
525 | 468 $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL &> /dev/null && _gl=yes |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
469 |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
470 cat > $TMPC << EOF |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
471 #include <GL/gl.h> |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
472 int main( void ) { return 0; } |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
473 EOF |
525 | 474 $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL &> /dev/null || \ |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
475 { _gl=no; echo "GL includes not found!";} |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
476 |
59 | 477 cat > $TMPC << EOF |
478 #include <stdio.h> | |
479 #include <X11/Xlib.h> | |
480 #include <X11/extensions/xf86dga.h> | |
481 int main (void) { return 0;} | |
482 EOF | |
483 | |
196 | 484 $_cc $TMPC -o $TMPO -L/usr/X11R6/lib -L/usr/X11/lib -lX11 -lXext -lXxf86dga -lXxf86vm &> /dev/null && _dga=yes |
59 | 485 # Note: the -lXxf86vm library is the VideoMode extension and though it's |
486 # not needed for DGA, AFAIK every distribution packages together with DGA | |
487 # stuffs named 'X extensions' or something similar. This check can be usefull | |
488 # for further mplayer versions to set resolution by mplayer itself. | |
489 # If you run into problems, remove '-lXxf86vm'. | |
490 | |
233
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
491 # Check if DGA is 2.0 or greater |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
492 cat > $TMPC << EOF |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
493 #include <stdio.h> |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
494 #include <X11/Xlib.h> |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
495 #include <X11/extensions/xf86dga.h> |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
496 int main (void) { XDGAMode mode; XDGADevice device; return 0;} |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
497 EOF |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
498 |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
499 _dga2=no |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
500 $_cc $TMPC -o $TMPO -L/usr/X11R6/lib -L/usr/X11/lib -lX11 -lXext -lXxf86dga -lXxf86vm &> /dev/null && _dga2=yes |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
501 |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
502 fi |
1 | 503 |
504 rm -f $TMPC $TMPO | |
505 | |
506 # --- | |
507 | |
508 # check for the parameters. | |
509 | |
510 for ac_option | |
511 do | |
512 case "$ac_option" in | |
492 | 513 --enable-css) |
514 _css=yes | |
515 ;; | |
525 | 516 --enable-png) |
517 _png=yes | |
518 ;; | |
1 | 519 --enable-sse) |
520 _sse=yes | |
521 ;; | |
522 --enable-3dnow) | |
523 _3dnow=yes | |
524 ;; | |
525 --enable-mmx) | |
526 _mmx=yes | |
527 ;; | |
350 | 528 --enable-mmx2) |
529 _mmx2=yes | |
530 ;; | |
72 | 531 --enable-mtrr) |
532 _mtrr=yes | |
533 ;; | |
1 | 534 --enable-gl) |
535 _gl=yes | |
536 ;; | |
537 --enable-sdl) | |
538 _sdl=yes | |
539 ;; | |
540 --enable-mga) | |
541 _mga=yes | |
542 ;; | |
543 --enable-xmga) | |
544 _xmga=yes | |
545 ;; | |
287 | 546 --enable-svga) |
547 _svga=yes | |
548 ;; | |
11 | 549 --enable-dga) |
550 _dga=yes | |
233
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
551 ;; |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
552 --enable-dga2) |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
553 _dga2=yes |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
554 ;; |
1 | 555 --enable-xv) |
556 _xv=yes | |
557 ;; | |
209
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
558 --enable-vm) |
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
559 _vm=yes |
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
560 ;; |
1 | 561 --enable-3dfx) |
562 _3dfx=yes | |
563 ;; | |
564 --enable-syncfb) | |
565 _syncfb=yes | |
566 ;; | |
225 | 567 --enable-fbdev) |
568 _fbdev=yes | |
569 ;; | |
1 | 570 --enable-mlib) |
571 _mlib=yes | |
572 ;; | |
573 --enable-termcap) | |
574 _termcap=yes | |
575 ;; | |
576 --enable-xmmp) | |
577 _xmmp=yes | |
578 ;; | |
579 --enable-lirc) | |
580 _lirc=yes | |
581 ;; | |
463 | 582 --enable-select) |
583 _select='#define HAVE_AUDIO_SELECT' | |
584 ;; | |
492 | 585 --disable-css) |
586 _css=no | |
587 ;; | |
525 | 588 --disable-png) |
589 _png=no | |
590 ;; | |
1 | 591 --disable-sse) |
592 _sse=no | |
593 ;; | |
594 --disable-3dnow) | |
595 _3dnow=no | |
596 ;; | |
597 --disable-mmx) | |
598 _mmx=no | |
350 | 599 _mmx2=no |
1 | 600 ;; |
72 | 601 --disable-mtrr) |
602 _mtrr=no | |
603 ;; | |
1 | 604 --disable-gl) |
605 _gl=no | |
606 ;; | |
607 --disable-sdl) | |
608 _sdl=no | |
609 ;; | |
610 --disable-mga) | |
611 _mga=no | |
612 ;; | |
613 --disable-xmga) | |
614 _xmga=no | |
615 ;; | |
616 --disable-xv) | |
617 _xv=no | |
618 ;; | |
209
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
619 --disable-vm) |
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
620 _vm=no |
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
621 ;; |
1 | 622 --disable-mlib) |
623 _mlib=no | |
624 ;; | |
287 | 625 --disable-svga) |
626 _svga=no | |
627 ;; | |
59 | 628 --disable-dga) |
629 _dga=no | |
630 ;; | |
233
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
631 --disable-dga2) |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
632 _dga2=no |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
633 ;; |
225 | 634 --disable-fbdev) |
635 _fbdev=no | |
636 ;; | |
1 | 637 --disable-termcap) |
638 _termcap=no | |
639 ;; | |
463 | 640 --disable-select) |
641 _select='#undef HAVE_AUDIO_SELECT' | |
642 ;; | |
627
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
643 --disable-dshow) |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
644 _dshow=no |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
645 ;; |
642 | 646 --disable-fastmemcpy) |
647 _fastmemcpy=no | |
648 ;; | |
1 | 649 --with-win32libdir=*) |
650 _win32libdir=`echo $ac_option | cut -d '=' -f 2` | |
11 | 651 _win32libdirnotify=no |
1 | 652 ;; |
492 | 653 --with-csslibdir=*) |
654 _csslibdir=`echo $ac_option | cut -d '=' -f 2` | |
655 _css='yes'; | |
656 ;; | |
657 --with-cssincdir=*) | |
658 _cssincdir=`echo $ac_option | cut -d '=' -f 2` | |
659 _css='yes'; | |
660 ;; | |
1 | 661 --size-x=*) |
662 _x=`echo $ac_option | cut -d '=' -f 2` | |
663 ;; | |
664 --size-y=*) | |
665 _y=`echo $ac_option | cut -d '=' -f 2` | |
666 ;; | |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
667 --with-x11libdir=*) |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
668 ;; |
196 | 669 --cc=*) |
670 ;; | |
1 | 671 esac |
672 done | |
673 | |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
674 if [ $_x11 = 'yes' ]; then |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
675 if [ $_mga = 'yes' ]; then |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
676 _xmga=yes |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
677 fi |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
678 fi |
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
679 |
1 | 680 # to screen. |
196 | 681 echo "Using C compiler: $_cc" |
1 | 682 echo "Checking for cpu vendor ... $pvendor ( $pfamily:$pmodel:$pstepping )" |
683 echo "Checking for cpu type ... $pname" | |
684 echo "Optimizing to ... $proc" | |
685 echo "Checking for mmx support ... $_mmx" | |
350 | 686 echo "Checking for mmx2 support ... $_mmx2" |
1 | 687 echo "Checking for 3dnow support ... $_3dnow" |
688 echo "Checking for sse support ... $_sse" | |
689 echo "Checking for mtrr support ... $_mtrr" | |
690 echo "Screen size ... ${_x}x${_y}" | |
691 echo "Checking for X11 libs ... $_x11libdir" | |
692 echo "Checking mga_vid device ... $_mga" | |
693 echo "Checking for xmga ... $_xmga" | |
694 echo "Checking for SDL ... $_sdl" | |
695 echo "Checking for OpenGL ... $_gl" | |
696 echo "Checking for Xv ... $_xv" | |
697 echo "Checking for X11 ... $_x11" | |
59 | 698 echo "Checking for DGA ... $_dga" |
233
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
699 echo "Checking for DGA 2.0 .. $_dga2" |
209
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
700 echo "Checking for Xf86VM ... $_vm" |
287 | 701 echo "Checking for SVGAlib ... $_svga" |
225 | 702 echo "Checking for FBDev ... $_fbdev" |
492 | 703 echo "Checking for DeCSS support ... $_css" |
525 | 704 echo "Checking for PNG support ... $_png" |
627
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
705 echo "Checking for DirectShow ... $_dshow" |
642 | 706 echo "Checking for fastmemcpy ... $_fastmemcpy" |
1 | 707 # write conf files. |
708 | |
709 if [ $_gl = yes ]; then | |
710 _gllib='-lGL' | |
711 fi | |
712 | |
492 | 713 if [ $_css = yes ]; then |
714 if [ ! -z $_csslibdir ]; then | |
715 _csslib="-L${_csslibdir} -lcss" | |
716 else | |
717 _csslib='-lcss' | |
718 fi | |
719 _css='#define HAVE_LIBCSS' | |
720 if [ ! -z $_cssincdir ]; then | |
721 _cssinc="-I${_cssincdir}" | |
722 else | |
723 _cssinc="" | |
724 fi | |
725 else | |
726 _css='#undef HAVE_LIBCSS' | |
727 _csslib='' | |
728 _cssinc='' | |
729 fi | |
730 | |
627
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
731 if [ $_dshow = yes ]; then |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
732 _dshowlib='-Lloader/DirectShow -lDS_Filter -lstdc++' |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
733 _dshowdep='loader/DirectShow/libDS_Filter.a' |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
734 _dshow='#define USE_DIRECTSHOW' |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
735 else |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
736 _dshowlib='' |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
737 _dshowdep='' |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
738 _dshow='#undef USE_DIRECTSHOW' |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
739 fi |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
740 |
642 | 741 if [ $_fastmemcpy = yes ]; then |
742 _fastmemcpy='#define USE_FASTMEMCPY' | |
743 else | |
744 _fastmemcpy='#undef USE_FASTMEMCPY' | |
745 fi | |
746 | |
1 | 747 if [ $_x11 = yes ]; then |
330 | 748 if [ $_xdpms = yes ]; then |
749 _x11lib='-lX11 -lXext -lXdpms' | |
750 else | |
751 _x11lib='-lX11 -lXext' | |
752 fi | |
1 | 753 fi |
754 | |
755 if [ $_xv = yes ]; then | |
756 _xvlib='-lXv' | |
757 fi | |
758 | |
759 if [ $_sdl = yes ]; then | |
760 _sdllib='-lSDL -lpthread' | |
761 fi | |
762 | |
14 | 763 if [ $_dga = yes ]; then |
764 _dgalib='-lXxf86dga' | |
765 fi | |
766 | |
287 | 767 if [ $_svga = yes ]; then |
289 | 768 _svgalib='-lvgagl -lvga' |
287 | 769 fi |
770 | |
209
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
771 if [ $_vm = yes ]; then |
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
772 _vmlib='-lXxf86vm' |
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
773 fi |
14 | 774 |
1 | 775 if [ "$_termcap" = "yes" ]; then |
776 _termcap='#define USE_TERMCAP' | |
777 _libtermcap='-ltermcap' | |
778 else | |
779 _termcap='#undef USE_TERMCAP' | |
780 _libtermcap='' | |
781 fi | |
782 | |
783 if [ "$_xmmp" = "yes" ]; then | |
784 _xmmpaudio='#define USE_XMMP_AUDIO' | |
785 _xmmplibs='-Llibxmm -lxmm' | |
786 else | |
787 _xmmpaudio='#undef USE_XMMP_AUDIO' | |
788 fi | |
789 | |
790 if [ "$_lirc" = "yes" ]; then | |
791 _lircdefs='#define HAVE_LIRC' | |
792 _lirclibs='-llirc_client' | |
793 else | |
794 _lircdefs='#undef HAVE_LIRC' | |
795 _lirclibs='' | |
796 fi | |
797 | |
525 | 798 if [ $_png = yes ]; then |
660
29c9635aa144
Changed vo png to use -lz which is needed on some systems.
atmosfear
parents:
642
diff
changeset
|
799 _libpng='-lpng -lz' |
525 | 800 fi |
1 | 801 |
802 echo | |
803 echo "Creating $MCONF" | |
804 cat > $MCONF << EOF | |
805 | |
806 # -------- Generated by ./configure ----------- | |
807 | |
808 AR=ar | |
196 | 809 CC=$_cc |
518 | 810 X11DIR=$_x11libdir |
1 | 811 # OPTFLAGS=-O4 -march=$proc -mcpu=$proc -pipe -fomit-frame-pointer -ffast-math |
812 OPTFLAGS=-O4 -march=$proc -mcpu=$proc -pipe -ffast-math | |
14 | 813 # LIBS=-L/usr/lib -L/usr/local/lib $_x11libdir $_gllib $_sdllib $_dgalib $_x11lib $_xvlib |
525 | 814 X_LIBS=$_x11libdir $_gllib $_sdllib $_dgalib $_x11lib $_xvlib $_vmlib $_svgalib $_libpng |
1 | 815 TERMCAP_LIB=$_libtermcap |
816 XMM_LIBS = $_xmmplibs | |
817 LIRC_LIBS = $_lirclibs | |
492 | 818 CSS_LIB = $_csslib |
819 CSS_INC = $_cssinc | |
1 | 820 WIN32_PATH=-DWIN32_PATH=\"$_win32libdir\" |
627
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
821 DS_DEP = $_dshowdep |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
822 DS_LIB = $_dshowlib |
1 | 823 |
824 EOF | |
825 # echo 'CFLAGS=$(OPTFLAGS) -Wall -DMPG12PLAY' >> config.mak | |
826 | |
827 echo "Creating $CCONF" | |
828 | |
829 if [ "$_mmx" = "yes" ]; then | |
830 _mmx='#define HAVE_MMX' | |
831 else | |
832 _mmx='#undef HAVE_MMX' | |
833 fi | |
834 | |
350 | 835 if [ "$_mmx2" = "yes" ]; then |
836 _mmx2='#define HAVE_MMX2' | |
837 else | |
838 _mmx2='#undef HAVE_MMX2' | |
839 fi | |
840 | |
1 | 841 if [ $_3dnow = yes ]; then |
842 _3dnowm='#define HAVE_3DNOW' | |
843 else | |
844 _3dnowm='#undef HAVE_3DNOW' | |
845 fi | |
846 | |
847 if [ $_sse = yes ]; then | |
848 _ssem='#define HAVE_SSE' | |
849 else | |
850 _ssem='#undef HAVE_SSE' | |
851 fi | |
852 | |
853 # --- | |
854 | |
855 _vosrc='' | |
856 | |
525 | 857 if [ $_png = yes ]; then |
858 _png='#define HAVE_PNG' | |
859 _vosrc=$_vosrc' vo_png.c' | |
860 else | |
861 _png='#undef HAVE_PNG' | |
862 fi | |
863 | |
864 | |
1 | 865 if [ $_mlib = yes ]; then |
866 _mlib='#define HAVE_MLIB' | |
867 _vosrc=$_vosrc' yuv2rgb_mlib.c' | |
868 else | |
869 _mlib='#undef HAVE_MLIB' | |
870 fi | |
871 | |
872 # --- | |
873 | |
874 if [ $_gl = yes ]; then | |
875 _gl='#define HAVE_GL' | |
876 _vosrc=$_vosrc' vo_gl.c' | |
877 else | |
878 _gl='#undef HAVE_GL' | |
879 fi | |
880 | |
881 if [ $_sdl = yes ]; then | |
882 _sdldef='#define HAVE_SDL' | |
883 _vosrc=$_vosrc' vo_sdl.c' | |
884 else | |
885 _sdldef='#undef HAVE_SDL' | |
886 fi | |
887 | |
888 if [ $_x11 = yes ]; then | |
889 _x11='#define HAVE_X11' | |
890 _vosrc=$_vosrc' vo_x11.c' | |
891 else | |
892 _x11='#undef HAVE_X11' | |
893 fi | |
894 | |
895 if [ $_xv = yes ]; then | |
896 _xv='#define HAVE_XV' | |
897 _vosrc=$_vosrc' vo_xv.c' | |
898 else | |
899 _xv='#undef HAVE_XV' | |
900 fi | |
901 | |
209
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
902 if [ $_vm = yes ]; then |
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
903 _vm='#define HAVE_XF86VM' |
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
904 else |
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
905 _vm='#undef HAVE_XF86VM' |
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
906 fi |
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
907 |
1 | 908 # --- |
909 | |
910 if [ $_mga = yes ]; then | |
911 _mga='#define HAVE_MGA' | |
912 _vosrc=$_vosrc' vo_mga.c' | |
913 else | |
914 _mga='#undef HAVE_MGA' | |
915 fi | |
916 if [ $_xmga = yes ]; then | |
917 _vosrc=$_vosrc' vo_xmga.c' | |
918 fi | |
919 | |
920 if [ $_syncfb = yes ]; then | |
921 _syncfb='#define HAVE_SYNCFB' | |
922 _vosrc=$_vosrc' vo_syncfb.c' | |
923 else | |
924 _syncfb='#undef HAVE_SYNCFB' | |
925 fi | |
926 | |
927 if [ $_3dfx = yes ]; then | |
928 _3dfx='#define HAVE_3DFX' | |
929 _vosrc=$_vosrc' vo_3dfx.c' | |
930 else | |
931 _3dfx='#undef HAVE_3DFX' | |
932 fi | |
933 | |
287 | 934 if [ $_svga = yes ]; then |
935 _svga='#define HAVE_SVGALIB' | |
936 _vosrc=$_vosrc' vo_svga.c' | |
937 else | |
938 _svga='#undef HAVE_SVGALIB' | |
939 fi | |
940 | |
11 | 941 if [ $_dga = yes ]; then |
942 _dga='#define HAVE_DGA' | |
38 | 943 _vosrc=$_vosrc' vo_dga.c vo_fsdga.c' |
11 | 944 else |
945 _dga='#undef HAVE_DGA' | |
946 fi | |
947 | |
233
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
948 if [ $_dga2 = yes ]; then |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
949 _dga2='#define HAVE_DGA2' |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
950 _vosrc=$_vosrc' vo_dga.c vo_fsdga.c' |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
951 else |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
952 _dga2='#undef HAVE_DGA2' |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
953 fi |
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
954 |
225 | 955 if [ $_fbdev = yes ]; then |
956 _fbdev='#define HAVE_FBDEV' | |
957 _vosrc=$_vosrc' vo_fbdev.c' | |
958 else | |
959 _fbdev='#undef HAVE_FBDEV' | |
960 fi | |
961 | |
1 | 962 if [ $_mpg123 = yes ]; then |
963 _mpg123='#define DEFAULT_MPG123' | |
964 else | |
965 _mpg123='#undef DEFAULT_MPG123' | |
966 fi | |
967 | |
968 cat > $CCONF << EOF | |
969 | |
970 /* -------- Generated by ./configure ----------- */ | |
971 | |
972 /* Define this to enable avg. byte/sec-based AVI sync method by default: | |
973 (use -bps or -nobps commandline option for run-time method selection) */ | |
974 #undef AVI_SYNC_BPS | |
975 | |
976 /* Undefine this if you want soundcard-only timing by default: | |
977 You can still change this with the -alsa or -noalsa command-line option! | |
978 (This function was originally impemented to solve ALSA driver's big | |
979 buffer problems, but it seems to be useful for every soundcard drivers) */ | |
980 #define ALSA_TIMER | |
981 | |
982 /* Undefine this if your soundcard driver has no working select(). | |
983 If you have kernel Oops, player hangups, or just no audio, you should | |
984 try to recompile MPlayer with this option disabled! */ | |
463 | 985 $_select |
1 | 986 |
987 /* You have a choice for MP3 decoding: mp3lib(mpg123) or Win32(l3codeca.acm) | |
988 #define this if you prefer mpg123 (with 3Dnow! support) than l3codeca.acm | |
989 (with mmx/sse optimizations) | |
990 You can still change it runtime using -afm 1 (mpg123) or -afm 4 (l3codeca)*/ | |
991 $_mpg123 | |
992 | |
993 /* XMMP support: (test code) */ | |
994 $_xmmpaudio | |
995 #define LIBDIR "/usr/local/lib" | |
996 #define PLUGINDIR LIBDIR "/xmmp/Plugins" | |
997 #define XMMP_AUDIO_DRIVER PLUGINDIR "/Sound/oss.so" | |
998 | |
586 | 999 /* set up audio OUTBURST. Do not change this! */ |
1000 #ifdef USE_XMMP_AUDIO | |
1001 #define OUTBURST 4096 | |
1002 #else | |
1003 //#define OUTBURST 1024 | |
1004 #define OUTBURST 512 | |
1005 #endif | |
1006 | |
1 | 1007 /* LIRC (remote control, see www.lirc.org) support: */ |
1008 $_lircdefs | |
1009 | |
492 | 1010 /* DeCSS support using libcss */ |
1011 $_css | |
1012 | |
41 | 1013 /* Define this to enable MPEG 1/2 image postprocessing (requires FAST cpu!) */ |
1014 #define MPEG12_POSTPROC | |
1015 | |
627
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
1016 /* DirectShow support */ |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
1017 $_dshow |
f03f9ae6303a
DShow support selection is now by ./configure --disable-dshow
arpi_esp
parents:
590
diff
changeset
|
1018 |
642 | 1019 /* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/ |
1020 $_fastmemcpy | |
1021 | |
1 | 1022 /* Define if your processor stores words with the most significant |
1023 byte first (like Motorola and SPARC, unlike Intel and VAX). */ | |
1024 /* #define WORDS_BIGENDIAN */ | |
1025 | |
1026 #define ARCH_X86 | |
1027 | |
1028 ///////////////////////////////////////////////////////////////////////////// | |
1029 // | |
1030 // NOTE: Instead of modifying these here, use the --enable/--disable options | |
1031 // of the ./configure script! See ./configure --help for details. | |
1032 // | |
1033 ///////////////////////////////////////////////////////////////////////////// | |
1034 | |
1035 /* termcap flag for getch2.c */ | |
1036 $_termcap | |
525 | 1037 $_png |
1 | 1038 |
1039 /* Extension defines */ | |
1040 $_mlib // available only on solaris | |
1041 $_3dnowm // only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.) | |
1042 $_mmx // only define if you have MMX | |
350 | 1043 $_mmx2 // only define if you have MMX2 |
1 | 1044 $_ssem // only define if you have SSE (Intel Pentium III or Celeron II) |
1045 | |
1046 /* libvo options */ | |
1047 #define SCREEN_SIZE_X $_x | |
1048 #define SCREEN_SIZE_Y $_y | |
1049 $_x11 | |
1050 $_xv | |
209
26d2d4d3331a
Addes autodetection of XF86VidMode to configure, and adds a description of
mgraffam
parents:
196
diff
changeset
|
1051 $_vm |
1 | 1052 $_gl |
11 | 1053 $_dga |
233
f62ccacbe1e5
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
parents:
225
diff
changeset
|
1054 $_dga2 |
1 | 1055 $_sdldef |
1056 $_3dfx | |
1057 $_mga | |
1058 $_syncfb | |
225 | 1059 $_fbdev |
287 | 1060 $_svga |
1 | 1061 |
23 | 1062 #if defined(HAVE_GL)||defined(HAVE_X11)||defined(HAVE_XV) |
1 | 1063 #define X11_FULLSCREEN |
1064 #endif | |
1065 | |
1066 EOF | |
1067 | |
1068 echo "Creating libvo/config.mak" | |
1069 | |
1070 _voobj=`echo $_vosrc | sed -e 's/\.c/\.o/g'` | |
1071 | |
1072 cat > libvo/config.mak << EOF | |
1073 | |
1074 include ../config.mak | |
1075 | |
1076 OPTIONAL_SRCS=$_vosrc | |
1077 OPTIONAL_OBJS=$_voobj | |
1078 | |
1079 EOF | |
1080 | |
1081 echo "Creating libac3/config.mak" | |
1082 | |
1083 if [ $_sse = yes ]; then | |
1084 _downmixc='downmix/downmix_kni.S' | |
1085 _downmixo='downmix/downmix_kni.o' | |
1086 else | |
1087 if [ $_binutils = yes ]; then | |
1088 _downmixc='downmix/downmix_i386.S' | |
1089 _downmixo='downmix/downmix_i386.o' | |
1090 else | |
1091 _downmixc='downmix/downmix.c' | |
1092 _downmixo='downmix/downmix.o' | |
1093 cat << EOF | |
1094 | |
1095 !!! Warning! fallback to slow downmix.c due the old binutils. | |
1096 !!! Upgrade for better audio decoding performance. | |
1097 | |
1098 EOF | |
1099 fi | |
1100 fi | |
1101 | |
1102 cat > libac3/config.mak << EOF | |
1103 | |
1104 include ../config.mak | |
1105 | |
1106 OPTIONAL_SRCS = $_downmixc | |
1107 OPTIONAL_OBJS = $_downmixo | |
1108 | |
1109 EOF | |
1110 | |
1111 echo "Creating mp3lib/config.mak" | |
1112 | |
1113 if [ $_3dnow = yes ]; then | |
1114 _3dnowobjectsrcs='dct36_3dnow.s dct64_3dnow.s decode_3dnow.s' | |
1115 _3dnowobjectobjs='dct36_3dnow.o dct64_3dnow.o decode_3dnow.o' | |
1116 else | |
1117 _3dnowobjectsrcs= | |
1118 _3dnowobjectobjs= | |
1119 fi | |
1120 | |
1121 cat > mp3lib/config.mak << EOF | |
1122 | |
1123 include ../config.mak | |
1124 | |
1125 OPTIONAL_SRCS = $_3dnowobjectsrcs | |
1126 OPTIONAL_OBJS = $_3dnowobjectobjs | |
1127 | |
1128 EOF | |
1129 | |
1130 cat << EOF | |
1131 | |
1132 Config files successfully generated by ./configure ! | |
1133 Please check config.h and config.mak files, tune CPU | |
1134 and optimization flags if you don't like these defaults. | |
1135 You can compile the program with 'make dep;make' and | |
1136 install with 'make install'. Good luck! | |
1137 | |
1138 EOF | |
1139 | |
1140 if [ $_mtrr = yes ]; then | |
1141 echo "Please check mtrr settings at /proc/mtrr (see DOCS/MTRR)" | |
1142 echo | |
1143 fi | |
1144 | |
548
c5c2d4e41a4a
added sdl versiondetect and removed sdl warning (it's autodetect now)
atmosfear
parents:
525
diff
changeset
|
1145 if [ $_sdl = outdated ]; then |
c5c2d4e41a4a
added sdl versiondetect and removed sdl warning (it's autodetect now)
atmosfear
parents:
525
diff
changeset
|
1146 echo "You have libSDL installed, but your version is outdated (earlier then" |
c5c2d4e41a4a
added sdl versiondetect and removed sdl warning (it's autodetect now)
atmosfear
parents:
525
diff
changeset
|
1147 echo "v.1.1.7), SDL support has been disabled please update, if you want to" |
c5c2d4e41a4a
added sdl versiondetect and removed sdl warning (it's autodetect now)
atmosfear
parents:
525
diff
changeset
|
1148 echo "use it (libSDL v1.1.8 and v1.2.0 are tested and known to work, recent" |
c5c2d4e41a4a
added sdl versiondetect and removed sdl warning (it's autodetect now)
atmosfear
parents:
525
diff
changeset
|
1149 echo "versions are available from http://www.libsdl.org/)." |
c5c2d4e41a4a
added sdl versiondetect and removed sdl warning (it's autodetect now)
atmosfear
parents:
525
diff
changeset
|
1150 echo "After updating you need to re-run ./configure and recompile to enable SDL." |
1 | 1151 echo |
1152 fi | |
1153 | |
1154 if [ $_win32libdirnotify = yes ]; then | |
1155 echo "Missing WIN32 codecs dir at $_win32libdir !" | |
1156 echo "Make it and copy DLL files to there! (You can get them from your windows" | |
1157 echo "directory or download ftp://thot.banki.hu/esp-team/linux/MPlayer/w32codec.zip" | |
1158 else | |
1159 echo "Ok, Win32 codecs directory at $_win32libdir already exists." | |
1160 fi | |
1161 |