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