2001-10-25 11:46:50 +00:00
|
|
|
|
#! /bin/sh
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# MPlayer configurator. (C) 2000 Pontscho/fresh!mindworkz
|
|
|
|
|
# pontscho@makacs.poliod.hu
|
|
|
|
|
#
|
2001-02-25 18:45:08 +00:00
|
|
|
|
# Changes in reversed order:
|
2001-02-24 20:28:24 +00:00
|
|
|
|
#
|
2001-10-26 13:50:05 +00:00
|
|
|
|
# 2001/10/26 by al3x
|
|
|
|
|
# - added detection of zlib (used by libmpdemux/demux_mov.c)
|
|
|
|
|
#
|
2001-10-23 13:59:10 +00:00
|
|
|
|
# 2001/10/22 by Jeroen Dobbelaere
|
|
|
|
|
# - added selection of libmad
|
|
|
|
|
#
|
2001-09-01 19:36:44 +00:00
|
|
|
|
# 2001/08/27 by Johannes Feigl
|
|
|
|
|
# - added manual selection of language
|
|
|
|
|
#
|
2001-08-22 08:51:19 +00:00
|
|
|
|
# 2001/08/22 by Nick Kurshev
|
|
|
|
|
# - added autodetection of local language
|
|
|
|
|
#
|
2001-07-31 23:18:16 +00:00
|
|
|
|
# 2001/07/31 by Steve Davies
|
|
|
|
|
# - added --enable-largefiles
|
|
|
|
|
#
|
2001-07-12 15:35:52 +00:00
|
|
|
|
# 2001/07/12 by Juergen Keil
|
|
|
|
|
# - add support for non-x86 targets
|
|
|
|
|
# - add autoconf checks for loader/wine
|
|
|
|
|
# - fix linux 2.2.x kernel check vs. SSE usage
|
|
|
|
|
#
|
2001-07-04 10:45:20 +00:00
|
|
|
|
# 2001/07/04 by Juergen Keil
|
|
|
|
|
# - autodetect the assembler binary used by the GCC C compiler
|
|
|
|
|
#
|
2001-07-03 07:50:52 +00:00
|
|
|
|
# 2001/07/03 by Nick Kurshev
|
|
|
|
|
# - added universal way of configuring SUBDIRS
|
|
|
|
|
# - moved configurable stuff of depended SUBDIRS to SUBDIRS
|
|
|
|
|
#
|
2001-06-05 10:16:32 +00:00
|
|
|
|
# 2001/06/05 by Pontscho
|
|
|
|
|
# - added alsa and esd detection
|
2001-06-05 08:12:00 +00:00
|
|
|
|
#
|
|
|
|
|
# 2001/06/05 by Nick Kurshev
|
|
|
|
|
# - added checking of kernel version
|
|
|
|
|
#
|
2001-06-04 08:07:57 +00:00
|
|
|
|
# 2001/06/04 by Nick Kurshev
|
|
|
|
|
# - added hard checking of gcc and soft of assembler
|
|
|
|
|
#
|
2001-07-04 10:45:20 +00:00
|
|
|
|
# 2001/05/30 by LGB
|
2001-05-30 20:23:20 +00:00
|
|
|
|
# - added --prefix support
|
|
|
|
|
#
|
2001-07-04 10:45:20 +00:00
|
|
|
|
# 2001/05/?? by Juergen Keil
|
|
|
|
|
# - autodetect OSS & Sun style audio
|
|
|
|
|
# - cpu feature detection for non-linux x86 systems
|
|
|
|
|
# - converted from bash to bourne shell script
|
|
|
|
|
#
|
2001-05-22 07:45:35 +00:00
|
|
|
|
# 2001/05/22 by Nick Kurshev
|
|
|
|
|
# - added definition of CPU clone
|
|
|
|
|
#
|
2001-04-17 22:04:44 +00:00
|
|
|
|
# 2001/04/16 by LGB
|
|
|
|
|
# - added libcss stuffs
|
|
|
|
|
#
|
2001-04-16 00:44:29 +00:00
|
|
|
|
# 2001/04/15 by Pontscho
|
|
|
|
|
# - added --disable-select option
|
|
|
|
|
# - added X11DIR variable in config.mak and fix syncfb Makefile -L/usr/X11/lib bug
|
|
|
|
|
#
|
2001-03-24 21:37:25 +00:00
|
|
|
|
# 2001/03/24 by Mike Graffam:
|
|
|
|
|
# - added autodetect code for XF86VidMode, along with explicit --enable-vm
|
|
|
|
|
#
|
2001-03-22 19:21:32 +00:00
|
|
|
|
# 2001/03/22 by Bivanbi:
|
|
|
|
|
# - new option: --cc (to specify C compiler path+name)
|
|
|
|
|
#
|
|
|
|
|
# 2001/03/08 by LGB:
|
2001-04-17 22:04:44 +00:00
|
|
|
|
# - DGA detect-o-matic :)
|
2001-03-08 12:30:42 +00:00
|
|
|
|
# - '--disable-dga' option to force disabling DGA vo driver compiling into mplayer
|
|
|
|
|
# - line about '--enable-dga' is added to the help message
|
|
|
|
|
#
|
2001-03-22 19:21:32 +00:00
|
|
|
|
# 2001/02/26 by A'rpi:
|
2001-02-27 00:23:54 +00:00
|
|
|
|
# - added DGA option: --enable-dga
|
|
|
|
|
# - no notify if --with-win32libdir used [Tibcu]
|
|
|
|
|
#
|
2001-03-22 19:21:32 +00:00
|
|
|
|
# 2001/02/25 by LGB:
|
2001-02-25 18:45:08 +00:00
|
|
|
|
# - TMPDIR or TEMPDIR variable is honored during tests for temporary files
|
|
|
|
|
# - ChangeLog inside configure was reversed ;-)
|
2001-02-24 20:28:24 +00:00
|
|
|
|
#
|
|
|
|
|
# some changes by A'rpi/ESP-team:
|
2001-02-25 18:45:08 +00:00
|
|
|
|
# - added 'athlon' target for the new athlongcc [Ian Kumlien]
|
|
|
|
|
# - applied _win32libdir=-L patch by Magnus Pfeffer
|
2001-02-24 20:28:24 +00:00
|
|
|
|
#
|
|
|
|
|
# some changes by LGB:
|
|
|
|
|
# - Ehhh, AMD K6-2 returns with cpuid 5 ;-) Changing back Arpi's last change :)
|
|
|
|
|
# More info: AMD K6-2 reports with family 5, duron with 6, so I attached
|
|
|
|
|
# much finer CPU type detection based on Linux kernel's one :)
|
|
|
|
|
# (k5: 5, model<6, k6: 5, model>=6, k7: 6, model=any)
|
|
|
|
|
# - On some exit point (error) temporary files were not deleted. Fixed.
|
|
|
|
|
# - $TMP and $TMP2 are renamed to $TMPC and $TMPO ;-)
|
|
|
|
|
# - Some useless { ... } are removed
|
|
|
|
|
#
|
|
|
|
|
# some changes by A'rpi/ESP-team:
|
2001-02-27 00:23:54 +00:00
|
|
|
|
# - the --with-win32libdir patch by Aaron Hope applied
|
2001-02-25 18:45:08 +00:00
|
|
|
|
# - some english bugfix again :)
|
|
|
|
|
# - cpu type selection changed:
|
|
|
|
|
# ( k7->k6->k5-> ) || (i686->pentiumpro-> ) pentium-> i486 -> i386 -> error!
|
|
|
|
|
# - cpu type for AMD/family=5 changed k6->k5
|
|
|
|
|
#
|
|
|
|
|
# some changes by LGB (G<>bor L<>n<EFBFBD>rt):
|
|
|
|
|
# - SOME gcc may support 'k7', so I added tests for ALL CPU type optimization
|
|
|
|
|
# switches with the ability to find out the best optimization for your CPU.
|
|
|
|
|
# - Help moved to the begining to avoid tests if user only wants help.
|
|
|
|
|
# - A one lined help to indicate detailed help for users
|
|
|
|
|
# - Fixed /tmp race (PIDs can be predicted, I added random numbers as well)
|
|
|
|
|
#
|
|
|
|
|
# some changes by A'rpi/ESP-team:
|
|
|
|
|
# - some english bugfix :)
|
|
|
|
|
# - removed _??exists flags, _?? is enough...
|
|
|
|
|
# - creating only config.mak files instead of whole Makefiles
|
2001-02-24 20:28:24 +00:00
|
|
|
|
#
|
|
|
|
|
# --
|
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
# SOME MACROS/USEFUL FUNCTIONS
|
|
|
|
|
# Returns error code only - NO displaye
|
2001-10-13 20:14:05 +00:00
|
|
|
|
cc_check() {
|
2001-11-03 23:15:44 +00:00
|
|
|
|
( "$_cc" "$TMPC" -o "$TMPO" "$@" ) >/dev/null 2>&1
|
2001-10-13 16:53:37 +00:00
|
|
|
|
return "$?"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
# Display error message, flushes tempfile, exit
|
2001-10-13 20:14:05 +00:00
|
|
|
|
die () {
|
2001-10-13 16:53:37 +00:00
|
|
|
|
echo
|
|
|
|
|
echo "Error: $@" >&2
|
|
|
|
|
echo >&2
|
|
|
|
|
rm -f "$TMPO" "$TMPC" "$TMPS" "$TMPCPP"
|
|
|
|
|
exit 1
|
|
|
|
|
}
|
|
|
|
|
|
2001-10-31 18:25:28 +00:00
|
|
|
|
linux() { test "$system_name" = "Linux" ; return "$?" ; }
|
|
|
|
|
sunos() { test "$system_name" = "SunOS" ; return "$?" ; }
|
|
|
|
|
irix() { test "$system_name" = "IRIX" ; return "$?" ; }
|
|
|
|
|
cygwin() { test "$system_name" = "CYGWIN" ; return "$?" ; }
|
|
|
|
|
freebsd() { test "$system_name" = "FreeBSD" ; return "$?" ; }
|
|
|
|
|
netbsd() { test "$system_name" = "NetBSD" ; return "$?" ; }
|
|
|
|
|
bsdos() { test "$system_name" = "BSD/OS" ; return "$?" ; }
|
|
|
|
|
openbsd() { test "$system_name" = "OpenBSD" ; return "$?" ; }
|
|
|
|
|
bsd() { freebsd || netbsd || bsdos || openbsd ; return "$?" ; }
|
2001-10-13 16:53:37 +00:00
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-06-05 18:40:44 +00:00
|
|
|
|
# Check how echo works in this /bin/sh
|
|
|
|
|
case `echo -n` in
|
2001-07-14 17:05:23 +00:00
|
|
|
|
-n) _echo_n= _echo_c='\c';; # seems to be a SysV echo
|
|
|
|
|
*) _echo_n=-n _echo_c=;; # OK, a BSD style echo
|
2001-06-05 18:40:44 +00:00
|
|
|
|
esac
|
|
|
|
|
|
2001-10-23 18:32:55 +00:00
|
|
|
|
LANGUAGES=`echo help_mp-??.h | sed "s/help_mp-\(..\).h/\1/g"`
|
2001-06-05 18:40:44 +00:00
|
|
|
|
|
2001-07-24 09:16:53 +00:00
|
|
|
|
for parm in "$@" ; do
|
2001-10-23 18:32:55 +00:00
|
|
|
|
if test "$parm" = "--help" || test "$parm" = "-help" || test "$parm" = "-h" ; then
|
|
|
|
|
cat << EOF
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-10-23 18:32:55 +00:00
|
|
|
|
Usage: `basename $0` [OPTIONS]...
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-10-23 18:32:55 +00:00
|
|
|
|
Configuration:
|
|
|
|
|
-h, --help display this help and exit
|
|
|
|
|
|
|
|
|
|
Installation directories:
|
2001-10-13 16:53:37 +00:00
|
|
|
|
--prefix=DIR use this prefix for installing mplayer [/usr/local]
|
|
|
|
|
--datadir=DIR use this prefix for installing machine independent
|
|
|
|
|
data [/usr/local/share/mplayer]
|
2001-10-23 18:32:55 +00:00
|
|
|
|
|
|
|
|
|
Optional features:
|
|
|
|
|
--enable-largefiles enable support for files >2^32 bytes long [disable]
|
|
|
|
|
--enable-termcap use termcap database for key codes [disable]
|
|
|
|
|
--enable-xmmp use XMMP audio drivers [disable]
|
|
|
|
|
--enable-lirc enable LIRC (remote control) support [disable]
|
|
|
|
|
--enable-gui enable GUI [disable]
|
2001-11-11 04:26:54 +00:00
|
|
|
|
--enable-tv enable TV Interface (tv/dvb grabbers) [disable]
|
2001-10-23 18:32:55 +00:00
|
|
|
|
--disable-win32 disable Win32 DLL support [autodetect]
|
|
|
|
|
--disable-dshow disable DirectShow support (if no C++ compiler and
|
|
|
|
|
libs are available or find the dshow codecs slower
|
|
|
|
|
than the old VfW ones) [autodetect]
|
2001-11-03 21:25:55 +00:00
|
|
|
|
--disable-xanim disable XAnim DLL support [autodetect]
|
2001-10-23 18:32:55 +00:00
|
|
|
|
--enable-vorbis build with OggVorbis support [autodetect]
|
|
|
|
|
--disable-iconv do not use iconv(3) function [autodetect]
|
|
|
|
|
|
|
|
|
|
Video:
|
2001-10-13 16:53:37 +00:00
|
|
|
|
--enable-gl build with OpenGL render support [autodetect]
|
|
|
|
|
--enable-dga build with DGA support [autodetect]
|
|
|
|
|
--enable-svga build with SVGAlib support [autodetect]
|
|
|
|
|
--enable-sdl build with SDL render support [autodetect]
|
|
|
|
|
--enable-aa build with AAlib render support [autodetect]
|
|
|
|
|
--enable-ggi build with GGI render support [autodetect]
|
2001-11-03 02:36:02 +00:00
|
|
|
|
--enable-dxr3 build with DXR3/H+ render support [autodetect]
|
2001-11-05 21:49:20 +00:00
|
|
|
|
--enable-dvb build with support for output via DVB-Card [autodetect]
|
2001-10-23 18:32:55 +00:00
|
|
|
|
--enable-mga build with mga_vid support
|
|
|
|
|
(check for /dev/mga_vid) [autodetect]
|
|
|
|
|
--enable-xmga build with mga_vid X Window support
|
|
|
|
|
(check for X & /dev/mga_vid) [autodetect]
|
2001-10-13 16:53:37 +00:00
|
|
|
|
--enable-xv build with Xv render support for X 4.x [autodetect]
|
2001-10-23 18:32:55 +00:00
|
|
|
|
--enable-vm build with XF86VidMode support for x11 driver [disable]
|
2001-10-13 16:53:37 +00:00
|
|
|
|
--enable-xinerama build with Xinerama support for x11 driver [autodetect]
|
|
|
|
|
--enable-x11 build with X11 render support [autodetect]
|
2001-10-23 18:32:55 +00:00
|
|
|
|
--enable-fbdev build with FBDev render support [disable]
|
|
|
|
|
--enable-mlib build with MLIB support (Solaris only) [disable]
|
2001-10-13 16:53:37 +00:00
|
|
|
|
|
2001-10-23 18:32:55 +00:00
|
|
|
|
Audio:
|
2001-10-13 16:53:37 +00:00
|
|
|
|
--disable-ossaudio disable OSS sound support [autodetect]
|
|
|
|
|
--disable-alsa disable alsa sound support [autodetect]
|
|
|
|
|
--disable-esd disable esd sound support [autodetect]
|
|
|
|
|
--disable-sunaudio disable Sun sound support [autodetect]
|
2001-10-23 18:32:55 +00:00
|
|
|
|
--disable-mad disable mad audio support [autodetect]
|
2001-10-13 16:53:37 +00:00
|
|
|
|
|
2001-10-31 18:25:28 +00:00
|
|
|
|
Miscellaneous options:
|
2001-10-24 22:41:17 +00:00
|
|
|
|
--cc=COMPILER use this C compiler to build MPlayer [gcc]
|
2001-10-23 18:32:55 +00:00
|
|
|
|
--target=PLATFORM target platform (i386-linux, arm-linux, etc)
|
|
|
|
|
--language=xx select a language [en]
|
|
|
|
|
(Available: $LANGUAGES)
|
|
|
|
|
--disable-select disable audio select() support (for example, required
|
|
|
|
|
for ALSA or Vortex2 driver) [enable]
|
2001-10-13 16:53:37 +00:00
|
|
|
|
--size-x=SIZE default screen width
|
|
|
|
|
--size-y=SIZE default screen height
|
2001-10-23 18:32:55 +00:00
|
|
|
|
|
|
|
|
|
Advanced options:
|
|
|
|
|
--enable-mmx build with mmx support [autodetect]
|
|
|
|
|
--enable-mmx2 build with mmx2 support (PIII, Athlon) [autodetect]
|
|
|
|
|
--enable-3dnow build with 3dnow! support [autodetect]
|
|
|
|
|
--enable-3dnowex build with 3dnow-dsp! support (K7) [autodetect]
|
|
|
|
|
--enable-sse build with sse support [autodetect]
|
|
|
|
|
--disable-fastmemcpy disable 3dnow/sse/mmx optimized memcpy() [enable]
|
|
|
|
|
--enable-debug[=1-3] compile debugging information into mplayer [disable]
|
|
|
|
|
--enable-profile compile profiling information into mplayer [disable]
|
|
|
|
|
|
|
|
|
|
Hazardous options:
|
|
|
|
|
If you ever use one of these options, DO NOT BUGREPORT ANYTHING !
|
|
|
|
|
--disable-gcc-checking disable gcc version checking
|
|
|
|
|
--disable-kernel-extchk disables checking for CPU extension support in
|
|
|
|
|
your kernel (MMX, SSE, ...)
|
|
|
|
|
|
|
|
|
|
Use these options if autodetection fails:
|
|
|
|
|
--with-x11libdir=DIR X library files in DIR
|
|
|
|
|
--with-x11incdir=DIR X headers in DIR
|
|
|
|
|
--with-win32libdir=DIR W*ndows DLL files in DIR
|
2001-11-03 21:25:55 +00:00
|
|
|
|
--with-xanimlibdir=DIR XAnim DLL files in DIR
|
2001-10-23 18:32:55 +00:00
|
|
|
|
--with-csslibdir=DIR 'libcss.so' (libcss shared lib.) in DIR
|
|
|
|
|
--with-cssincdir=DIR 'css.h' (libcss header file) in DIR
|
2001-11-05 00:00:25 +00:00
|
|
|
|
--with-sdl-config=PATH path to sdl*-config (e.g.: /opt/bin/sdl-config)
|
|
|
|
|
--with-gtk-config=PATH path to gtk*-config (e.g.: /opt/bin/gtk-config)
|
|
|
|
|
--with-glib-config=PATH path to glib*-config (e.g.: /opt/bin/glib-config)
|
2001-10-23 18:32:55 +00:00
|
|
|
|
--with-extralibdir=DIR extra library files (png, SDL, ...) in DIR
|
|
|
|
|
--with-extraincdir=DIR extra headers (png, SDL) are in DIR
|
2001-11-05 21:49:20 +00:00
|
|
|
|
--with-dvbincdir=DIR dvb-driver files in DIR
|
2001-10-23 18:32:55 +00:00
|
|
|
|
--with-madlibdir=DIR 'libmad.so' (libmad shared lib.) in DIR
|
|
|
|
|
--with-madincdir=DIR 'mad.h' (libmad header file) in DIR
|
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
EOF
|
2001-10-23 18:32:55 +00:00
|
|
|
|
exit 0
|
|
|
|
|
fi
|
2001-07-24 09:16:53 +00:00
|
|
|
|
done # for parm in ...
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-10-23 18:32:55 +00:00
|
|
|
|
_cc=gcc
|
|
|
|
|
test "$CC" && _cc="$CC"
|
2001-07-28 05:36:45 +00:00
|
|
|
|
|
|
|
|
|
_as=auto
|
|
|
|
|
_x11=auto
|
2001-11-05 00:00:25 +00:00
|
|
|
|
_sdlconfig=
|
|
|
|
|
_gtkconfig=
|
|
|
|
|
_glibconfig=
|
2001-07-28 05:36:45 +00:00
|
|
|
|
|
2001-07-30 11:14:59 +00:00
|
|
|
|
for ac_option do
|
2001-07-28 05:36:45 +00:00
|
|
|
|
case "$ac_option" in
|
|
|
|
|
--target=*)
|
|
|
|
|
_target=`echo $ac_option | cut -d '=' -f 2`
|
|
|
|
|
;;
|
|
|
|
|
--cc=*)
|
|
|
|
|
_cc=`echo $ac_option | cut -d '=' -f 2`
|
|
|
|
|
;;
|
|
|
|
|
--as=*)
|
|
|
|
|
_as=`echo $ac_option | cut -d '=' -f 2`
|
|
|
|
|
;;
|
2001-09-01 19:36:44 +00:00
|
|
|
|
--language=*)
|
|
|
|
|
LINGUAS=`echo $ac_option | cut -d '=' -f 2`
|
|
|
|
|
;;
|
2001-07-28 05:36:45 +00:00
|
|
|
|
--disable-gcc-checking)
|
|
|
|
|
_skip_cc_check=yes
|
|
|
|
|
;;
|
|
|
|
|
--disable-as-checking)
|
|
|
|
|
_skip_as_check=yes
|
|
|
|
|
;;
|
|
|
|
|
--with-x11libdir=*)
|
|
|
|
|
_x11libdir=-L`echo $ac_option | cut -d '=' -f 2`
|
|
|
|
|
;;
|
|
|
|
|
--with-x11incdir=*)
|
|
|
|
|
_x11incdir=-I`echo $ac_option | cut -d '=' -f 2`
|
|
|
|
|
;;
|
|
|
|
|
--enable-x11)
|
|
|
|
|
_x11=yes
|
|
|
|
|
;;
|
|
|
|
|
--disable-x11)
|
|
|
|
|
_x11=no
|
|
|
|
|
;;
|
|
|
|
|
--with-sdl-config=*)
|
|
|
|
|
_sdlconfig=`echo $ac_option | cut -d '=' -f 2`
|
|
|
|
|
;;
|
2001-11-05 00:00:25 +00:00
|
|
|
|
--with-gtk-config=*)
|
|
|
|
|
_gtkconfig=`echo $ac_option | cut -d '=' -f 2`
|
|
|
|
|
;;
|
|
|
|
|
--with-glib-config=*)
|
|
|
|
|
_glibconfig=`echo $ac_option | cut -d '=' -f 2`
|
|
|
|
|
;;
|
2001-07-28 05:36:45 +00:00
|
|
|
|
--with-extralibdir=*)
|
2001-08-09 22:10:17 +00:00
|
|
|
|
_extralibdir=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'`
|
2001-07-28 05:36:45 +00:00
|
|
|
|
;;
|
|
|
|
|
--with-extraincdir=*)
|
2001-08-09 22:10:17 +00:00
|
|
|
|
_extraincdir=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
|
2001-07-28 05:36:45 +00:00
|
|
|
|
;;
|
2001-11-05 21:49:20 +00:00
|
|
|
|
--with-dvbincdir=*)
|
|
|
|
|
_dvbincdir=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
|
|
|
|
|
;;
|
|
|
|
|
--with-madlibdir=*)
|
2001-10-23 13:59:10 +00:00
|
|
|
|
_madlibdir=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'`
|
|
|
|
|
;;
|
2001-11-05 21:49:20 +00:00
|
|
|
|
--with-madincdir=*)
|
2001-10-23 13:59:10 +00:00
|
|
|
|
_madincdir=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
|
|
|
|
|
;;
|
2001-07-28 05:36:45 +00:00
|
|
|
|
esac
|
|
|
|
|
done
|
2001-07-12 15:35:52 +00:00
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
# LGB: Some inital help
|
|
|
|
|
|
2001-10-23 18:32:55 +00:00
|
|
|
|
cat <<EOF
|
|
|
|
|
|
|
|
|
|
You can get detailed help on configure with: `basename $0` --help
|
|
|
|
|
|
|
|
|
|
Please wait while ./configure discovers your software and hardware environment!
|
|
|
|
|
|
|
|
|
|
EOF
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-07-14 17:05:23 +00:00
|
|
|
|
# Determine our OS name and CPU architecture
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test -z "$_target" ; then
|
2001-10-31 18:25:28 +00:00
|
|
|
|
# OS name
|
|
|
|
|
system_name=`( uname -s ) 2>&1`
|
|
|
|
|
case "$system_name" in
|
|
|
|
|
Linux|FreeBSD|NetBSD|BSD/OS|OpenBSD|SunOS)
|
|
|
|
|
: # well-known OSes
|
|
|
|
|
;;
|
|
|
|
|
IRIX*)
|
|
|
|
|
system_name=IRIX
|
|
|
|
|
;;
|
|
|
|
|
[cC][yY][gG][wW][iI][nN]*)
|
|
|
|
|
system_name=CYGWIN
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
system_name="$system_name-UNKNOWN"
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
|
2001-07-28 05:36:45 +00:00
|
|
|
|
|
2001-10-31 18:25:28 +00:00
|
|
|
|
# host's CPU/instruction set
|
|
|
|
|
host_arch=`( uname -p ) 2>&1`
|
2001-07-28 05:36:45 +00:00
|
|
|
|
case "$host_arch" in
|
2001-10-31 18:25:28 +00:00
|
|
|
|
i386|sparc|ppc|alpha|arm|mips)
|
2001-07-28 05:36:45 +00:00
|
|
|
|
# fine, uname -p output looks good, it has returned
|
|
|
|
|
# something this configure script recognizes
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
*) # uname -p on Linux returns 'unknown' for the processor type,
|
|
|
|
|
# OpenBSD returns 'Intel Pentium/MMX ("Genuine Intel" 586-class)'
|
|
|
|
|
|
|
|
|
|
# Maybe uname -m (machine hardware name) returns something we
|
|
|
|
|
# recognize.
|
|
|
|
|
|
|
|
|
|
case "`uname -m 2>&1`" in
|
|
|
|
|
i[3-9]86)
|
|
|
|
|
host_arch=i386;;
|
|
|
|
|
ppc)
|
|
|
|
|
host_arch=ppc;;
|
|
|
|
|
alpha)
|
|
|
|
|
host_arch=alpha;;
|
|
|
|
|
sparc*)
|
|
|
|
|
host_arch=sparc;;
|
|
|
|
|
arm*)
|
|
|
|
|
host_arch=arm;;
|
|
|
|
|
esac
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
else
|
|
|
|
|
system_name=`echo $_target | cut -d '-' -f 2`
|
|
|
|
|
host_arch=`echo $_target | cut -d '-' -f 1`
|
|
|
|
|
fi
|
2001-07-12 15:35:52 +00:00
|
|
|
|
|
2001-07-29 13:24:23 +00:00
|
|
|
|
echo "Detected operating system: $system_name"
|
|
|
|
|
echo "Detected host architecture: $host_arch"
|
|
|
|
|
|
2001-07-14 17:05:23 +00:00
|
|
|
|
# Determine OS dependent libs
|
2001-08-03 18:34:59 +00:00
|
|
|
|
_confcygwin="TARGET_CYGWIN=no"
|
2001-08-05 12:39:34 +00:00
|
|
|
|
_confwin32=
|
2001-10-13 16:53:37 +00:00
|
|
|
|
if bsd ; then
|
2001-07-12 15:35:52 +00:00
|
|
|
|
_archlibs="-rdynamic -pthread"
|
2001-10-31 18:25:28 +00:00
|
|
|
|
elif cygwin ; then
|
2001-08-03 18:34:59 +00:00
|
|
|
|
_confcygwin="TARGET_CYGWIN=yes"
|
2001-08-05 12:39:34 +00:00
|
|
|
|
_confwin32="#define WIN32"
|
2001-08-03 18:34:59 +00:00
|
|
|
|
_archlibs="-lpthread"
|
2001-06-21 00:06:40 +00:00
|
|
|
|
else
|
2001-07-12 15:35:52 +00:00
|
|
|
|
_archlibs="-ldl -lpthread"
|
2001-06-21 00:06:40 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
if bsdos ; then
|
2001-10-05 00:39:54 +00:00
|
|
|
|
_archlibs="$_archlibs -ldvd"
|
|
|
|
|
fi
|
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
# LGB: temporary files
|
2001-10-13 16:53:37 +00:00
|
|
|
|
for I in "$TMPDIR" "$TEMPDIR" "/tmp" ; do
|
|
|
|
|
test "$I" && break
|
|
|
|
|
done
|
|
|
|
|
TMPC="$I/mplayer-conf-$RANDOM-$RANDOM-$$.c"
|
|
|
|
|
TMPCPP="$I/mplayer-conf-$RANDOM-$RANDOM-$$.cpp"
|
|
|
|
|
TMPO="$I/mplayer-conf-$RANDOM-$RANDOM-$$.o"
|
|
|
|
|
TMPS="$I/mplayer-conf-$RANDOM-$RANDOM-$$.S"
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
|
|
# ---
|
|
|
|
|
|
|
|
|
|
# config files
|
|
|
|
|
CCONF='config.h'
|
|
|
|
|
MCONF='config.mak'
|
2001-08-22 08:51:19 +00:00
|
|
|
|
CHELP='help_mp.h'
|
2001-03-22 19:21:32 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test -z "$_x11libdir" ; then
|
2001-10-25 12:28:22 +00:00
|
|
|
|
for I in /usr/X11R6/lib /usr/X11/lib /usr/lib32 /usr/openwin/lib ; do
|
2001-10-25 11:46:50 +00:00
|
|
|
|
if test -d "$I" ; then
|
|
|
|
|
_x11libdir="-L$I"
|
|
|
|
|
break;
|
|
|
|
|
fi
|
|
|
|
|
done
|
2001-04-15 20:31:58 +00:00
|
|
|
|
fi
|
2001-03-22 19:21:32 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test -z "$_x11incdir" ; then
|
2001-10-25 12:28:22 +00:00
|
|
|
|
for I in /usr/include /usr/X11R6/include /usr/X11/include /usr/openwin/include ; do
|
|
|
|
|
if test -d "$I/X11" ; then
|
|
|
|
|
if test "$I" != /usr/include; then
|
|
|
|
|
_x11incdir="-I$I"
|
|
|
|
|
fi
|
|
|
|
|
break
|
|
|
|
|
fi
|
|
|
|
|
done
|
2001-06-21 00:06:40 +00:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# Lots of stuff are installed under /usr/local
|
2001-10-27 14:58:33 +00:00
|
|
|
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
# NK: But we should never use this stuff implicitly
|
|
|
|
|
# since we call compiler from /usr we should be sure
|
|
|
|
|
# that there no effects from other compilers (libraries)
|
|
|
|
|
# which might be installed into /usr/local.
|
|
|
|
|
# Let users use this stuff explicitly as command line argument.
|
|
|
|
|
# In other words: It would be resonable have or only /usr/include
|
|
|
|
|
# or only /usr/local/include.
|
2001-10-28 21:44:23 +00:00
|
|
|
|
|
|
|
|
|
if freebsd ; then
|
|
|
|
|
_extralibdir=-L/usr/local/lib
|
|
|
|
|
_extraincdir=-I/usr/local/include
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-31 18:25:28 +00:00
|
|
|
|
test -z "$_extralibdir" && _extralibdir=-L/usr/lib
|
|
|
|
|
test -z "$_extraincdir" && _extraincdir=-I/usr/include
|
2001-06-04 12:01:22 +00:00
|
|
|
|
|
2001-06-05 18:40:44 +00:00
|
|
|
|
# ---
|
|
|
|
|
|
2001-06-05 07:10:00 +00:00
|
|
|
|
# Checking CC version...
|
2001-10-23 18:32:55 +00:00
|
|
|
|
# gcc-3.0 merges optimizations coming from egcs, pgcc, agcc, ...
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_skip_cc_check" != yes ; then
|
2001-06-05 18:40:44 +00:00
|
|
|
|
echo $_echo_n "Checking version of $_cc ... $_echo_c"
|
2001-06-04 08:07:57 +00:00
|
|
|
|
cc_version=`$_cc -v 2>&1 | sed -n 's/^.*version \([aegcygnustp-]*[0-9.]*\).*$/\1/p'`
|
|
|
|
|
case $cc_version in
|
|
|
|
|
'') cc_version="v. ?.??, bad"; cc_verc_fail=yes;;
|
2001-07-25 07:03:55 +00:00
|
|
|
|
2.95.[2-9]|2.95.[2-9].[0-9]|3.[0-9]|3.[0-9].[0-9])
|
2001-06-04 08:07:57 +00:00
|
|
|
|
cc_version="$cc_version, ok";;
|
|
|
|
|
*) cc_version="$cc_version, bad"; cc_verc_fail=yes;;
|
|
|
|
|
esac
|
|
|
|
|
echo "$cc_version"
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$cc_verc_fail" ; then
|
2001-08-30 11:08:36 +00:00
|
|
|
|
cat <<EOF
|
2001-10-24 03:09:23 +00:00
|
|
|
|
Please downgrade/upgrade gcc compiler to gcc-2.95.x or gcc-3.x version!
|
2001-08-30 11:08:36 +00:00
|
|
|
|
|
2001-10-24 03:04:14 +00:00
|
|
|
|
Note: gcc 2.96 is RedHat's UNOFFICIAL (it can be found only in RedHat,
|
|
|
|
|
Mandrake sites or distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY
|
|
|
|
|
UNSUPPORTED by us. *** For details please read DOCS/gcc-2.96-3.0.html ***
|
2001-10-24 03:09:23 +00:00
|
|
|
|
|
2001-08-30 11:08:36 +00:00
|
|
|
|
EOF
|
2001-10-13 16:53:37 +00:00
|
|
|
|
die "Bad gcc version"
|
2001-06-04 08:07:57 +00:00
|
|
|
|
fi
|
2001-06-04 20:12:41 +00:00
|
|
|
|
else
|
2001-10-06 15:38:56 +00:00
|
|
|
|
# echo "YOU'VE SELECTED '--disable-gcc-checking'. PLEASE DON'T SEND US ANY BUGREPORTS!"
|
|
|
|
|
|
|
|
|
|
cat <<EOF
|
|
|
|
|
|
|
|
|
|
|
2001-10-24 03:04:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hmm. You really want to compile MPlayer with gcc 2.96? Ok. You know. Do it.
|
|
|
|
|
|
|
|
|
|
But did you already read DOCS/gcc-2.96-3.0.html ???
|
2001-10-06 15:38:56 +00:00
|
|
|
|
|
|
|
|
|
*** BUT WE DO NOT RECOMMEND SENDING ANY MAIL TO THE ***
|
|
|
|
|
*** MAILING LISTS OR DIRECTLY TO THE AUTHORS! ***
|
|
|
|
|
|
|
|
|
|
*** gcc 2.96 is broken. nobody will help you! ***
|
|
|
|
|
|
|
|
|
|
If you have any problem, then install 2.95.x or 3.0 version and try again.
|
2001-10-24 03:04:14 +00:00
|
|
|
|
If the problem _still_ exists, then read DOCS/bugreports.html.
|
|
|
|
|
|
|
|
|
|
DO NOT SEND BUGREPORTS OR COMPLAIN, it's *YOUR* fault! (exactly gcc 2.96's)
|
|
|
|
|
Get ready for mysterious crashes, no-picture bugs, strange noises... REALLY!
|
|
|
|
|
|
2001-10-06 15:38:56 +00:00
|
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
read _answer
|
|
|
|
|
|
2001-10-24 03:04:14 +00:00
|
|
|
|
# if test "$_answer" != "gcc 2.96 is broken" ; then
|
|
|
|
|
# die "Wrong answer. Next time try 'gcc 2.96 is broken'. But you'd better to downgrade."
|
|
|
|
|
# fi
|
2001-10-06 15:38:56 +00:00
|
|
|
|
|
2001-06-04 09:38:18 +00:00
|
|
|
|
fi
|
2001-02-24 20:28:24 +00:00
|
|
|
|
# ---
|
|
|
|
|
|
2001-07-04 10:45:20 +00:00
|
|
|
|
# now that we know what compiler should be used for compilation, try to find
|
|
|
|
|
# out which assembler is used by the $_cc compiler
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_as" = auto ; then
|
2001-07-04 10:45:20 +00:00
|
|
|
|
_as=`$_cc -print-prog-name=as`
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test -z "$_as" ; then
|
2001-07-04 10:45:20 +00:00
|
|
|
|
_as=as
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$host_arch" = i386 ; then
|
|
|
|
|
if test -r /proc/cpuinfo ; then
|
2001-06-05 18:40:44 +00:00
|
|
|
|
# linux with /proc mounted, extract cpu information from it
|
|
|
|
|
_cpuinfo="cat /proc/cpuinfo"
|
2001-10-11 23:41:43 +00:00
|
|
|
|
elif test -r /compat/linux/proc/cpuinfo ; then
|
2001-06-21 00:06:40 +00:00
|
|
|
|
# FreeBSD with linux emulation /proc mounted,
|
|
|
|
|
# extract cpu information from it
|
|
|
|
|
_cpuinfo="cat /compat/linux/proc/cpuinfo"
|
2001-07-12 15:35:52 +00:00
|
|
|
|
else
|
2001-06-05 18:40:44 +00:00
|
|
|
|
# all other OS try to extract cpu information from a small helper
|
|
|
|
|
# program TOOLS/cpuinfo instead
|
|
|
|
|
$_cc -o TOOLS/cpuinfo TOOLS/cpuinfo.c
|
|
|
|
|
_cpuinfo="TOOLS/cpuinfo"
|
2001-07-12 15:35:52 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-07-13 09:20:13 +00:00
|
|
|
|
pname=`$_cpuinfo | grep 'model name' | cut -d ':' -f 2 | head -1`
|
|
|
|
|
pparam=`$_cpuinfo | grep 'features' | cut -d ':' -f 2 | head -1`
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test -z "$pparam" ; then
|
2001-07-13 09:20:13 +00:00
|
|
|
|
pparam=`$_cpuinfo | grep 'flags' | cut -d ':' -f 2 | head -1`
|
2001-07-12 15:35:52 +00:00
|
|
|
|
fi
|
2001-07-13 09:20:13 +00:00
|
|
|
|
pvendor=`$_cpuinfo | grep 'vendor_id' | cut -d ':' -f 2 | cut -d ' ' -f 2 | head -1`
|
|
|
|
|
pfamily=`$_cpuinfo | grep 'cpu family' | cut -d ':' -f 2 | cut -d ' ' -f 2 | head -1`
|
|
|
|
|
pmodel=`$_cpuinfo | grep -v 'model name' | grep 'model' | cut -d ':' -f 2 | cut -d ' ' -f 2 | head -1`
|
|
|
|
|
pstepping=`$_cpuinfo | grep 'stepping' | cut -d ':' -f 2 | cut -d ' ' -f 2 | head -1`
|
2001-07-12 15:35:52 +00:00
|
|
|
|
else
|
|
|
|
|
# not an x86 host, cpuinfo stuff is not relevant
|
|
|
|
|
pname= pparam= pvendor= pfamily= pmodel= pstepping=
|
2001-06-05 18:40:44 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_mmx=no
|
2001-04-11 12:47:45 +00:00
|
|
|
|
_mmx2=no
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_3dnow=no
|
2001-05-09 07:54:56 +00:00
|
|
|
|
_3dnowex=no
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_mtrr=no
|
|
|
|
|
_sse=no
|
2001-04-19 19:59:11 +00:00
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_mga=no
|
|
|
|
|
_gl=no
|
|
|
|
|
_sdl=no
|
2001-08-14 12:30:56 +00:00
|
|
|
|
_aa=no
|
2001-06-15 16:32:21 +00:00
|
|
|
|
_ggi=no
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_xv=no
|
2001-03-24 21:37:25 +00:00
|
|
|
|
_vm=no
|
2001-10-10 01:48:54 +00:00
|
|
|
|
_xinerama=no
|
2001-09-17 15:04:09 +00:00
|
|
|
|
_xdpms_3=no
|
|
|
|
|
_xdpms_4=no
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_3dfx=no
|
2001-09-27 12:23:54 +00:00
|
|
|
|
_tdfxfb=no
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_syncfb=no
|
2001-08-24 16:20:04 +00:00
|
|
|
|
_mlib=no _mlibdir=/opt/SUNWmlib
|
2001-06-21 15:16:52 +00:00
|
|
|
|
_xmga=autodetect
|
2001-02-27 00:23:54 +00:00
|
|
|
|
_dga=no
|
2001-03-28 19:58:45 +00:00
|
|
|
|
_dga2=no
|
2001-04-05 19:02:02 +00:00
|
|
|
|
_svga=no
|
2001-06-05 18:40:44 +00:00
|
|
|
|
_fbdev=no
|
2001-11-05 21:49:20 +00:00
|
|
|
|
_dvb=no
|
2001-11-03 02:36:02 +00:00
|
|
|
|
_dxr3=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
linux && _fbdev=yes
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_lirc=no
|
2001-04-19 19:59:11 +00:00
|
|
|
|
_css=no
|
2001-08-20 21:20:03 +00:00
|
|
|
|
_dvdread=no
|
2001-11-13 09:12:20 +00:00
|
|
|
|
_win32=yes
|
|
|
|
|
_dshow=yes
|
2001-11-03 21:25:55 +00:00
|
|
|
|
_xanim=yes
|
2001-10-23 14:56:58 +00:00
|
|
|
|
test "$host_arch" != i386 && _dshow=no _win32=no
|
2001-04-26 20:23:24 +00:00
|
|
|
|
_fastmemcpy=yes
|
2001-06-08 23:30:09 +00:00
|
|
|
|
_streaming=no
|
2001-07-06 03:22:14 +00:00
|
|
|
|
_libavcodec=no
|
2001-10-27 13:39:12 +00:00
|
|
|
|
_libavcodec_so=no
|
2001-07-28 21:35:55 +00:00
|
|
|
|
_kernelextcheck=yes
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
|
|
_x=1
|
|
|
|
|
_y=1
|
|
|
|
|
|
|
|
|
|
_gllib=
|
|
|
|
|
_sdllib=
|
2001-06-05 18:40:44 +00:00
|
|
|
|
_sdlcflags=
|
2001-08-14 12:30:56 +00:00
|
|
|
|
_aalib=
|
2001-06-15 16:32:21 +00:00
|
|
|
|
_ggilib=
|
2001-04-15 18:35:17 +00:00
|
|
|
|
_xvlib=
|
2001-04-15 20:31:58 +00:00
|
|
|
|
_x11lib=
|
2001-10-10 01:48:54 +00:00
|
|
|
|
_xineramalib=
|
2001-10-11 12:25:20 +00:00
|
|
|
|
_iconvlib=
|
2001-11-03 02:36:02 +00:00
|
|
|
|
_dxr3lib=
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-04-16 00:44:29 +00:00
|
|
|
|
_select='#define HAVE_AUDIO_SELECT'
|
|
|
|
|
|
2001-10-23 18:32:55 +00:00
|
|
|
|
_gui=no
|
2001-05-08 12:17:03 +00:00
|
|
|
|
|
2001-11-11 04:26:54 +00:00
|
|
|
|
_tv=no
|
|
|
|
|
|
2001-06-04 18:23:10 +00:00
|
|
|
|
_alsa=yes
|
2001-06-05 10:16:32 +00:00
|
|
|
|
_esd=yes
|
2001-10-23 18:32:55 +00:00
|
|
|
|
_mad=yes
|
2001-06-04 18:23:10 +00:00
|
|
|
|
|
2001-07-12 15:35:52 +00:00
|
|
|
|
for i in $pparam; do
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
|
|
case "$i" in
|
|
|
|
|
3dnow)
|
|
|
|
|
_3dnow=yes
|
|
|
|
|
;;
|
2001-05-09 07:54:56 +00:00
|
|
|
|
3dnowext)
|
|
|
|
|
_3dnow=yes
|
|
|
|
|
_3dnowex=yes
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
mmx)
|
|
|
|
|
_mmx=yes
|
|
|
|
|
;;
|
2001-04-11 12:47:45 +00:00
|
|
|
|
mmxext)
|
|
|
|
|
_mmx2=yes
|
|
|
|
|
;;
|
2001-06-21 15:16:52 +00:00
|
|
|
|
mtrr|k6_mtrr)
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_mtrr=yes
|
|
|
|
|
;;
|
2001-06-21 15:16:52 +00:00
|
|
|
|
xmm|sse|kni)
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_sse=yes
|
2001-04-11 20:08:27 +00:00
|
|
|
|
_mmx2=yes
|
2001-02-24 20:28:24 +00:00
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
2001-10-31 18:25:28 +00:00
|
|
|
|
# Check for win32 codecs directory
|
2001-10-23 14:56:58 +00:00
|
|
|
|
_win32libdir=
|
|
|
|
|
if test "$_win32" = yes ; then
|
|
|
|
|
for I in /usr/local/lib/win32 /usr/lib/win32 ; do
|
2001-10-23 15:13:51 +00:00
|
|
|
|
if test -d "$I" ; then
|
2001-10-23 14:56:58 +00:00
|
|
|
|
_win32libdir="$I"
|
|
|
|
|
break;
|
|
|
|
|
fi;
|
|
|
|
|
done
|
2001-10-23 15:13:51 +00:00
|
|
|
|
fi
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-11-03 21:25:55 +00:00
|
|
|
|
_xanimlibdir=
|
|
|
|
|
if test "$_xanim" = yes ; then
|
|
|
|
|
for I in /usr/local/lib/xanim/mods /usr/lib/xanim/mods ; do
|
|
|
|
|
if test -d "$I" ; then
|
|
|
|
|
_xanimlibdir="$I"
|
|
|
|
|
break;
|
|
|
|
|
fi;
|
|
|
|
|
done
|
|
|
|
|
fi
|
2001-07-12 15:35:52 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test -d libavcodec && test -f libavcodec/Makefile ; then
|
2001-07-12 15:35:52 +00:00
|
|
|
|
_libavcodec=yes
|
2001-07-06 03:22:14 +00:00
|
|
|
|
fi
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-10-27 13:39:12 +00:00
|
|
|
|
#Checking for libffmpeg.so
|
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <libffmpeg/avcodec.h>
|
|
|
|
|
int main( void ) { return 0; }
|
|
|
|
|
EOF
|
2001-11-05 15:02:37 +00:00
|
|
|
|
cc_check $_extraincdir $_extralibdir -lffmpeg -lm && _libavcodec_so=yes
|
2001-07-12 15:35:52 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test -c /dev/mga_vid ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_mga=yes
|
|
|
|
|
_syncfb=yes
|
|
|
|
|
fi
|
|
|
|
|
|
2001-11-06 16:56:27 +00:00
|
|
|
|
if test -c /dev/ost/video ; then
|
2001-11-05 21:49:20 +00:00
|
|
|
|
_dvb=yes
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-27 17:41:54 +00:00
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
int main( void ) { return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
|
2001-07-12 15:35:52 +00:00
|
|
|
|
case "$host_arch" in
|
|
|
|
|
i386)
|
|
|
|
|
_arch="#define ARCH_X86 1"
|
|
|
|
|
_target_arch="TARGET_ARCH_X86=yes"
|
|
|
|
|
_words_endian="#undef WORDS_BIGENDIAN"
|
|
|
|
|
proc=pentium
|
|
|
|
|
iproc=586
|
|
|
|
|
|
|
|
|
|
case "$pvendor" in
|
|
|
|
|
AuthenticAMD)
|
|
|
|
|
case "$pfamily" in
|
|
|
|
|
3)
|
|
|
|
|
proc=i386
|
|
|
|
|
iproc=386
|
|
|
|
|
;;
|
|
|
|
|
4)
|
|
|
|
|
proc=i486
|
|
|
|
|
iproc=486
|
|
|
|
|
;;
|
|
|
|
|
5)
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$pmodel" -ge 6 ; then # LGB: models are: K5/SSA5 K5 K5 K5 ? ? K6 K6 K6-2 K6-3
|
2001-07-12 15:35:52 +00:00
|
|
|
|
proc=k6
|
|
|
|
|
else
|
|
|
|
|
proc=k5
|
|
|
|
|
fi
|
|
|
|
|
iproc=586
|
|
|
|
|
;;
|
|
|
|
|
6|7) # LGB: Though it seems Athlon CPUs returns with "6"
|
|
|
|
|
proc=k7
|
|
|
|
|
iproc=686
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
proc=pentium
|
|
|
|
|
iproc=586
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
;;
|
|
|
|
|
GenuineIntel)
|
|
|
|
|
case "$pfamily" in
|
|
|
|
|
3)
|
|
|
|
|
proc=i386
|
|
|
|
|
iproc=386
|
|
|
|
|
;;
|
|
|
|
|
4)
|
|
|
|
|
proc=i486
|
|
|
|
|
iproc=486
|
|
|
|
|
;;
|
|
|
|
|
5)
|
|
|
|
|
proc=pentium
|
|
|
|
|
iproc=586
|
|
|
|
|
;;
|
|
|
|
|
6)
|
|
|
|
|
proc=i686
|
|
|
|
|
iproc=686
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
proc=pentium
|
|
|
|
|
iproc=586
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
;;
|
|
|
|
|
unknown) # added by Gabucino - upon Tibcu's request
|
|
|
|
|
case "$pfamily" in
|
|
|
|
|
3)
|
|
|
|
|
proc=i386
|
|
|
|
|
iproc=386
|
|
|
|
|
;;
|
|
|
|
|
4)
|
|
|
|
|
proc=i486
|
|
|
|
|
iproc=486
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
proc=pentium
|
|
|
|
|
iproc=586
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
proc=pentium
|
|
|
|
|
iproc=586
|
|
|
|
|
;;
|
|
|
|
|
esac
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-07-12 15:35:52 +00:00
|
|
|
|
# check that gcc supports our cpu, if not, fallback to pentium
|
|
|
|
|
# LGB: check -mcpu and -march swithing step by step with enabling
|
|
|
|
|
# to fall back till 386.
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-07-12 15:35:52 +00:00
|
|
|
|
#echo -n "Checking your GCC CPU optimalization abilities: "
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$proc" = "k7" ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -march=$proc -mcpu=$proc || proc=athlon
|
2001-07-12 15:35:52 +00:00
|
|
|
|
fi
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$proc" = "athlon" ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -march=$proc -mcpu=$proc || proc=pentiumpro
|
2001-07-12 15:35:52 +00:00
|
|
|
|
fi
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$proc" = "k6" ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -march=$proc -mcpu=$proc || proc=k5
|
2001-07-12 15:35:52 +00:00
|
|
|
|
fi
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$proc" = "k5" ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -march=$proc -mcpu=$proc || proc=pentium
|
2001-07-12 15:35:52 +00:00
|
|
|
|
fi
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$proc" = "i686" ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -march=$proc -mcpu=$proc || proc=pentiumpro
|
2001-07-12 15:35:52 +00:00
|
|
|
|
fi
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$proc" = "pentiumpro" ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -march=$proc -mcpu=$proc || proc=pentium
|
2001-07-12 15:35:52 +00:00
|
|
|
|
fi
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$proc" = "pentium" ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -march=$proc -mcpu=$proc || proc=i486
|
2001-07-12 15:35:52 +00:00
|
|
|
|
fi
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$proc" = "i486" ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -march=$proc -mcpu=$proc || proc=i386
|
2001-07-12 15:35:52 +00:00
|
|
|
|
fi
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$proc" = "i386" ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -march=$proc -mcpu=$proc || proc=error
|
2001-07-12 15:35:52 +00:00
|
|
|
|
fi
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$proc" = "error" ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
die "Your gcc does not support even \"i386\" for '-march' and '-mcpu'."
|
2001-07-12 15:35:52 +00:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
_march="-march=$proc"
|
|
|
|
|
_mcpu="-mcpu=$proc"
|
|
|
|
|
#echo "DONE (${proc})."
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sparc)
|
|
|
|
|
_arch="#define ARCH_SPARC 1"
|
|
|
|
|
_target_arch="TARGET_ARCH_SPARC=yes"
|
|
|
|
|
_words_endian="#define WORDS_BIGENDIAN 1"
|
|
|
|
|
iproc=sparc
|
|
|
|
|
proc=v8
|
|
|
|
|
_march=""
|
|
|
|
|
_mcpu="-mcpu=$proc"
|
|
|
|
|
;;
|
|
|
|
|
|
2001-07-28 05:36:45 +00:00
|
|
|
|
arm)
|
|
|
|
|
_arch="#define ARCH_ARM 1"
|
|
|
|
|
_target_arch="TARGET_ARCH_ARM=yes"
|
|
|
|
|
_words_endian="#undef WORDS_BIGENDIAN"
|
|
|
|
|
iproc=arm
|
|
|
|
|
proc=
|
|
|
|
|
_march=""
|
|
|
|
|
_mcpu=""
|
|
|
|
|
;;
|
|
|
|
|
|
2001-08-29 11:18:37 +00:00
|
|
|
|
ppc)
|
|
|
|
|
_arch="#define ARCH_PPC 1"
|
|
|
|
|
_target_arch="TARGET_ARCH_PPC=yes"
|
|
|
|
|
_words_endian="#define WORDS_BIGENDIAN 1"
|
|
|
|
|
iproc=ppc
|
|
|
|
|
proc=
|
|
|
|
|
_march=""
|
|
|
|
|
_mcpu=""
|
|
|
|
|
;;
|
2001-07-12 15:35:52 +00:00
|
|
|
|
|
2001-09-18 13:45:38 +00:00
|
|
|
|
alpha)
|
|
|
|
|
_arch="#define ARCH_ALPHA 1"
|
|
|
|
|
_target_arch="TARGET_ARCH_ALPHA=yes"
|
|
|
|
|
_words_endian="#undef WORDS_BIGENDIAN"
|
|
|
|
|
iproc=alpha
|
|
|
|
|
proc=
|
|
|
|
|
_march=""
|
|
|
|
|
_mcpu="-mcpu=ev56"
|
|
|
|
|
;;
|
2001-07-12 15:35:52 +00:00
|
|
|
|
|
2001-10-24 14:02:19 +00:00
|
|
|
|
mips)
|
|
|
|
|
_arch="#define ARCH_SGI_MIPS 1"
|
|
|
|
|
_target_arch="TARGET_ARCH_SGI_MIPS=yes"
|
|
|
|
|
_words_endian="#define WORDS_BIGENDIAN 1"
|
|
|
|
|
iproc=sgi-mips
|
|
|
|
|
proc=default
|
|
|
|
|
_march=""
|
|
|
|
|
_mcpu="-mcpu=$proc"
|
|
|
|
|
_skip_as_check=yes
|
|
|
|
|
# _png=no
|
|
|
|
|
# CFLAGS="-O4 $_march $_mcpu -ffast-math -fomit-frame-pointer"
|
|
|
|
|
;;
|
|
|
|
|
|
2001-07-12 15:35:52 +00:00
|
|
|
|
*)
|
|
|
|
|
echo "The architecture of your CPU ($host_arch) is not supported by this configure script"
|
2001-10-13 16:53:37 +00:00
|
|
|
|
echo "It seems noone has ported MPlayer to your OS or CPU type yet."
|
|
|
|
|
die "unsupported architecture $host_arch"
|
2001-07-12 15:35:52 +00:00
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
# ---
|
|
|
|
|
|
2001-08-22 08:51:19 +00:00
|
|
|
|
# Checking for localization ...
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test -z "$LINGUAS" ; then
|
2001-08-22 08:51:19 +00:00
|
|
|
|
LINGUAS="en"
|
|
|
|
|
fi
|
|
|
|
|
echo Checking for language ... "$LINGUAS"
|
2001-10-25 13:32:48 +00:00
|
|
|
|
_mp_help="help_mp-${LINGUAS}.h"
|
|
|
|
|
|
|
|
|
|
test -f "$_mp_help" || {
|
|
|
|
|
echo "Language file (${_mp_help}) not found!"
|
|
|
|
|
LINGUAS="en"
|
|
|
|
|
_mp_help="help_mp-"$LINGUAS".h"
|
|
|
|
|
}
|
2001-08-22 08:51:19 +00:00
|
|
|
|
echo Using ... "$_mp_help" file
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_extraincdir $_extralibdir -lvgagl -lvga && _svga=yes
|
2001-04-15 20:31:58 +00:00
|
|
|
|
|
2001-10-31 18:25:28 +00:00
|
|
|
|
# Checking for posix threads lib...
|
2001-10-13 16:53:37 +00:00
|
|
|
|
if bsd ; then
|
|
|
|
|
cc_check -pthread || die "Lib pthread not found."
|
2001-06-21 00:06:40 +00:00
|
|
|
|
else
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -lpthread || die "Lib pthread not found."
|
2001-06-21 00:06:40 +00:00
|
|
|
|
fi
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-10-31 18:25:28 +00:00
|
|
|
|
|
2001-11-05 00:00:25 +00:00
|
|
|
|
# Trying to find a sdl*-config if user did not specify one
|
|
|
|
|
if test -z "$_sdlconfig" ; then
|
|
|
|
|
if ( sdl-config --version ) >/dev/null 2>&1 ; then
|
|
|
|
|
_sdlconfig="sdl-config"
|
|
|
|
|
elif ( sdl11-config --version ) >/dev/null 2>&1 ; then
|
|
|
|
|
_sdlconfig="sdl11-config"
|
|
|
|
|
else
|
|
|
|
|
_sdlconfig=false
|
|
|
|
|
fi
|
2001-10-31 18:25:28 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-04-20 17:27:38 +00:00
|
|
|
|
# Atmosfear: added SDL versioncheck and autodetect; removed warnings.
|
|
|
|
|
_sdl=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
if "$_sdlconfig" --version >/dev/null 2>&1 ; then
|
|
|
|
|
if cc_check `$_sdlconfig --cflags` `$_sdlconfig --libs` ; then
|
|
|
|
|
_sdlversion=`$_sdlconfig --version | sed 's/[^0-9]//g'`
|
|
|
|
|
if test "$_sdlversion" -gt 116 ; then
|
|
|
|
|
if test "$_sdlversion" -lt 121 ; then
|
|
|
|
|
_sdlbuggy='#define BUGGY_SDL'
|
|
|
|
|
else
|
|
|
|
|
_sdlbuggy='#undef BUGGY_SDL'
|
|
|
|
|
fi
|
|
|
|
|
_sdl=yes
|
|
|
|
|
else
|
|
|
|
|
_sdl=outdated
|
|
|
|
|
fi
|
|
|
|
|
fi
|
2001-06-11 19:27:15 +00:00
|
|
|
|
fi
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-08-14 12:30:56 +00:00
|
|
|
|
|
2001-04-29 19:14:43 +00:00
|
|
|
|
# Atmosfear: added libcss autodetect
|
|
|
|
|
_css=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
for I in "/usr/local" "/usr" ; do
|
|
|
|
|
if test -s "$I/lib/libcss.so" && test -s "$I/include/css.h" ; then
|
|
|
|
|
_csslibdir="$I/lib/"
|
|
|
|
|
_cssincdir="$I/include"
|
|
|
|
|
_css=yes
|
|
|
|
|
break;
|
|
|
|
|
fi
|
|
|
|
|
done
|
2001-08-14 14:34:27 +00:00
|
|
|
|
|
|
|
|
|
_aa=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_extraincdir $_extralibdir -laa && _aa=yes
|
2001-08-14 14:34:27 +00:00
|
|
|
|
|
2001-11-03 02:36:02 +00:00
|
|
|
|
_dxr3=no
|
|
|
|
|
cc_check $_extraincdir $_extralibdir -ldxr3 && _dxr3=yes
|
|
|
|
|
|
2001-07-31 22:20:43 +00:00
|
|
|
|
_divx4linux=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_extraincdir $_extralibdir -ldivxdecore -lm && _divx4linux=yes
|
2001-07-31 22:20:43 +00:00
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_termcap=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_extraincdir $_extralibdir -ltermcap && _termcap=yes
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-04-19 19:59:11 +00:00
|
|
|
|
_png=no
|
2001-10-31 18:25:28 +00:00
|
|
|
|
if irix ; then
|
2001-10-25 13:32:48 +00:00
|
|
|
|
# Don't check for -lpng on irix since it has its own libpng
|
|
|
|
|
# incompatible with the GNU libpng
|
|
|
|
|
:
|
2001-10-25 12:28:22 +00:00
|
|
|
|
else
|
2001-10-25 11:46:50 +00:00
|
|
|
|
cc_check $_extraincdir $_extralibdir -lpng -lz -lm && _png=yes
|
|
|
|
|
fi
|
2001-04-19 19:59:11 +00:00
|
|
|
|
|
2001-09-01 19:36:44 +00:00
|
|
|
|
_vorbis=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_extraincdir $_extralibdir -lvorbis -lm && _vorbis=yes
|
2001-09-01 19:36:44 +00:00
|
|
|
|
|
2001-06-15 16:32:21 +00:00
|
|
|
|
_ggi=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_extraincdir $_extralibdir -lggi && _ggi=yes
|
2001-06-15 16:32:21 +00:00
|
|
|
|
|
2001-07-03 14:22:23 +00:00
|
|
|
|
_kstat=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -lkstat && _kstat=yes _archlibs="-lkstat $_archlibs"
|
|
|
|
|
cc_check -lposix4 && _archlibs="-lposix4 $_archlibs"
|
2001-07-03 14:22:23 +00:00
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_binutils=no
|
2001-06-05 18:40:44 +00:00
|
|
|
|
$_as libac3/downmix/downmix_i386.S -o $TMPO > /dev/null 2>&1 && _binutils=yes
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-06-04 20:12:41 +00:00
|
|
|
|
# echo binutils: $_binutils
|
|
|
|
|
|
2001-06-05 18:40:44 +00:00
|
|
|
|
|
2001-04-15 20:31:58 +00:00
|
|
|
|
# ----------- Check X11 and related libs (GL, Xxf86vm, Xv, DGA) --------------
|
|
|
|
|
|
2001-06-08 23:30:09 +00:00
|
|
|
|
# for Solaris (socket stuff is in -lsocket, gethostbyname and friends in -lnsl):
|
2001-06-05 02:26:56 +00:00
|
|
|
|
_socklib=
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_socklib -lsocket && _socklib="$_socklib -lsocket"
|
|
|
|
|
cc_check $_socklib -lnsl && _socklib="$_socklib -lnsl"
|
2001-06-05 02:26:56 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_x11" = auto ; then
|
2001-04-15 20:31:58 +00:00
|
|
|
|
_x11=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_x11libdir -lX11 -lXext $_socklib && _x11=yes
|
2001-04-15 20:31:58 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_x11" = yes ; then
|
2001-04-15 20:31:58 +00:00
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_x11libdir -lX11 -lXext -lXdpms $_socklib && _xdpms_3=yes
|
2001-11-03 23:15:44 +00:00
|
|
|
|
( nm `echo $_x11libdir | cut -c 3-`/libXext.a | grep DPMSQueryExtension ) > /dev/null 2>&1 && _xdpms_4=yes
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_x11libdir -lX11 -lXext -lXv $_socklib && _xv=yes
|
|
|
|
|
cc_check $_x11libdir -lX11 -lXext -lXxf86vm $_socklib && _vm=yes
|
|
|
|
|
cc_check $_x11libdir -lX11 -lXext -lXinerama $_socklib && _xinerama=yes
|
2001-04-15 20:31:58 +00:00
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
# XXX this is not yet checked with OpenBSD - atmos
|
|
|
|
|
if freebsd || openbsd ; then
|
|
|
|
|
cc_check $_x11libdir -lX11 -lXext -lGL -lm -pthread $_socklib && _gl=yes
|
2001-06-21 00:06:40 +00:00
|
|
|
|
else
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_x11libdir -lX11 -lXext -lGL -lm $_socklib && _gl=yes
|
2001-06-21 00:06:40 +00:00
|
|
|
|
fi
|
2001-04-15 20:31:58 +00:00
|
|
|
|
|
2001-10-22 07:43:32 +00:00
|
|
|
|
if freebsd ; then
|
|
|
|
|
_iconv_tmp='#include <giconv.h>'
|
|
|
|
|
else
|
|
|
|
|
_iconv_tmp='#include <iconv.h>'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-10 13:07:42 +00:00
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include <unistd.h>
|
2001-10-22 07:43:32 +00:00
|
|
|
|
$_iconv_tmp
|
2001-10-10 13:07:42 +00:00
|
|
|
|
|
|
|
|
|
#define INBUFSIZE 1024
|
|
|
|
|
#define OUTBUFSIZE 4096
|
|
|
|
|
|
|
|
|
|
char inbuffer[INBUFSIZE];
|
|
|
|
|
char outbuffer[OUTBUFSIZE];
|
|
|
|
|
|
|
|
|
|
main()
|
|
|
|
|
{ ssize_t numread;
|
|
|
|
|
iconv_t icdsc;
|
|
|
|
|
char *tocode="UTF-8";
|
|
|
|
|
char *fromcode="cp1250";
|
|
|
|
|
if ((icdsc = iconv_open (tocode, fromcode)) != (iconv_t)(-1)){
|
|
|
|
|
while ((numread = read (0, inbuffer, INBUFSIZE))){
|
|
|
|
|
char *iptr=inbuffer;
|
|
|
|
|
char *optr=outbuffer;
|
|
|
|
|
size_t inleft=numread;
|
|
|
|
|
size_t outleft=OUTBUFSIZE;
|
|
|
|
|
if (iconv (icdsc,
|
|
|
|
|
(const char **)&iptr, &inleft, &optr, &outleft)
|
|
|
|
|
!=(size_t)(-1)){
|
|
|
|
|
write (1, outbuffer, OUTBUFSIZE - outleft);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (iconv_close (icdsc) == -1) ;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
_iconv=yes
|
2001-10-22 07:43:32 +00:00
|
|
|
|
if freebsd ; then
|
|
|
|
|
cc_check $_extraincdir $_extralibdir -lm -lgiconv >/dev/null 2>&1 || \
|
|
|
|
|
{ _iconv=no ; echo "iconv(3) function not detected!" ;}
|
|
|
|
|
elif bsdos ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_extraincdir $_extralibdir -lm -liconv >/dev/null 2>&1 || \
|
2001-10-11 12:25:20 +00:00
|
|
|
|
{ _iconv=no ; echo "iconv(3) function not detected!" ;}
|
|
|
|
|
else
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -lm || \
|
2001-10-10 13:07:42 +00:00
|
|
|
|
{ _iconv=no ; echo "iconv(3) function not detected!" ;}
|
2001-10-11 12:25:20 +00:00
|
|
|
|
fi
|
2001-04-15 20:31:58 +00:00
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <GL/gl.h>
|
|
|
|
|
int main( void ) { return 0; }
|
|
|
|
|
EOF
|
2001-10-13 16:53:37 +00:00
|
|
|
|
# XXX check this for OpenBSD and BSD/OS
|
|
|
|
|
if freebsd || openbsd ; then
|
|
|
|
|
cc_check $_x11incdir $_x11libdir -lX11 -lXext -lGL -lm -pthread $_socklib || \
|
|
|
|
|
{ _gl=no; echo "GL includes not found!"; }
|
2001-06-21 00:06:40 +00:00
|
|
|
|
else
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_x11libdir -lX11 -lXext -lGL -lm $_socklib || \
|
|
|
|
|
{ _gl=no; echo "GL includes not found!"; }
|
2001-06-21 00:06:40 +00:00
|
|
|
|
fi
|
2001-04-15 20:31:58 +00:00
|
|
|
|
|
2001-03-08 12:30:42 +00:00
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include <X11/Xlib.h>
|
|
|
|
|
#include <X11/extensions/xf86dga.h>
|
|
|
|
|
int main (void) { return 0;}
|
|
|
|
|
EOF
|
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_x11incdir -L/usr/X11R6/lib -L/usr/X11/lib -lX11 -lXext -lXxf86dga -lXxf86vm && _dga=yes
|
2001-03-08 12:30:42 +00:00
|
|
|
|
# Note: the -lXxf86vm library is the VideoMode extension and though it's
|
|
|
|
|
# not needed for DGA, AFAIK every distribution packages together with DGA
|
|
|
|
|
# stuffs named 'X extensions' or something similar. This check can be usefull
|
|
|
|
|
# for further mplayer versions to set resolution by mplayer itself.
|
|
|
|
|
# If you run into problems, remove '-lXxf86vm'.
|
|
|
|
|
|
2001-03-28 19:58:45 +00:00
|
|
|
|
# Check if DGA is 2.0 or greater
|
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include <X11/Xlib.h>
|
|
|
|
|
#include <X11/extensions/xf86dga.h>
|
|
|
|
|
int main (void) { XDGAMode mode; XDGADevice device; return 0;}
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
_dga2=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_x11incdir -L/usr/X11R6/lib -L/usr/X11/lib -lX11 -lXext -lXxf86dga -lXxf86vm $_socklib && _dga2=yes
|
2001-03-28 19:58:45 +00:00
|
|
|
|
|
2001-08-25 21:05:23 +00:00
|
|
|
|
# --- checkin X11 XShape extension
|
|
|
|
|
|
|
|
|
|
# echo -en 'Checking XShape extension ... '
|
|
|
|
|
|
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <X11/Xlib.h>
|
|
|
|
|
#include <X11/Xproto.h>
|
|
|
|
|
#include <X11/Xutil.h>
|
|
|
|
|
#include <X11/extensions/shape.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
int main( void )
|
|
|
|
|
{
|
|
|
|
|
char * name = ":0.0";
|
|
|
|
|
Display * wsDisplay;
|
|
|
|
|
int exitvar = 0;
|
|
|
|
|
int eventbase,errorbase;
|
|
|
|
|
|
|
|
|
|
if ( getenv( "DISPLAY" ) ) name=getenv( "DISPLAY" );
|
|
|
|
|
wsDisplay=XOpenDisplay( name );
|
|
|
|
|
if ( !XShapeQueryExtension( wsDisplay,&eventbase,&errorbase ) ) exitvar=1;
|
|
|
|
|
XCloseDisplay( wsDisplay );
|
|
|
|
|
return exitvar;
|
|
|
|
|
}
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
_xshape=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_x11incdir -L/usr/X11R6/lib -L/usr/X11/lib -lX11 -lXext $_socklib && _xshape=yes
|
2001-08-25 21:05:23 +00:00
|
|
|
|
|
2001-04-15 20:31:58 +00:00
|
|
|
|
fi
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-08-06 00:07:53 +00:00
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <decore.h>
|
2001-08-06 00:10:19 +00:00
|
|
|
|
int main( void ) { return DEC_OPT_FRAME_311; }
|
2001-08-06 00:07:53 +00:00
|
|
|
|
EOF
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_extraincdir $_extralibdir -ldivxdecore -lm || \
|
|
|
|
|
{ _divx4linux=no; echo "DivX4Linux includes (decore.h) not found!"; }
|
2001-08-06 00:07:53 +00:00
|
|
|
|
|
2001-08-20 21:20:03 +00:00
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <dvdread/dvd_reader.h>
|
|
|
|
|
#include <dvdread/ifo_types.h>
|
|
|
|
|
#include <dvdread/ifo_read.h>
|
|
|
|
|
#include <dvdread/nav_read.h>
|
|
|
|
|
int main( void ) { return 0; }
|
|
|
|
|
EOF
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_extraincdir $_extralibdir -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -ldvdread && \
|
|
|
|
|
{ _dvdread=yes; _largefiles=yes; }
|
2001-08-20 21:20:03 +00:00
|
|
|
|
|
2001-08-24 16:20:04 +00:00
|
|
|
|
|
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <mlib.h>
|
|
|
|
|
int main( void ) { mlib_VideoColorYUV2ABGR420(0,0,0,0,0,0,0,0,0); return 0; }
|
|
|
|
|
EOF
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_extraincdir $_extralibdir -I$_mlibdir/include -L$_mlibdir/lib -lmlib && _mlib=yes
|
2001-08-24 16:20:04 +00:00
|
|
|
|
|
|
|
|
|
|
2001-06-05 18:40:44 +00:00
|
|
|
|
|
2001-08-24 16:20:04 +00:00
|
|
|
|
|
2001-06-05 18:40:44 +00:00
|
|
|
|
# ---
|
2001-07-12 15:35:52 +00:00
|
|
|
|
# check availability of some header files
|
|
|
|
|
|
2001-11-09 02:02:58 +00:00
|
|
|
|
# check for malloc.h
|
2001-07-12 15:35:52 +00:00
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <malloc.h>
|
|
|
|
|
int main( void ) { return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
_malloc_h=no
|
2001-11-09 02:02:58 +00:00
|
|
|
|
cc_check && _malloc_h=yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# check for memalign() in malloc.h
|
|
|
|
|
# XXX restrict to x86 ? extend to other CPUs/cacheline sizes ?
|
|
|
|
|
cat > $TMPC << EOF
|
2001-08-24 14:49:05 +00:00
|
|
|
|
#include <malloc.h>
|
|
|
|
|
int main ( void ) {
|
|
|
|
|
char *string = NULL;
|
|
|
|
|
string = memalign(64, sizeof(char));
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
EOF
|
2001-11-09 02:02:58 +00:00
|
|
|
|
_memalign=no
|
|
|
|
|
cc_check && _memalign=yes
|
|
|
|
|
|
2001-07-12 15:35:52 +00:00
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
# check for alloca.h
|
2001-07-12 15:35:52 +00:00
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <alloca.h>
|
|
|
|
|
int main( void ) { return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
_alloca_h=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check && _alloca_h=yes
|
2001-07-12 15:35:52 +00:00
|
|
|
|
|
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
# check for mman.h
|
2001-07-12 15:35:52 +00:00
|
|
|
|
cat > $TMPC << EOF
|
2001-07-12 16:11:55 +00:00
|
|
|
|
#include <sys/types.h>
|
2001-07-12 15:35:52 +00:00
|
|
|
|
#include <sys/mman.h>
|
|
|
|
|
int main( void ) { return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
_sys_mman_h=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check && _sys_mman_h=yes
|
2001-07-12 15:35:52 +00:00
|
|
|
|
|
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
# check for dlfcn.h
|
2001-07-12 15:35:52 +00:00
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <dlfcn.h>
|
|
|
|
|
int main( void ) { return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
_libdl=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -ldl && _libdl=yes
|
2001-07-12 15:35:52 +00:00
|
|
|
|
|
2001-10-26 13:50:05 +00:00
|
|
|
|
# check for zlib.h
|
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <zlib.h>
|
|
|
|
|
int main( void ) { return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
_zlib=no
|
|
|
|
|
cc_check -lz && _zlib=yes
|
2001-06-05 18:40:44 +00:00
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
# check for sys/soundcard.h
|
2001-06-08 23:30:09 +00:00
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <sys/soundcard.h>
|
|
|
|
|
int main( void ) { return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
_sys_soundcard_h=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check && _sys_soundcard_h=yes
|
2001-06-08 23:30:09 +00:00
|
|
|
|
|
|
|
|
|
|
2001-07-12 15:35:52 +00:00
|
|
|
|
# ---
|
|
|
|
|
# try to detect type of audio supported on this machine
|
|
|
|
|
|
2001-10-25 11:46:50 +00:00
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
# check for OSS audio
|
2001-06-06 21:16:21 +00:00
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <sys/soundcard.h>
|
|
|
|
|
int main( void ) { int arg = SNDCTL_DSP_SETFRAGMENT; }
|
|
|
|
|
EOF
|
2001-06-05 18:40:44 +00:00
|
|
|
|
_oss_audio=no
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check && _oss_audio=yes
|
2001-06-06 21:16:21 +00:00
|
|
|
|
|
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
# check for ALSA audio: 0.5.x then 0.9.x
|
|
|
|
|
if test "$_alsa" = yes ; then
|
|
|
|
|
_alsaver=no
|
|
|
|
|
cat > $TMPC << EOF
|
2001-06-04 18:23:10 +00:00
|
|
|
|
#include <sys/asoundlib.h>
|
2001-06-05 10:16:32 +00:00
|
|
|
|
#include <sys/soundcard.h>
|
|
|
|
|
int main( void ) { if(SND_LIB_MAJOR==0&&SND_LIB_MINOR==5)return 0; return 1; }
|
2001-06-04 18:23:10 +00:00
|
|
|
|
EOF
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -lasound -ldl -lpthread && $TMPO && _alsaver='0.5.x'
|
2001-06-04 18:23:10 +00:00
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cat > $TMPC << EOF
|
2001-06-04 18:23:10 +00:00
|
|
|
|
#include <sys/asoundlib.h>
|
2001-06-05 10:16:32 +00:00
|
|
|
|
#include <sys/soundcard.h>
|
|
|
|
|
int main( void ) { if(SND_LIB_MAJOR==0&&SND_LIB_MINOR==9)return 0; return 1; }
|
2001-06-04 18:23:10 +00:00
|
|
|
|
EOF
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check -lasound -ldl -lpthread && $TMPO && _alsaver='0.9.x'
|
2001-06-04 18:23:10 +00:00
|
|
|
|
fi
|
2001-10-13 16:53:37 +00:00
|
|
|
|
test "$_alsaver" || _alsa=no
|
2001-06-04 18:23:10 +00:00
|
|
|
|
|
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
# check for ESD audio
|
2001-06-05 10:16:32 +00:00
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <esd.h>
|
|
|
|
|
int main( void ){ return 0; }
|
|
|
|
|
EOF
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cc_check $_extraincdir $_extralibdir -lesd || _esd=no
|
2001-06-05 10:16:32 +00:00
|
|
|
|
|
2001-10-25 11:46:50 +00:00
|
|
|
|
|
|
|
|
|
# check for SUN audio
|
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#include <sys/audioio.h>
|
|
|
|
|
int main( void ) { audio_info_t info; AUDIO_INITINFO(&info); }
|
|
|
|
|
EOF
|
|
|
|
|
_sun_audio=no
|
|
|
|
|
cc_check && _sun_audio=yes
|
|
|
|
|
|
|
|
|
|
|
2001-10-24 14:02:19 +00:00
|
|
|
|
# check for SGI audio
|
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <dmedia/audio.h>
|
|
|
|
|
int main( void ) { return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
_sgi_audio=no
|
2001-10-25 11:46:50 +00:00
|
|
|
|
cc_check && _sgi_audio=yes
|
|
|
|
|
|
2001-06-05 10:16:32 +00:00
|
|
|
|
|
2001-10-23 18:32:55 +00:00
|
|
|
|
# check for mad library
|
|
|
|
|
cat > $TMPC << EOF
|
|
|
|
|
#include <mad.h>
|
|
|
|
|
int main(void) { return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
cc_check $_extraincdir $_extralibdir $_madlibdir $_madincdir -lmad || _mad=no
|
|
|
|
|
|
|
|
|
|
|
2001-06-05 10:16:32 +00:00
|
|
|
|
# ---
|
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
# check for the parameters.
|
|
|
|
|
|
2001-05-30 20:23:20 +00:00
|
|
|
|
_prefix="/usr/local"
|
|
|
|
|
|
2001-07-30 11:14:59 +00:00
|
|
|
|
for ac_option do
|
2001-02-24 20:28:24 +00:00
|
|
|
|
case "$ac_option" in
|
2001-05-07 07:52:50 +00:00
|
|
|
|
--enable-profile)
|
|
|
|
|
_profile='-p'
|
|
|
|
|
;;
|
2001-05-06 10:42:22 +00:00
|
|
|
|
--enable-debug)
|
|
|
|
|
_debug='-g'
|
|
|
|
|
;;
|
2001-07-31 23:18:16 +00:00
|
|
|
|
--enable-largefiles)
|
|
|
|
|
_largefiles=yes
|
|
|
|
|
;;
|
2001-05-06 10:42:22 +00:00
|
|
|
|
--enable-debug=*)
|
2001-06-15 16:32:21 +00:00
|
|
|
|
_debug=`echo $_echo_n '-g'$_echo_c; echo $ac_option | cut -d '=' -f 2`
|
2001-05-06 10:42:22 +00:00
|
|
|
|
;;
|
2001-04-17 22:04:44 +00:00
|
|
|
|
--enable-css)
|
|
|
|
|
_css=yes
|
|
|
|
|
;;
|
2001-04-19 19:59:11 +00:00
|
|
|
|
--enable-png)
|
|
|
|
|
_png=yes
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--enable-sse)
|
|
|
|
|
_sse=yes
|
|
|
|
|
;;
|
|
|
|
|
--enable-3dnow)
|
|
|
|
|
_3dnow=yes
|
|
|
|
|
;;
|
2001-05-09 07:54:56 +00:00
|
|
|
|
--enable-3dnowex)
|
|
|
|
|
_3dnow=yes
|
|
|
|
|
_3dnowex=yes
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--enable-mmx)
|
|
|
|
|
_mmx=yes
|
|
|
|
|
;;
|
2001-04-11 12:47:45 +00:00
|
|
|
|
--enable-mmx2)
|
|
|
|
|
_mmx2=yes
|
|
|
|
|
;;
|
2001-03-10 21:05:20 +00:00
|
|
|
|
--enable-mtrr)
|
|
|
|
|
_mtrr=yes
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--enable-gl)
|
|
|
|
|
_gl=yes
|
|
|
|
|
;;
|
|
|
|
|
--enable-sdl)
|
|
|
|
|
_sdl=yes
|
|
|
|
|
;;
|
2001-08-14 12:30:56 +00:00
|
|
|
|
--enable-aa)
|
|
|
|
|
_aa=yes
|
|
|
|
|
;;
|
2001-06-15 16:32:21 +00:00
|
|
|
|
--enable-ggi)
|
|
|
|
|
_ggi=yes
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--enable-mga)
|
|
|
|
|
_mga=yes
|
|
|
|
|
;;
|
|
|
|
|
--enable-xmga)
|
|
|
|
|
_xmga=yes
|
|
|
|
|
;;
|
2001-04-05 19:02:02 +00:00
|
|
|
|
--enable-svga)
|
|
|
|
|
_svga=yes
|
|
|
|
|
;;
|
2001-02-27 00:23:54 +00:00
|
|
|
|
--enable-dga)
|
|
|
|
|
_dga=yes
|
2001-03-28 19:58:45 +00:00
|
|
|
|
;;
|
|
|
|
|
--enable-dga2)
|
|
|
|
|
_dga2=yes
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--enable-xv)
|
|
|
|
|
_xv=yes
|
|
|
|
|
;;
|
2001-03-24 21:37:25 +00:00
|
|
|
|
--enable-vm)
|
|
|
|
|
_vm=yes
|
|
|
|
|
;;
|
2001-10-10 01:48:54 +00:00
|
|
|
|
--enable-xinerama)
|
|
|
|
|
_xinerama=yes
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--enable-3dfx)
|
|
|
|
|
_3dfx=yes
|
|
|
|
|
;;
|
2001-09-27 12:23:54 +00:00
|
|
|
|
--enable-tdfxfb)
|
|
|
|
|
_tdfxfb=yes
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--enable-syncfb)
|
|
|
|
|
_syncfb=yes
|
|
|
|
|
;;
|
2001-03-28 12:08:44 +00:00
|
|
|
|
--enable-fbdev)
|
|
|
|
|
_fbdev=yes
|
|
|
|
|
;;
|
2001-11-03 02:36:02 +00:00
|
|
|
|
--enable-dxr3)
|
|
|
|
|
_dxr3=yes
|
|
|
|
|
;;
|
2001-10-10 13:07:42 +00:00
|
|
|
|
--enable-iconv)
|
|
|
|
|
_iconv=yes
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--enable-mlib)
|
|
|
|
|
_mlib=yes
|
|
|
|
|
;;
|
2001-09-01 19:36:44 +00:00
|
|
|
|
--enable-vorbis)
|
|
|
|
|
_vorbis=yes
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--enable-termcap)
|
|
|
|
|
_termcap=yes
|
|
|
|
|
;;
|
|
|
|
|
--enable-xmmp)
|
|
|
|
|
_xmmp=yes
|
|
|
|
|
;;
|
2001-06-05 18:40:44 +00:00
|
|
|
|
--enable-ossaudio)
|
|
|
|
|
_oss_audio=yes
|
|
|
|
|
;;
|
|
|
|
|
--enable-sunaudio)
|
|
|
|
|
_sun_audio=yes
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--enable-lirc)
|
|
|
|
|
_lirc=yes
|
|
|
|
|
;;
|
2001-04-16 00:44:29 +00:00
|
|
|
|
--enable-select)
|
|
|
|
|
_select='#define HAVE_AUDIO_SELECT'
|
|
|
|
|
;;
|
2001-05-08 12:17:03 +00:00
|
|
|
|
--enable-gui)
|
2001-09-27 17:40:43 +00:00
|
|
|
|
_gui=yes
|
|
|
|
|
;;
|
2001-11-11 04:26:54 +00:00
|
|
|
|
--enable-tv)
|
|
|
|
|
_tv=yes
|
|
|
|
|
;;
|
2001-06-08 23:30:09 +00:00
|
|
|
|
--enable-streaming)
|
|
|
|
|
_streaming=yes
|
|
|
|
|
;;
|
2001-09-27 17:40:43 +00:00
|
|
|
|
--enable-divx4)
|
|
|
|
|
_divx4linux=yes
|
|
|
|
|
;;
|
2001-10-23 13:59:10 +00:00
|
|
|
|
--enable-mad)
|
2001-10-23 18:32:55 +00:00
|
|
|
|
_mad=yes
|
2001-10-23 13:59:10 +00:00
|
|
|
|
;;
|
|
|
|
|
--disable-mad)
|
2001-10-23 18:32:55 +00:00
|
|
|
|
_mad=no
|
2001-10-23 13:59:10 +00:00
|
|
|
|
;;
|
2001-04-17 22:04:44 +00:00
|
|
|
|
--disable-css)
|
|
|
|
|
_css=no
|
|
|
|
|
;;
|
2001-04-19 19:59:11 +00:00
|
|
|
|
--disable-png)
|
|
|
|
|
_png=no
|
|
|
|
|
;;
|
2001-07-28 21:35:55 +00:00
|
|
|
|
--disable-kernel-extchk)
|
|
|
|
|
_kernelextcheck=no
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--disable-sse)
|
|
|
|
|
_sse=no
|
|
|
|
|
;;
|
|
|
|
|
--disable-3dnow)
|
|
|
|
|
_3dnow=no
|
2001-05-09 07:54:56 +00:00
|
|
|
|
_3dnowex=no
|
|
|
|
|
;;
|
|
|
|
|
--disable-3dnowex)
|
|
|
|
|
_3dnowex=no
|
2001-02-24 20:28:24 +00:00
|
|
|
|
;;
|
|
|
|
|
--disable-mmx)
|
2001-07-13 19:49:15 +00:00
|
|
|
|
# without mmx 3Dnow! and stuff is also not possible
|
|
|
|
|
_3dnow=no
|
|
|
|
|
_3dnowex=no
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_mmx=no
|
2001-04-11 12:47:45 +00:00
|
|
|
|
_mmx2=no
|
2001-02-24 20:28:24 +00:00
|
|
|
|
;;
|
2001-05-05 13:13:10 +00:00
|
|
|
|
--disable-mmx2)
|
|
|
|
|
_mmx2=no
|
|
|
|
|
;;
|
2001-03-10 21:05:20 +00:00
|
|
|
|
--disable-mtrr)
|
|
|
|
|
_mtrr=no
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--disable-gl)
|
|
|
|
|
_gl=no
|
|
|
|
|
;;
|
|
|
|
|
--disable-sdl)
|
|
|
|
|
_sdl=no
|
|
|
|
|
;;
|
2001-08-15 19:43:31 +00:00
|
|
|
|
--disable-aa)
|
2001-08-14 12:30:56 +00:00
|
|
|
|
_aa=no
|
|
|
|
|
;;
|
2001-06-15 16:32:21 +00:00
|
|
|
|
--disable-ggi)
|
|
|
|
|
_ggi=no
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--disable-mga)
|
|
|
|
|
_mga=no
|
|
|
|
|
;;
|
|
|
|
|
--disable-xmga)
|
|
|
|
|
_xmga=no
|
|
|
|
|
;;
|
|
|
|
|
--disable-xv)
|
|
|
|
|
_xv=no
|
|
|
|
|
;;
|
2001-03-24 21:37:25 +00:00
|
|
|
|
--disable-vm)
|
|
|
|
|
_vm=no
|
|
|
|
|
;;
|
2001-10-10 01:48:54 +00:00
|
|
|
|
--disable-xinerama)
|
|
|
|
|
_xinerama=no
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--disable-mlib)
|
|
|
|
|
_mlib=no
|
|
|
|
|
;;
|
2001-04-05 19:02:02 +00:00
|
|
|
|
--disable-svga)
|
|
|
|
|
_svga=no
|
|
|
|
|
;;
|
2001-03-08 12:30:42 +00:00
|
|
|
|
--disable-dga)
|
|
|
|
|
_dga=no
|
|
|
|
|
;;
|
2001-03-28 19:58:45 +00:00
|
|
|
|
--disable-dga2)
|
|
|
|
|
_dga2=no
|
|
|
|
|
;;
|
2001-03-28 12:08:44 +00:00
|
|
|
|
--disable-fbdev)
|
|
|
|
|
_fbdev=no
|
|
|
|
|
;;
|
2001-11-03 02:36:02 +00:00
|
|
|
|
--disable-dxr3)
|
|
|
|
|
_dxr3=no
|
|
|
|
|
;;
|
2001-11-05 21:49:20 +00:00
|
|
|
|
--enable-dvb)
|
|
|
|
|
_dvb=yes
|
|
|
|
|
;;
|
|
|
|
|
--disable-dvb)
|
|
|
|
|
_dvb=no
|
|
|
|
|
;;
|
2001-10-10 13:07:42 +00:00
|
|
|
|
--disable-iconv)
|
|
|
|
|
_iconv=no
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--disable-termcap)
|
|
|
|
|
_termcap=no
|
|
|
|
|
;;
|
2001-04-16 00:44:29 +00:00
|
|
|
|
--disable-select)
|
|
|
|
|
_select='#undef HAVE_AUDIO_SELECT'
|
|
|
|
|
;;
|
2001-08-14 18:28:56 +00:00
|
|
|
|
--disable-win32)
|
2001-10-23 14:56:58 +00:00
|
|
|
|
_win32libdir=
|
|
|
|
|
_win32=no
|
2001-08-14 18:28:56 +00:00
|
|
|
|
_dshow=no # no dshow without win32dlls
|
|
|
|
|
;;
|
2001-04-24 22:51:55 +00:00
|
|
|
|
--disable-dshow)
|
|
|
|
|
_dshow=no
|
|
|
|
|
;;
|
2001-11-03 21:25:55 +00:00
|
|
|
|
--disable-xanim)
|
|
|
|
|
_xanim=no
|
|
|
|
|
_xanimlibdir=
|
|
|
|
|
;;
|
2001-04-26 20:23:24 +00:00
|
|
|
|
--disable-fastmemcpy)
|
|
|
|
|
_fastmemcpy=no
|
|
|
|
|
;;
|
2001-05-08 12:17:03 +00:00
|
|
|
|
--disable-gui)
|
|
|
|
|
_gui=no
|
|
|
|
|
;;
|
2001-11-11 04:26:54 +00:00
|
|
|
|
--disable-tv)
|
|
|
|
|
_tv=no
|
|
|
|
|
;;
|
2001-06-04 18:23:10 +00:00
|
|
|
|
--disable-alsa)
|
2001-06-04 20:12:41 +00:00
|
|
|
|
_alsaver='notfound'
|
2001-06-04 18:23:10 +00:00
|
|
|
|
_alsa=no
|
|
|
|
|
;;
|
2001-06-05 10:16:32 +00:00
|
|
|
|
--disable-esd)
|
|
|
|
|
_esd=no
|
|
|
|
|
;;
|
2001-06-05 18:40:44 +00:00
|
|
|
|
--disable-ossaudio)
|
|
|
|
|
_oss_audio=no
|
|
|
|
|
;;
|
|
|
|
|
--disable-sunaudio)
|
|
|
|
|
_sun_audio=no
|
|
|
|
|
;;
|
2001-08-06 00:07:53 +00:00
|
|
|
|
--disable-divx4)
|
|
|
|
|
_divx4linux=no
|
|
|
|
|
;;
|
2001-09-01 19:36:44 +00:00
|
|
|
|
--disable-vorbis)
|
|
|
|
|
_vorbis=no
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--with-win32libdir=*)
|
|
|
|
|
_win32libdir=`echo $ac_option | cut -d '=' -f 2`
|
2001-10-23 14:56:58 +00:00
|
|
|
|
_win32=yes
|
2001-02-24 20:28:24 +00:00
|
|
|
|
;;
|
2001-11-03 21:25:55 +00:00
|
|
|
|
--with-xanimlibdir=*)
|
|
|
|
|
_xanimlibdir=`echo $ac_option | cut -d '=' -f 2`
|
|
|
|
|
_xanim=yes
|
|
|
|
|
;;
|
2001-04-17 22:04:44 +00:00
|
|
|
|
--with-csslibdir=*)
|
|
|
|
|
_csslibdir=`echo $ac_option | cut -d '=' -f 2`
|
2001-10-23 14:56:58 +00:00
|
|
|
|
_css=yes
|
2001-04-17 22:04:44 +00:00
|
|
|
|
;;
|
|
|
|
|
--with-cssincdir=*)
|
|
|
|
|
_cssincdir=`echo $ac_option | cut -d '=' -f 2`
|
2001-10-23 14:56:58 +00:00
|
|
|
|
_css=yes
|
2001-04-17 22:04:44 +00:00
|
|
|
|
;;
|
2001-08-24 16:20:04 +00:00
|
|
|
|
--with-mlibdir=*)
|
|
|
|
|
_mlibdir=`echo $ac_option | cut -d '=' -f 2`
|
|
|
|
|
_mlib=yes
|
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
--size-x=*)
|
|
|
|
|
_x=`echo $ac_option | cut -d '=' -f 2`
|
|
|
|
|
;;
|
|
|
|
|
--size-y=*)
|
|
|
|
|
_y=`echo $ac_option | cut -d '=' -f 2`
|
|
|
|
|
;;
|
2001-04-15 20:31:58 +00:00
|
|
|
|
--with-x11libdir=*)
|
2001-05-30 20:23:20 +00:00
|
|
|
|
;;
|
2001-06-21 00:06:40 +00:00
|
|
|
|
--with-x11incdir=*)
|
|
|
|
|
;;
|
|
|
|
|
--with-extralibdir=*)
|
|
|
|
|
;;
|
|
|
|
|
--with-extraincdir=*)
|
|
|
|
|
;;
|
2001-11-05 21:49:20 +00:00
|
|
|
|
--with-dvbincdir=*)
|
|
|
|
|
;;
|
2001-05-30 20:23:20 +00:00
|
|
|
|
--prefix=*)
|
|
|
|
|
_prefix=`echo $ac_option | cut -d '=' -f 2`
|
2001-04-15 20:31:58 +00:00
|
|
|
|
;;
|
2001-07-20 00:01:09 +00:00
|
|
|
|
--datadir=*)
|
|
|
|
|
_datadir=`echo $ac_option | cut -d '=' -f 2`
|
|
|
|
|
;;
|
2001-03-22 19:21:32 +00:00
|
|
|
|
--cc=*)
|
|
|
|
|
;;
|
2001-06-05 18:40:44 +00:00
|
|
|
|
--as=*)
|
|
|
|
|
;;
|
2001-11-09 13:20:17 +00:00
|
|
|
|
*)
|
2001-11-10 15:01:47 +00:00
|
|
|
|
echo "Unknow parameter: $ac_option"
|
2001-11-09 13:20:17 +00:00
|
|
|
|
;;
|
2001-02-24 20:28:24 +00:00
|
|
|
|
esac
|
|
|
|
|
done
|
|
|
|
|
|
2001-07-28 05:36:45 +00:00
|
|
|
|
# Atmos: moved this here, to be correct, if --prefix is specified
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test -z "$_datadir" ; then
|
2001-07-28 05:36:45 +00:00
|
|
|
|
_datadir=$_prefix"/share/mplayer"
|
|
|
|
|
fi
|
|
|
|
|
|
2001-06-05 18:40:44 +00:00
|
|
|
|
# Checking assembler (_as) compatibility...
|
2001-08-06 14:03:37 +00:00
|
|
|
|
# Added workaround for older as that reads from stdin by default - atmos
|
|
|
|
|
as_version=`echo '' | $_as -version 2>&1 | sed -n 's/^.*assembler \(version \)*\([0-9.]*\).*$/\2/p'`
|
2001-07-03 14:22:23 +00:00
|
|
|
|
echo $_echo_n "Checking assembler ($_as) ... $as_version, $_echo_c"
|
2001-06-05 07:10:00 +00:00
|
|
|
|
_pref_as_version='2.9.1'
|
2001-06-04 20:12:41 +00:00
|
|
|
|
### this test disabled, see _binutils test above! --A'rpi
|
|
|
|
|
# cat > astest.S <<EOF
|
|
|
|
|
# filds -2(%ebp)
|
|
|
|
|
# EOF
|
2001-06-05 18:40:44 +00:00
|
|
|
|
# $_as astest.S -o astest.o > /dev/null 2>&1 || as_verc_fail=yes
|
2001-06-04 20:12:41 +00:00
|
|
|
|
|
2001-06-05 02:22:38 +00:00
|
|
|
|
cat > $TMPS <<EOF
|
2001-06-05 18:40:44 +00:00
|
|
|
|
nop
|
|
|
|
|
EOF
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_mmx" = yes ; then
|
2001-06-05 18:40:44 +00:00
|
|
|
|
cat >> $TMPS <<EOF
|
2001-06-04 08:07:57 +00:00
|
|
|
|
emms
|
|
|
|
|
EOF
|
|
|
|
|
fi
|
2001-06-04 20:12:41 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_3dnow" = yes ; then
|
2001-06-05 07:10:00 +00:00
|
|
|
|
_pref_as_version='2.10.1'
|
2001-06-05 02:22:38 +00:00
|
|
|
|
cat >> $TMPS <<EOF
|
2001-06-04 08:07:57 +00:00
|
|
|
|
femms
|
|
|
|
|
EOF
|
2001-06-04 09:38:18 +00:00
|
|
|
|
fi
|
2001-06-04 20:12:41 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_3dnowex" = yes ; then
|
2001-06-05 07:10:00 +00:00
|
|
|
|
_pref_as_version='2.10.1'
|
2001-06-05 02:22:38 +00:00
|
|
|
|
cat >> $TMPS <<EOF
|
2001-06-04 09:38:18 +00:00
|
|
|
|
pswapd %mm0, %mm0
|
|
|
|
|
EOF
|
2001-06-04 08:07:57 +00:00
|
|
|
|
fi
|
2001-06-04 20:12:41 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_mmx2" = yes ; then
|
2001-06-05 07:10:00 +00:00
|
|
|
|
_pref_as_version='2.10.1'
|
2001-06-05 02:22:38 +00:00
|
|
|
|
cat >> $TMPS <<EOF
|
2001-06-04 08:07:57 +00:00
|
|
|
|
movntq %mm0, (%eax)
|
|
|
|
|
EOF
|
|
|
|
|
fi
|
2001-06-04 20:12:41 +00:00
|
|
|
|
|
2001-10-12 08:42:20 +00:00
|
|
|
|
if test "$_sse" = yes ; then
|
2001-06-05 07:10:00 +00:00
|
|
|
|
_pref_as_version='2.10.1'
|
2001-06-05 02:22:38 +00:00
|
|
|
|
cat >> $TMPS <<EOF
|
2001-06-04 08:07:57 +00:00
|
|
|
|
xorps %xmm0, %xmm0
|
|
|
|
|
EOF
|
|
|
|
|
fi
|
2001-06-05 07:10:00 +00:00
|
|
|
|
# Note: for SSE2 assembler v2.11 should be preferred --Nick
|
2001-10-11 23:41:43 +00:00
|
|
|
|
#if test "$_sse2" = yes ; then
|
2001-06-05 07:10:00 +00:00
|
|
|
|
#_pref_as_version='2.11'
|
|
|
|
|
#cat >> $TMPS <<EOF
|
|
|
|
|
#xorpd %xmm0, %xmm0
|
|
|
|
|
#EOF
|
|
|
|
|
#fi
|
2001-06-05 18:40:44 +00:00
|
|
|
|
$_as $TMPS -o $TMPO > /dev/null 2>&1 || as_verc_fail=yes
|
2001-06-04 20:12:41 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$as_verc_fail" != yes ; then
|
2001-06-04 12:01:22 +00:00
|
|
|
|
echo "ok"
|
|
|
|
|
else
|
|
|
|
|
echo "failed"
|
2001-06-05 07:10:00 +00:00
|
|
|
|
echo "Please upgrade(downgrade) binutils to "$_pref_as_version"..."
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_skip_as_check" != yes ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
die "Bad binutils version"
|
2001-06-08 23:30:09 +00:00
|
|
|
|
else
|
|
|
|
|
echo "YOU'VE SELECTED '--disable-as-checking'. PLEASE DON'T SEND US ANY BUGREPORTS!"
|
|
|
|
|
fi
|
2001-06-04 08:07:57 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-07-28 21:35:55 +00:00
|
|
|
|
# Atmosfear: Checking kernel support for cpu extensions ...
|
|
|
|
|
extcheck() {
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$1" = yes ; then
|
2001-07-28 21:35:55 +00:00
|
|
|
|
echo $_echo_n "Checking $2 support in Kernel ... $_echo_c"
|
|
|
|
|
cat > $TMPC <<EOF
|
|
|
|
|
int main(void){__asm__ __volatile__ ("$3":::"memory");return(0);}
|
|
|
|
|
EOF
|
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
if (cc_check && $TMPO) > /dev/null 2>&1 ; then
|
2001-07-28 21:35:55 +00:00
|
|
|
|
echo "ok"
|
|
|
|
|
return 1
|
|
|
|
|
else
|
|
|
|
|
echo "failed"
|
2001-10-13 16:53:37 +00:00
|
|
|
|
echo "It seems that your kernel does not correctly support $2."
|
|
|
|
|
echo "To use $2 extensions in MPlayer, you have to upgrade/recompile your kernel!"
|
2001-07-28 21:35:55 +00:00
|
|
|
|
return 0
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
return 1
|
|
|
|
|
}
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_kernelextcheck" = yes ; then
|
2001-07-28 21:35:55 +00:00
|
|
|
|
if extcheck $_mmx "mmx" "emms" ; then _mmx=no ; fi
|
|
|
|
|
if extcheck $_3dnow "3dnow" "femms" ; then _3dnow=no ; fi
|
|
|
|
|
if extcheck $_3dnowex "3dnowex" "pswapd %%mm0, %%mm0" ; then _3dnowex=no ; fi
|
2001-07-29 16:22:29 +00:00
|
|
|
|
if extcheck $_mmx2 "mmx2" "sfence" ; then _mmx2=no ; fi
|
2001-07-28 21:35:55 +00:00
|
|
|
|
if extcheck $_sse "sse" "xorps %%xmm0, %%xmm0" ; then _sse=no ; fi
|
|
|
|
|
#if extcheck $_sse2 "sse2" "xorpd %%xmm0, %%xmm0" ; then _sse2=no ; fi
|
|
|
|
|
fi
|
|
|
|
|
|
2001-06-05 07:56:40 +00:00
|
|
|
|
# Checking kernel version...
|
2001-10-13 16:53:37 +00:00
|
|
|
|
if linux ; then
|
2001-07-12 15:35:52 +00:00
|
|
|
|
_k_verc_problem=no
|
|
|
|
|
kernel_version=`uname -r 2>&1`
|
|
|
|
|
echo $_echo_n "Checking $system_name kernel version ... $_echo_c"
|
|
|
|
|
case "$kernel_version" in
|
|
|
|
|
'') kernel_version="?.??"; _k_verc_fail=yes;;
|
|
|
|
|
[0-1].[0-9].[0-9]*|2.[0-3].[0-9]*)
|
|
|
|
|
_k_verc_problem=yes;;
|
|
|
|
|
esac
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_k_verc_problem" = yes && test "$_sse" = yes ; then
|
2001-07-12 15:35:52 +00:00
|
|
|
|
_k_verc_fail=yes
|
|
|
|
|
fi
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_k_verc_fail" ; then
|
2001-07-12 15:35:52 +00:00
|
|
|
|
echo "$kernel_version, fail"
|
2001-07-16 13:34:42 +00:00
|
|
|
|
echo "WARNING! If you want to run mplayer on this system, be prepared for problems!"
|
|
|
|
|
echo "(SSE support of 2.2.x series is limited. Upgrade kernel or use --disable-sse)"
|
2001-07-12 15:35:52 +00:00
|
|
|
|
else
|
|
|
|
|
echo "$kernel_version, ok"
|
|
|
|
|
fi
|
2001-06-21 00:06:40 +00:00
|
|
|
|
fi
|
2001-06-04 08:07:57 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_xmga" = "autodetect" ; then
|
|
|
|
|
if test "$_x11" = yes && test "$_mga" = yes ; then
|
2001-04-15 20:31:58 +00:00
|
|
|
|
_xmga=yes
|
2001-06-21 15:16:52 +00:00
|
|
|
|
else
|
|
|
|
|
_xmga=no
|
2001-04-15 20:31:58 +00:00
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
2001-11-03 21:25:55 +00:00
|
|
|
|
if test "$_xanim" = yes && test "$_libdl" = no ; then
|
2001-11-13 09:48:50 +00:00
|
|
|
|
if freebsd ; then
|
|
|
|
|
_xanim=yes
|
|
|
|
|
else
|
2001-11-13 09:12:20 +00:00
|
|
|
|
_xanim=no
|
2001-11-13 09:48:50 +00:00
|
|
|
|
fi
|
2001-11-03 21:25:55 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
# to screen.
|
2001-05-30 20:23:20 +00:00
|
|
|
|
echo "Install prefix: $_prefix"
|
2001-07-20 00:01:09 +00:00
|
|
|
|
echo "Data directory: $_datadir"
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$host_arch" = i386 ; then
|
2001-07-12 15:35:52 +00:00
|
|
|
|
echo "Checking for cpu vendor ... $pvendor ( $pfamily:$pmodel:$pstepping )"
|
|
|
|
|
echo "Checking for cpu type ... $pname"
|
|
|
|
|
fi
|
2001-02-24 20:28:24 +00:00
|
|
|
|
echo "Optimizing to ... $proc"
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$host_arch" = i386 ; then
|
2001-07-12 15:35:52 +00:00
|
|
|
|
echo "Checking for mmx support ... $_mmx"
|
|
|
|
|
echo "Checking for mmx2 support ... $_mmx2"
|
|
|
|
|
echo "Checking for 3dnow support ... $_3dnow"
|
|
|
|
|
echo "Checking for 3dnowex support ... $_3dnowex"
|
|
|
|
|
echo "Checking for sse support ... $_sse"
|
|
|
|
|
echo "Checking for mtrr support ... $_mtrr"
|
|
|
|
|
fi
|
2001-02-24 20:28:24 +00:00
|
|
|
|
echo "Screen size ... ${_x}x${_y}"
|
|
|
|
|
echo "Checking for X11 libs ... $_x11libdir"
|
2001-06-26 23:15:58 +00:00
|
|
|
|
echo "Checking for X11 headers ... $_x11incdir"
|
2001-02-24 20:28:24 +00:00
|
|
|
|
echo "Checking mga_vid device ... $_mga"
|
|
|
|
|
echo "Checking for xmga ... $_xmga"
|
2001-11-05 00:00:25 +00:00
|
|
|
|
echo "Checking for SDL ... $_sdl (with $_sdlconfig)"
|
2001-08-14 12:30:56 +00:00
|
|
|
|
echo "Checking for AA ... $_aa"
|
2001-06-15 16:32:21 +00:00
|
|
|
|
echo "Checking for GGI ... $_ggi"
|
2001-02-24 20:28:24 +00:00
|
|
|
|
echo "Checking for OpenGL ... $_gl"
|
|
|
|
|
echo "Checking for Xv ... $_xv"
|
2001-10-10 01:48:54 +00:00
|
|
|
|
echo "Checking for Xinerama ... $_xinerama"
|
2001-02-24 20:28:24 +00:00
|
|
|
|
echo "Checking for X11 ... $_x11"
|
2001-03-08 12:30:42 +00:00
|
|
|
|
echo "Checking for DGA ... $_dga"
|
2001-03-28 19:58:45 +00:00
|
|
|
|
echo "Checking for DGA 2.0 .. $_dga2"
|
2001-03-24 21:37:25 +00:00
|
|
|
|
echo "Checking for Xf86VM ... $_vm"
|
2001-04-05 19:02:02 +00:00
|
|
|
|
echo "Checking for SVGAlib ... $_svga"
|
2001-03-28 12:08:44 +00:00
|
|
|
|
echo "Checking for FBDev ... $_fbdev"
|
2001-11-05 21:49:20 +00:00
|
|
|
|
echo "Checking for DVB ... $_dvb"
|
2001-11-03 02:36:02 +00:00
|
|
|
|
echo "Checking for DXR3/H+ ... $_dxr3"
|
2001-06-05 18:40:44 +00:00
|
|
|
|
echo "Checking for OSS Audio ... $_oss_audio"
|
|
|
|
|
echo "Checking for ALSA Audio ... $_alsaver"
|
|
|
|
|
echo "Checking for ESD Audio ... $_esd"
|
|
|
|
|
echo "Checking for Sun Audio ... $_sun_audio"
|
2001-08-24 16:20:04 +00:00
|
|
|
|
echo "Checking for Sun mediaLib ... $_mlib"
|
2001-10-24 14:02:19 +00:00
|
|
|
|
echo "Checking for SGI Audio ... $_sgi_audio"
|
2001-04-17 22:04:44 +00:00
|
|
|
|
echo "Checking for DeCSS support ... $_css"
|
2001-08-20 21:20:03 +00:00
|
|
|
|
echo "Checking for DVDread support ... $_dvdread"
|
2001-04-19 19:59:11 +00:00
|
|
|
|
echo "Checking for PNG support ... $_png"
|
2001-10-23 18:32:55 +00:00
|
|
|
|
echo "Checking for mad support ... $_mad"
|
2001-09-01 19:36:44 +00:00
|
|
|
|
echo "Checking for OggVorbis support ... $_vorbis"
|
2001-10-26 09:50:04 +00:00
|
|
|
|
echo "Checking for Win32 DLL support ... $_win32"
|
2001-11-03 21:25:55 +00:00
|
|
|
|
echo "Checking for XAnim DLL support ... $_xanim"
|
2001-04-24 22:51:55 +00:00
|
|
|
|
echo "Checking for DirectShow ... $_dshow"
|
2001-10-10 13:07:42 +00:00
|
|
|
|
echo "Checking for iconv function ... $_iconv"
|
2001-10-26 13:50:05 +00:00
|
|
|
|
echo "Checking for zlib ... $_zlib"
|
2001-08-29 12:15:09 +00:00
|
|
|
|
|
|
|
|
|
# check if compiler supports C++ and C++-libs are installed correctly
|
2001-10-23 14:56:58 +00:00
|
|
|
|
if test "$_win32" = yes && test "$_dshow" = yes ; then
|
2001-11-03 23:15:44 +00:00
|
|
|
|
cat > "$TMPCPP" << EOF
|
2001-08-29 12:15:09 +00:00
|
|
|
|
/* very useful C++ test program by atmos */
|
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
|
|
class myclass {
|
|
|
|
|
private:
|
|
|
|
|
int ret;
|
|
|
|
|
public:
|
|
|
|
|
int myreturn(void);
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
int myclass::myreturn(void) {
|
|
|
|
|
ret = 0;
|
|
|
|
|
return ret;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
int main(void) {
|
|
|
|
|
myclass myobject;
|
|
|
|
|
return myobject.myreturn();
|
|
|
|
|
}
|
|
|
|
|
EOF
|
|
|
|
|
echo $_echo_n "Checking if your compiler '$_cc' supports C++ ... $_echo_c"
|
2001-11-03 23:15:44 +00:00
|
|
|
|
if ( "$_cc" "$TMPCPP" -o "$TMPO" ) > /dev/null 2>&1 ; then
|
2001-10-11 23:41:43 +00:00
|
|
|
|
echo yes
|
2001-08-29 12:15:09 +00:00
|
|
|
|
echo $_echo_n "Checking for proper C++ runtime enviroment ... $_echo_c"
|
2001-11-03 23:15:44 +00:00
|
|
|
|
if "$TMPO" ; then
|
2001-10-11 23:41:43 +00:00
|
|
|
|
echo yes
|
2001-08-29 12:15:09 +00:00
|
|
|
|
else
|
2001-10-11 23:41:43 +00:00
|
|
|
|
echo no
|
2001-08-29 12:15:09 +00:00
|
|
|
|
cat << EOF
|
|
|
|
|
Your C++ runtime enviroment is broken, make sure you correctly install the
|
|
|
|
|
C++ libraries (libstdc++) and that the library path containing them is in
|
|
|
|
|
your (/etc/)ld.so.conf!
|
|
|
|
|
If you don't need DirectShow support, you can also use:
|
|
|
|
|
./configure --disable-dshow <your-normal-configure-options>
|
|
|
|
|
to disable building of the C++ based DirectShow code.
|
|
|
|
|
EOF
|
2001-10-13 16:53:37 +00:00
|
|
|
|
die "C++ runtime enviroment broken"
|
2001-08-29 12:15:09 +00:00
|
|
|
|
fi
|
|
|
|
|
else
|
2001-10-11 23:41:43 +00:00
|
|
|
|
echo no
|
2001-08-29 12:15:09 +00:00
|
|
|
|
cat << EOF
|
|
|
|
|
Your C++ compiler does not support C++, make sure you have enabled it on
|
|
|
|
|
compiler compilation or for binary packages, make sure the appropriate
|
|
|
|
|
packages are installed!
|
|
|
|
|
If you don't need DirectShow support, you can also use:
|
|
|
|
|
./configure --disable-dshow <your-normal-configure-options>
|
|
|
|
|
to disable building of the C++ based DirectShow code.
|
|
|
|
|
EOF
|
2001-10-13 16:53:37 +00:00
|
|
|
|
die "C++ compiler not supporting C++"
|
2001-08-29 12:15:09 +00:00
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
2001-07-06 03:22:14 +00:00
|
|
|
|
echo "Checking for libavcodec ... $_libavcodec"
|
2001-10-27 13:39:12 +00:00
|
|
|
|
echo "Checking for libffmpeg.so ... $_libavcodec_so"
|
2001-07-31 22:20:43 +00:00
|
|
|
|
echo "Checking for divx4linux ... $_divx4linux"
|
2001-04-26 20:23:24 +00:00
|
|
|
|
echo "Checking for fastmemcpy ... $_fastmemcpy"
|
2001-11-11 04:26:54 +00:00
|
|
|
|
echo "Checking for TV Interface ... $_tv"
|
2001-06-26 23:15:58 +00:00
|
|
|
|
echo "Extra libs : $_extralibdir"
|
|
|
|
|
echo "Extra headers : $_extraincdir"
|
2001-02-24 20:28:24 +00:00
|
|
|
|
# write conf files.
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_gui" = yes ; then
|
2001-08-25 21:05:23 +00:00
|
|
|
|
# --------------- GUI begin -------------------
|
|
|
|
|
|
2001-11-05 00:00:25 +00:00
|
|
|
|
echo
|
2001-10-26 19:54:43 +00:00
|
|
|
|
|
2001-10-31 18:25:28 +00:00
|
|
|
|
# Check for GTK:
|
2001-08-27 16:51:10 +00:00
|
|
|
|
echo $_echo_n "Checking for gtk version ... $_echo_c"
|
2001-11-05 00:00:25 +00:00
|
|
|
|
if test -z "$_gtkconfig" ; then
|
|
|
|
|
if ( gtk-config --version ) >/dev/null 2>&1 ; then
|
|
|
|
|
_gtkconfig="gtk-config"
|
|
|
|
|
elif ( gtk12-config --version ) >/dev/null 2>&1 ; then
|
|
|
|
|
_gtkconfig="gtk12-config"
|
|
|
|
|
else
|
|
|
|
|
die "gtk not found"
|
|
|
|
|
fi
|
2001-10-31 18:25:28 +00:00
|
|
|
|
fi
|
2001-10-26 19:54:43 +00:00
|
|
|
|
_gtk=`$_gtkconfig --version 2>&1`
|
|
|
|
|
_gtkinc=`$_gtkconfig --cflags 2>&1`
|
|
|
|
|
_gtklib=`$_gtkconfig --libs 2>&1`
|
2001-11-05 00:00:25 +00:00
|
|
|
|
echo "$_gtk (with $_gtkconfig)"
|
2001-08-25 21:05:23 +00:00
|
|
|
|
|
2001-10-31 18:25:28 +00:00
|
|
|
|
|
|
|
|
|
# Check for GLIB
|
2001-08-27 16:51:10 +00:00
|
|
|
|
echo $_echo_n "Checking for glib version ... $_echo_c"
|
2001-11-05 00:00:25 +00:00
|
|
|
|
if test -z "$_glibconfig" ; then
|
|
|
|
|
if ( glib-config --version ) >/dev/null 2>&1 ; then
|
|
|
|
|
_glibconfig="glib-config"
|
|
|
|
|
elif ( glib12-config --version ) >/dev/null 2>&1 ; then
|
|
|
|
|
_glibconfig="glib12-config"
|
|
|
|
|
else
|
|
|
|
|
die "glib not found"
|
|
|
|
|
fi
|
2001-10-31 18:25:28 +00:00
|
|
|
|
fi
|
2001-10-26 19:54:43 +00:00
|
|
|
|
_glib=`$_glibconfig --version 2>&1`
|
|
|
|
|
_glibinc=`$_glibconfig --cflags 2>&1`
|
|
|
|
|
_gliblib=`$_glibconfig --libs 2>&1`
|
2001-11-05 00:00:25 +00:00
|
|
|
|
echo "$_glib (with $_glibconfig)"
|
2001-08-25 21:05:23 +00:00
|
|
|
|
|
|
|
|
|
cat > Gui/config.mak << EOF
|
|
|
|
|
|
|
|
|
|
# -------- Generated by ./configure -----------
|
|
|
|
|
|
|
|
|
|
GTKINC=$_gtkinc
|
|
|
|
|
GTKLIBS=$_gtklib
|
|
|
|
|
GLIBINC=$_glibinc
|
|
|
|
|
GLIBLIBS=$_gliblib
|
|
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
2001-10-13 16:53:37 +00:00
|
|
|
|
|
2001-08-25 21:05:23 +00:00
|
|
|
|
# --------------- GUI end -------------------
|
|
|
|
|
fi
|
|
|
|
|
|
2001-06-08 23:30:09 +00:00
|
|
|
|
_streamingdef='#undef STREAMING'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_streaming" = yes ; then
|
2001-10-20 18:49:08 +00:00
|
|
|
|
# _streamingsrcs='asf_streaming.c network.c url.c http.c'
|
2001-06-08 23:30:09 +00:00
|
|
|
|
_streamingdef='#define STREAMING'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_gl" = yes ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
# XXX check this for OpenBSD & BSD/OS
|
|
|
|
|
if freebsd || openbsd ; then
|
2001-06-21 00:06:40 +00:00
|
|
|
|
# Under XFree86 4.x GL port is poorly designed
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test -r /usr/X11R6/bin/XFree86 ; then
|
2001-06-21 00:06:40 +00:00
|
|
|
|
_gllib='-lGL -pthread'
|
|
|
|
|
else
|
|
|
|
|
_gllib='-lGL'
|
|
|
|
|
fi
|
|
|
|
|
else
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_gllib='-lGL'
|
2001-06-21 00:06:40 +00:00
|
|
|
|
fi
|
2001-02-24 20:28:24 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-05 13:39:43 +00:00
|
|
|
|
_cssdef='#undef HAVE_LIBCSS'
|
2001-08-20 21:20:03 +00:00
|
|
|
|
_csslib=''
|
|
|
|
|
_cssinc=''
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_dvdread" = yes ; then
|
2001-08-20 21:20:03 +00:00
|
|
|
|
_csslib='-ldvdread'
|
|
|
|
|
_dvdreaddef='#define USE_DVDREAD'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
_css=no
|
2001-08-20 21:20:03 +00:00
|
|
|
|
else
|
|
|
|
|
_dvdreaddef='#undef USE_DVDREAD'
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_css" = yes ; then
|
|
|
|
|
if test "$_csslibdir" ; then
|
2001-04-17 22:04:44 +00:00
|
|
|
|
_csslib="-L${_csslibdir} -lcss"
|
|
|
|
|
else
|
|
|
|
|
_csslib='-lcss'
|
|
|
|
|
fi
|
2001-10-05 13:39:43 +00:00
|
|
|
|
_cssdef='#define HAVE_LIBCSS'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_cssincdir" ; then
|
2001-04-17 22:04:44 +00:00
|
|
|
|
_cssinc="-I${_cssincdir}"
|
|
|
|
|
else
|
|
|
|
|
_cssinc=""
|
|
|
|
|
fi
|
2001-08-20 21:20:03 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-04-17 22:04:44 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-08-14 18:28:56 +00:00
|
|
|
|
|
2001-10-23 14:56:58 +00:00
|
|
|
|
if test "$_win32" = yes ; then
|
|
|
|
|
_use_win32dll="#define USE_WIN32DLL 1"
|
|
|
|
|
_win32lib="-Lloader -lloader"
|
|
|
|
|
_win32dep="loader/libloader.a"
|
|
|
|
|
if test "$_dshow" = yes ; then
|
|
|
|
|
_use_directshow="#define USE_DIRECTSHOW"
|
|
|
|
|
_dshowlib="-Lloader/DirectShow -lDS_Filter -lstdc++"
|
|
|
|
|
_dshowdep="loader/DirectShow/libDS_Filter.a"
|
|
|
|
|
else
|
|
|
|
|
_dshow="#undef USE_DIRECTSHOW"
|
|
|
|
|
_dshowlib=
|
|
|
|
|
_dshowdep=
|
|
|
|
|
fi
|
2001-04-24 22:51:55 +00:00
|
|
|
|
else
|
2001-10-23 14:56:58 +00:00
|
|
|
|
_use_win32dll="#undef USE_WIN32DLL"
|
|
|
|
|
_win32lib=
|
|
|
|
|
_win32dep=
|
|
|
|
|
_use_directshow="#undef USE_DIRECTSHOW"
|
|
|
|
|
_dshowlib=
|
|
|
|
|
_dshowdep=
|
2001-04-24 22:51:55 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-11-03 21:25:55 +00:00
|
|
|
|
if test "$_xanim" = yes ; then
|
|
|
|
|
_use_xanim="#define USE_XANIM 1"
|
|
|
|
|
_xanim_path="#define XACODEC_PATH \"$_xanimlibdir\""
|
|
|
|
|
else
|
|
|
|
|
_use_xanim="#undef USE_XANIM"
|
|
|
|
|
_xanim_path=
|
|
|
|
|
fi
|
|
|
|
|
|
2001-08-14 18:28:56 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_libavcodec" = yes ; then
|
2001-07-06 03:22:14 +00:00
|
|
|
|
_lavclib='-Llibavcodec -lavcodec'
|
|
|
|
|
_lavcdep='libavcodec/libavcodec.a'
|
|
|
|
|
_libavcodec='#define USE_LIBAVCODEC'
|
2001-10-27 13:53:01 +00:00
|
|
|
|
_libavcodecso='#undef USE_LIBAVCODEC_SO'
|
2001-11-06 19:51:15 +00:00
|
|
|
|
_ffpostprocess='#define FF_POSTPROCESS'
|
2001-07-06 03:22:14 +00:00
|
|
|
|
else
|
2001-10-27 13:39:12 +00:00
|
|
|
|
if test "$_libavcodec_so" = yes ; then
|
|
|
|
|
_lavclib='-lffmpeg'
|
|
|
|
|
_lavcdep=''
|
|
|
|
|
_libavcodec='#define USE_LIBAVCODEC'
|
|
|
|
|
_libavcodecso='#define USE_LIBAVCODEC_SO'
|
2001-11-06 19:51:15 +00:00
|
|
|
|
_ffpostprocess='#define FF_POSTPROCESS'
|
2001-10-27 13:39:12 +00:00
|
|
|
|
else
|
|
|
|
|
_lavclib=''
|
|
|
|
|
_lavcdep=''
|
|
|
|
|
_libavcodec='#undef USE_LIBAVCODEC'
|
|
|
|
|
_libavcodecso='#undef USE_LIBAVCODEC'
|
2001-11-06 19:51:15 +00:00
|
|
|
|
_ffpostprocess='#undef FF_POSTPROCESS'
|
2001-10-27 13:39:12 +00:00
|
|
|
|
fi
|
2001-07-06 03:22:14 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_fastmemcpy" = yes ; then
|
2001-04-26 20:23:24 +00:00
|
|
|
|
_fastmemcpy='#define USE_FASTMEMCPY'
|
|
|
|
|
else
|
|
|
|
|
_fastmemcpy='#undef USE_FASTMEMCPY'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_x11" = yes ; then
|
|
|
|
|
if test "$_xdpms_3" = yes ; then
|
2001-04-10 21:25:09 +00:00
|
|
|
|
_x11lib='-lX11 -lXext -lXdpms'
|
2001-07-19 18:46:29 +00:00
|
|
|
|
_have_xdpms='#define HAVE_XDPMS 1'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
elif test "$_xdpms_4" = yes ; then
|
2001-09-17 15:04:09 +00:00
|
|
|
|
_x11lib='-lX11 -lXext'
|
|
|
|
|
_have_xdpms='#define HAVE_XDPMS 1'
|
2001-04-10 21:25:09 +00:00
|
|
|
|
else
|
|
|
|
|
_x11lib='-lX11 -lXext'
|
2001-07-19 18:46:29 +00:00
|
|
|
|
_have_xdpms='#undef HAVE_XDPMS'
|
2001-04-10 21:25:09 +00:00
|
|
|
|
fi
|
2001-02-24 20:28:24 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_xv" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_xvlib='-lXv'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_xinerama" = yes ; then
|
2001-10-10 13:56:26 +00:00
|
|
|
|
_xineramalib='-lXinerama'
|
2001-10-10 01:48:54 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_sdl" = yes ; then
|
2001-06-04 14:14:28 +00:00
|
|
|
|
_sdllib=`$_sdlconfig --libs`
|
2001-06-05 18:40:44 +00:00
|
|
|
|
_sdlcflags=`$_sdlconfig --cflags`
|
2001-02-24 20:28:24 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_ggi" = yes ; then
|
2001-06-15 16:32:21 +00:00
|
|
|
|
_ggilib='-lggi'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_dga" = yes ; then
|
2001-02-27 01:09:22 +00:00
|
|
|
|
_dgalib='-lXxf86dga'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_svga" = yes ; then
|
2001-04-05 20:03:26 +00:00
|
|
|
|
_svgalib='-lvgagl -lvga'
|
2001-04-05 19:02:02 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_vm" = yes ; then
|
2001-03-24 21:37:25 +00:00
|
|
|
|
_vmlib='-lXxf86vm'
|
|
|
|
|
fi
|
2001-02-27 01:09:22 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_termcap" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_termcap='#define USE_TERMCAP'
|
|
|
|
|
_libtermcap='-ltermcap'
|
|
|
|
|
else
|
|
|
|
|
_termcap='#undef USE_TERMCAP'
|
|
|
|
|
_libtermcap=''
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_kstat" = yes ; then
|
2001-07-12 15:35:52 +00:00
|
|
|
|
_have_libkstat="#define HAVE_LIBKSTAT 1"
|
2001-07-03 14:22:23 +00:00
|
|
|
|
else
|
2001-07-12 15:35:52 +00:00
|
|
|
|
_have_libkstat="#undef HAVE_LIBKSTAT"
|
2001-07-03 14:22:23 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_xmmp" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_xmmpaudio='#define USE_XMMP_AUDIO'
|
|
|
|
|
_xmmplibs='-Llibxmm -lxmm'
|
|
|
|
|
else
|
|
|
|
|
_xmmpaudio='#undef USE_XMMP_AUDIO'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_iconv" = yes ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
_iconv='#define USE_ICONV'
|
2001-10-22 07:43:32 +00:00
|
|
|
|
if freebsd ; then
|
|
|
|
|
_iconvlib="-lgiconv"
|
|
|
|
|
elif bsdos ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
_iconvlib="-liconv"
|
|
|
|
|
fi
|
2001-10-10 13:07:42 +00:00
|
|
|
|
else
|
2001-10-13 16:53:37 +00:00
|
|
|
|
_iconv='#undef USE_ICONV'
|
2001-10-10 13:07:42 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_lirc" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_lircdefs='#define HAVE_LIRC'
|
|
|
|
|
_lirclibs='-llirc_client'
|
|
|
|
|
else
|
|
|
|
|
_lircdefs='#undef HAVE_LIRC'
|
|
|
|
|
_lirclibs=''
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_png" = yes ; then
|
2001-04-29 17:39:09 +00:00
|
|
|
|
_libpng='-lpng -lz'
|
2001-04-19 19:59:11 +00:00
|
|
|
|
fi
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-10-23 13:59:10 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_vorbis" = yes ; then
|
2001-09-01 19:36:44 +00:00
|
|
|
|
_vorbis='#define HAVE_OGGVORBIS'
|
|
|
|
|
_libvorbis='-lvorbis -lm'
|
|
|
|
|
else
|
|
|
|
|
_vorbis='#undef HAVE_OGGVORBIS'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-06-05 11:20:14 +00:00
|
|
|
|
_aosrc=''
|
|
|
|
|
|
2001-06-05 10:59:38 +00:00
|
|
|
|
_alsa5='#undef HAVE_ALSA5'
|
|
|
|
|
_alsa9='#undef HAVE_ALSA9'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_alsa" = yes ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
if test "$_alsaver" = '0.5.x' ; then
|
|
|
|
|
_aosrc="$_aosrc ao_alsa5.c"
|
|
|
|
|
_alsa5='#define HAVE_ALSA5'
|
|
|
|
|
_alsalib='-lasound';
|
|
|
|
|
elif test "$_alsaver" = '0.9.x' ; then
|
|
|
|
|
_aosrc="$_aosrc ao_alsa9.c"
|
|
|
|
|
_alsa9='#define HAVE_ALSA9'
|
|
|
|
|
_alsalib='-lasound'
|
|
|
|
|
fi
|
2001-06-05 10:59:38 +00:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
_esdd='#undef HAVE_ESD'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
#if test "$_esd" = yes ; then
|
2001-06-05 10:59:38 +00:00
|
|
|
|
# _esdd='#define HAVE_ESD'
|
2001-06-05 11:20:14 +00:00
|
|
|
|
# _aosrc="$_aosrc ao_esd.c"
|
2001-06-05 10:59:38 +00:00
|
|
|
|
# _esdlib='-lesd'
|
|
|
|
|
#fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_oss_audio" = yes ; then
|
2001-06-05 18:40:44 +00:00
|
|
|
|
_ossaudio='#define USE_OSS_AUDIO'
|
|
|
|
|
_aosrc="$_aosrc ao_oss.c"
|
|
|
|
|
else
|
|
|
|
|
_ossaudio='#undef USE_OSS_AUDIO'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_sun_audio" = yes ; then
|
2001-06-05 18:40:44 +00:00
|
|
|
|
_sunaudio='#define USE_SUN_AUDIO'
|
|
|
|
|
_aosrc="$_aosrc ao_sun.c"
|
|
|
|
|
else
|
|
|
|
|
_sunaudio='#undef USE_SUN_AUDIO'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-24 14:02:19 +00:00
|
|
|
|
if [ "$_sgi_audio" = "yes" ]; then
|
|
|
|
|
_sgiaudio='#define USE_SGI_AUDIO'
|
|
|
|
|
_aosrc="$_aosrc ao_sgi.c"
|
|
|
|
|
_sgi_audio_lib='-laudio'
|
|
|
|
|
else
|
|
|
|
|
_sgiaudio='#undef USE_SGI_AUDIO'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_sys_soundcard_h" = yes ; then
|
2001-06-08 23:30:09 +00:00
|
|
|
|
_have_soundcard_h='#define HAVE_SYS_SOUNDCARD_H 1'
|
|
|
|
|
else
|
|
|
|
|
_have_soundcard_h='#undef HAVE_SYS_SOUNDCARD_H'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-25 13:32:48 +00:00
|
|
|
|
if test "$_malloc_h" = yes ; then
|
2001-10-13 20:14:05 +00:00
|
|
|
|
_have_malloc_h='#define HAVE_MALLOC_H 1'
|
2001-07-12 15:35:52 +00:00
|
|
|
|
else
|
2001-10-13 20:14:05 +00:00
|
|
|
|
_have_malloc_h='#undef HAVE_MALLOC_H'
|
2001-07-12 15:35:52 +00:00
|
|
|
|
fi
|
2001-11-09 02:02:58 +00:00
|
|
|
|
# malloc.h emits a warning in FreeBSD
|
2001-10-25 13:32:48 +00:00
|
|
|
|
freebsd && _have_malloc_h='#undef HAVE_MALLOC_H'
|
2001-07-12 15:35:52 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_memalign" = yes ; then
|
2001-09-13 07:28:11 +00:00
|
|
|
|
_have_memalign='#define HAVE_MEMALIGN 1'
|
|
|
|
|
else
|
|
|
|
|
_have_memalign='#undef HAVE_MEMALIGN'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_alloca_h" = yes ; then
|
2001-07-12 15:35:52 +00:00
|
|
|
|
_have_alloca_h='#define HAVE_ALLOCA_H 1'
|
|
|
|
|
else
|
|
|
|
|
_have_alloca_h='#undef HAVE_ALLOCA_H'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_sys_mman_h" = yes ; then
|
2001-07-12 15:35:52 +00:00
|
|
|
|
_have_mman_h='#define HAVE_SYS_MMAN_H 1'
|
|
|
|
|
else
|
|
|
|
|
_have_mman_h='#undef HAVE_SYS_MMAN_H'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_libdl" = yes ; then
|
2001-07-12 15:35:52 +00:00
|
|
|
|
_have_libdl='#define HAVE_LIBDL 1'
|
|
|
|
|
else
|
|
|
|
|
_have_libdl='#undef HAVE_LIBDL'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-26 13:50:05 +00:00
|
|
|
|
if test "$_zlib" = yes ; then
|
|
|
|
|
_have_zlib='#define HAVE_ZLIB 1'
|
|
|
|
|
_zlib='-lz'
|
|
|
|
|
else
|
|
|
|
|
_have_zlib='#undef HAVE_ZLIB'
|
|
|
|
|
_zlib=''
|
|
|
|
|
fi
|
2001-06-08 23:30:09 +00:00
|
|
|
|
|
2001-05-05 13:14:08 +00:00
|
|
|
|
# Checking for CFLAGS
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_profile" || test "$_debug" ; then
|
2001-07-12 15:35:52 +00:00
|
|
|
|
CFLAGS="-W -Wall -O2 $_march $_mcpu $_debug $_profile"
|
2001-10-24 14:02:19 +00:00
|
|
|
|
elif test -z "$CFLAGS" ; then
|
|
|
|
|
if [ "$host_arch" != "mips" ]; then
|
|
|
|
|
CFLAGS="-O4 $_march $_mcpu -pipe -ffast-math -fomit-frame-pointer"
|
|
|
|
|
else
|
|
|
|
|
CFLAGS="-O4 $_march $_mcpu -ffast-math -fomit-frame-pointer"
|
|
|
|
|
fi
|
2001-10-17 15:53:15 +00:00
|
|
|
|
else
|
|
|
|
|
cat <<EOF
|
|
|
|
|
MPlayer is using custom CFLAGS set by you, it is strongly recommended that you
|
|
|
|
|
let MPlayer choose the correct CFLAGS!
|
|
|
|
|
To do so execute CFLAGS= ./configure <your options>
|
|
|
|
|
EOF
|
2001-05-07 07:52:50 +00:00
|
|
|
|
fi
|
2001-10-13 16:53:37 +00:00
|
|
|
|
|
|
|
|
|
# XXX check this for OpenBSD and BSD/OS
|
|
|
|
|
# Mandatory for MT applications on Linux & FreeBSD
|
|
|
|
|
if linux ; then
|
|
|
|
|
CFLAGS="$CFLAGS -D_REENTRANT"
|
|
|
|
|
elif bsd ; then
|
|
|
|
|
CFLAGS="$CFLAGS -D_THREAD_SAFE"
|
2001-06-21 22:28:50 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 12:25:20 +00:00
|
|
|
|
|
2001-07-31 23:18:16 +00:00
|
|
|
|
# 64 bit file offsets?
|
2001-10-13 16:53:37 +00:00
|
|
|
|
if test "$_largefiles" = yes || freebsd ; then
|
|
|
|
|
CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_dvdread" = yes ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
# dvdread support requires this (for off64_t)
|
|
|
|
|
CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
|
2001-08-20 21:20:03 +00:00
|
|
|
|
fi
|
2001-07-31 23:18:16 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
# echo 'CFLAGS=$(OPTFLAGS) -Wall -DMPG12PLAY' >> config.mak
|
|
|
|
|
|
|
|
|
|
echo "Creating $CCONF"
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_mmx" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_mmx='#define HAVE_MMX'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
_cfg_mmx=yes
|
2001-02-24 20:28:24 +00:00
|
|
|
|
else
|
|
|
|
|
_mmx='#undef HAVE_MMX'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
_cfg_mmx=no
|
2001-02-24 20:28:24 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_mmx2" = yes ; then
|
2001-04-11 12:47:45 +00:00
|
|
|
|
_mmx2='#define HAVE_MMX2'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
_cfg_mmx2=yes
|
2001-04-11 12:47:45 +00:00
|
|
|
|
else
|
|
|
|
|
_mmx2='#undef HAVE_MMX2'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
_cfg_mmx2=no
|
2001-04-11 12:47:45 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_3dnow" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_3dnowm='#define HAVE_3DNOW'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
_cfg_3dnow=yes
|
2001-02-24 20:28:24 +00:00
|
|
|
|
else
|
|
|
|
|
_3dnowm='#undef HAVE_3DNOW'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
_cfg_3dnow=no
|
2001-02-24 20:28:24 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_3dnowex" = yes ; then
|
2001-05-09 07:54:56 +00:00
|
|
|
|
_3dnowexm='#define HAVE_3DNOWEX'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
_cfg_3dnowex=yes
|
2001-05-09 07:54:56 +00:00
|
|
|
|
else
|
|
|
|
|
_3dnowexm='#undef HAVE_3DNOWEX'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
_cfg_3dnowex=no
|
2001-05-09 07:54:56 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_sse" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_ssem='#define HAVE_SSE'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
_cfg_sse=yes
|
2001-02-24 20:28:24 +00:00
|
|
|
|
else
|
|
|
|
|
_ssem='#undef HAVE_SSE'
|
2001-10-11 23:41:43 +00:00
|
|
|
|
_cfg_sse=no
|
2001-02-24 20:28:24 +00:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# ---
|
|
|
|
|
|
|
|
|
|
_vosrc=''
|
2001-06-05 11:20:14 +00:00
|
|
|
|
#_aosrc=''
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_aa" = yes ; then
|
2001-08-14 12:30:56 +00:00
|
|
|
|
_aa='#define HAVE_AA'
|
|
|
|
|
_vosrc=$_vosrc' vo_aa.c'
|
|
|
|
|
_aalib='-laa'
|
|
|
|
|
else
|
|
|
|
|
_aa='#undef HAVE_AA'
|
|
|
|
|
_aalib=''
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_png" = yes ; then
|
2001-04-19 19:59:11 +00:00
|
|
|
|
_png='#define HAVE_PNG'
|
|
|
|
|
_vosrc=$_vosrc' vo_png.c'
|
|
|
|
|
else
|
|
|
|
|
_png='#undef HAVE_PNG'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-23 18:32:55 +00:00
|
|
|
|
if test "$_mad" = yes ; then
|
|
|
|
|
_madlibrary='#define USE_LIBMAD'
|
|
|
|
|
_libmad='-lmad'
|
2001-10-23 13:59:10 +00:00
|
|
|
|
else
|
2001-10-23 18:32:55 +00:00
|
|
|
|
_madlibrary='#undef USE_LIBMAD'
|
|
|
|
|
_libmad=
|
2001-10-23 13:59:10 +00:00
|
|
|
|
fi
|
2001-04-19 19:59:11 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_mlib" = yes ; then
|
2001-08-27 16:51:10 +00:00
|
|
|
|
_mlibdef='#define HAVE_MLIB'
|
2001-08-24 16:20:04 +00:00
|
|
|
|
_mlibinc="-I$_mlibdir/include"
|
|
|
|
|
_mliblib="-L$_mlibdir/lib -R$_mlibdir/lib -lmlib"
|
2001-02-24 20:28:24 +00:00
|
|
|
|
else
|
2001-08-27 16:51:10 +00:00
|
|
|
|
_mlibdef='#undef HAVE_MLIB'
|
2001-08-24 16:20:04 +00:00
|
|
|
|
_mlibinc= _mliblib=
|
2001-02-24 20:28:24 +00:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# ---
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_gl" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_gl='#define HAVE_GL'
|
2001-10-07 21:36:29 +00:00
|
|
|
|
_vosrc=$_vosrc' vo_gl.c vo_gl2.c'
|
2001-02-24 20:28:24 +00:00
|
|
|
|
else
|
|
|
|
|
_gl='#undef HAVE_GL'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_sdl" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_sdldef='#define HAVE_SDL'
|
|
|
|
|
_vosrc=$_vosrc' vo_sdl.c'
|
2001-06-03 10:46:42 +00:00
|
|
|
|
_aosrc=$_aosrc' ao_sdl.c'
|
2001-02-24 20:28:24 +00:00
|
|
|
|
else
|
|
|
|
|
_sdldef='#undef HAVE_SDL'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_ggi" = yes ; then
|
2001-06-15 16:32:21 +00:00
|
|
|
|
_ggi='#define HAVE_GGI'
|
|
|
|
|
_vosrc=$_vosrc' vo_ggi.c'
|
|
|
|
|
else
|
|
|
|
|
_ggi='#undef HAVE_GGI'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_x11" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_x11='#define HAVE_X11'
|
|
|
|
|
_vosrc=$_vosrc' vo_x11.c'
|
|
|
|
|
else
|
|
|
|
|
_x11='#undef HAVE_X11'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_xv" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_xv='#define HAVE_XV'
|
|
|
|
|
_vosrc=$_vosrc' vo_xv.c'
|
|
|
|
|
else
|
|
|
|
|
_xv='#undef HAVE_XV'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_vm" = yes ; then
|
2001-03-24 21:37:25 +00:00
|
|
|
|
_vm='#define HAVE_XF86VM'
|
|
|
|
|
else
|
|
|
|
|
_vm='#undef HAVE_XF86VM'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_xinerama" = yes ; then
|
2001-10-10 01:48:54 +00:00
|
|
|
|
_xinerama='#define HAVE_XINERAMA'
|
|
|
|
|
else
|
|
|
|
|
_xinerama='#undef HAVE_XINERAMA'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_mga" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_mga='#define HAVE_MGA'
|
|
|
|
|
_vosrc=$_vosrc' vo_mga.c'
|
|
|
|
|
else
|
|
|
|
|
_mga='#undef HAVE_MGA'
|
|
|
|
|
fi
|
2001-06-21 15:16:52 +00:00
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_xmga" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_vosrc=$_vosrc' vo_xmga.c'
|
2001-06-21 15:16:52 +00:00
|
|
|
|
_xmga='#define HAVE_XMGA'
|
|
|
|
|
else
|
|
|
|
|
_xmga='#undef HAVE_XMGA'
|
2001-02-24 20:28:24 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_syncfb" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_syncfb='#define HAVE_SYNCFB'
|
|
|
|
|
_vosrc=$_vosrc' vo_syncfb.c'
|
|
|
|
|
else
|
|
|
|
|
_syncfb='#undef HAVE_SYNCFB'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_3dfx" = yes ; then
|
2001-02-24 20:28:24 +00:00
|
|
|
|
_3dfx='#define HAVE_3DFX'
|
|
|
|
|
_vosrc=$_vosrc' vo_3dfx.c'
|
|
|
|
|
else
|
|
|
|
|
_3dfx='#undef HAVE_3DFX'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_tdfxfb" = yes ; then
|
2001-09-27 12:23:54 +00:00
|
|
|
|
_tdfxfb='#define HAVE_TDFXFB'
|
|
|
|
|
_vosrc=$_vosrc' vo_tdfxfb.c'
|
|
|
|
|
else
|
|
|
|
|
_tdfxfb='#undef HAVE_TDFXFB'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_svga" = yes ; then
|
2001-04-05 19:02:02 +00:00
|
|
|
|
_svga='#define HAVE_SVGALIB'
|
|
|
|
|
_vosrc=$_vosrc' vo_svga.c'
|
|
|
|
|
else
|
|
|
|
|
_svga='#undef HAVE_SVGALIB'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_dga" = yes ; then
|
2001-02-27 00:23:54 +00:00
|
|
|
|
_dga='#define HAVE_DGA'
|
2001-06-26 23:34:03 +00:00
|
|
|
|
# _vosrc=$_vosrc' vo_dga.c vo_fsdga.c'
|
|
|
|
|
_vosrc=$_vosrc' vo_dga.c'
|
2001-02-27 00:23:54 +00:00
|
|
|
|
else
|
|
|
|
|
_dga='#undef HAVE_DGA'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_dga2" = yes ; then
|
2001-03-28 19:58:45 +00:00
|
|
|
|
_dga2='#define HAVE_DGA2'
|
2001-06-26 23:34:03 +00:00
|
|
|
|
# _vosrc=$_vosrc' vo_dga.c vo_fsdga.c'
|
|
|
|
|
_vosrc=$_vosrc' vo_dga.c'
|
2001-03-28 19:58:45 +00:00
|
|
|
|
else
|
|
|
|
|
_dga2='#undef HAVE_DGA2'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_xshape" = yes ; then
|
2001-08-25 21:05:23 +00:00
|
|
|
|
_xshape_def='#define HAVE_XSHAPE'
|
|
|
|
|
else
|
|
|
|
|
_xshape_def='#undef HAVE_XSHAPE'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_fbdev" = yes ; then
|
2001-03-28 12:08:44 +00:00
|
|
|
|
_fbdev='#define HAVE_FBDEV'
|
|
|
|
|
_vosrc=$_vosrc' vo_fbdev.c'
|
|
|
|
|
else
|
|
|
|
|
_fbdev='#undef HAVE_FBDEV'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-11-05 21:49:20 +00:00
|
|
|
|
if test "$_dvb" = yes ; then
|
|
|
|
|
_have_dvb='#define HAVE_DVB'
|
|
|
|
|
else
|
2001-11-06 22:58:12 +00:00
|
|
|
|
_have_dvb='#undef HAVE_DVB'
|
2001-11-05 21:49:20 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-11-11 04:26:54 +00:00
|
|
|
|
if test "$_tv" = yes ; then
|
|
|
|
|
_tv='#define USE_TV'
|
|
|
|
|
else
|
|
|
|
|
_tv='#undef USE_TV'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-11-03 02:36:02 +00:00
|
|
|
|
if test "$_dxr3" = yes ; then
|
|
|
|
|
_dxr3='#define HAVE_DXR3'
|
|
|
|
|
_dxr3lib='-ldxr3'
|
|
|
|
|
_vosrc=$_vosrc' vo_dxr3.c'
|
|
|
|
|
_aosrc=$_aosrc' ao_dxr3.c'
|
|
|
|
|
else
|
|
|
|
|
_dxr3='#undef HAVE_DXR3'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_gui" = yes ; then
|
2001-08-25 21:05:23 +00:00
|
|
|
|
_gui_def='#define HAVE_NEW_GUI'
|
|
|
|
|
_gui_lib='-LGui -lgui $(GTKLIB) $(GLIBLIB)'
|
2001-05-08 12:17:03 +00:00
|
|
|
|
else
|
2001-10-23 18:32:55 +00:00
|
|
|
|
_gui_def='#undef HAVE_NEW_GUI'
|
|
|
|
|
_gui_lib=
|
2001-05-08 12:17:03 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_divx4linux" = yes ; then
|
2001-07-31 22:20:43 +00:00
|
|
|
|
_divx4def='#define NEW_DECORE'
|
2001-11-11 01:45:01 +00:00
|
|
|
|
_decorelibs='-ldivxdecore opendivx/postprocess.o'
|
|
|
|
|
_encorelibs='-ldivxencore'
|
2001-07-31 22:20:43 +00:00
|
|
|
|
else
|
|
|
|
|
_divx4def='#undef NEW_DECORE'
|
|
|
|
|
_decorelibs='-Lopendivx -ldecore'
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_debug" ; then
|
2001-08-17 00:38:10 +00:00
|
|
|
|
_debugdef='#define MP_DEBUG'
|
|
|
|
|
else
|
|
|
|
|
_debugdef='#undef MP_DEBUG'
|
|
|
|
|
fi
|
2001-07-03 07:50:52 +00:00
|
|
|
|
|
2001-10-17 18:17:50 +00:00
|
|
|
|
if test "$system_name" = "Linux" ; then
|
|
|
|
|
_linux_def='#define TARGET_LINUX'
|
|
|
|
|
else
|
|
|
|
|
_linux_def='#undef TARGET_LINUX'
|
|
|
|
|
fi
|
2001-07-03 07:50:52 +00:00
|
|
|
|
echo
|
|
|
|
|
echo "Creating $MCONF"
|
|
|
|
|
cat > $MCONF << EOF
|
|
|
|
|
|
|
|
|
|
# -------- Generated by ./configure -----------
|
|
|
|
|
|
2001-10-11 12:25:20 +00:00
|
|
|
|
LANG=C
|
2001-10-17 18:17:50 +00:00
|
|
|
|
TARGET_OS=$system_name
|
2001-07-03 07:50:52 +00:00
|
|
|
|
prefix = $_prefix
|
|
|
|
|
AR=ar
|
|
|
|
|
CC=$_cc
|
2001-07-12 15:35:52 +00:00
|
|
|
|
# OPTFLAGS=-O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math
|
2001-11-04 23:46:49 +00:00
|
|
|
|
OPTFLAGS=$CFLAGS
|
2001-09-22 01:05:39 +00:00
|
|
|
|
EXTRA_INC=$_extraincdir $_gtkinc
|
2001-08-06 20:02:51 +00:00
|
|
|
|
WIN32_PATH=-DWIN32_PATH=\\"$_win32libdir\\"
|
2001-07-03 07:50:52 +00:00
|
|
|
|
|
|
|
|
|
X11_INC=$_x11incdir
|
|
|
|
|
X11DIR=$_x11libdir
|
2001-11-03 02:36:02 +00:00
|
|
|
|
X_LIBS=$_x11libdir $_extralibdir $_gllib $_ggilib $_dxr3lib $_sdllib $_dgalib $_x11lib $_xvlib $_vmlib $_svgalib $_libpng $_socklib $_aalib $_libvorbis $_xineramalib $_libmad $_zlib
|
2001-07-03 07:50:52 +00:00
|
|
|
|
|
|
|
|
|
TERMCAP_LIB=$_libtermcap
|
|
|
|
|
XMM_LIBS = $_xmmplibs
|
|
|
|
|
LIRC_LIBS = $_lirclibs
|
2001-10-05 13:39:43 +00:00
|
|
|
|
CSS_USE=$_css
|
2001-07-03 07:50:52 +00:00
|
|
|
|
CSS_LIB = $_csslib
|
|
|
|
|
CSS_INC = $_cssinc
|
|
|
|
|
SDL_INC = $_sdlcflags
|
2001-08-14 18:28:56 +00:00
|
|
|
|
W32_DEP = $_win32dep
|
|
|
|
|
W32_LIB = $_win32lib
|
2001-07-12 15:35:52 +00:00
|
|
|
|
DS_DEP = $_dshowdep
|
|
|
|
|
DS_LIB = $_dshowlib
|
|
|
|
|
AV_DEP = $_lavcdep
|
|
|
|
|
AV_LIB = $_lavclib
|
2001-07-03 07:50:52 +00:00
|
|
|
|
ALSA_LIB = $_alsalib
|
|
|
|
|
ESD_LIB = $_esdlib
|
2001-10-24 14:02:19 +00:00
|
|
|
|
SGI_AUDIO_LIB = $_sgi_audio_lib
|
2001-10-11 12:25:20 +00:00
|
|
|
|
ARCH_LIBS = $_archlibs $_iconvlib
|
2001-10-20 18:49:08 +00:00
|
|
|
|
STREAMING=$_streaming
|
2001-07-31 22:20:43 +00:00
|
|
|
|
DECORE_LIBS = $_decorelibs
|
2001-11-11 01:45:01 +00:00
|
|
|
|
ENCORE_LIBS = $_encorelibs
|
2001-07-31 22:20:43 +00:00
|
|
|
|
DIVX4LINUX=$_divx4linux
|
2001-08-24 16:20:04 +00:00
|
|
|
|
MLIB_INC = $_mlibinc
|
|
|
|
|
MLIB_LIB = $_mliblib
|
2001-10-23 13:59:10 +00:00
|
|
|
|
MADLIB_INC = $_madincdir
|
|
|
|
|
MADLIB_LIB = $_madlibdir
|
2001-11-05 21:49:20 +00:00
|
|
|
|
DVB_INC = $_dvbincdir
|
2001-07-03 07:50:52 +00:00
|
|
|
|
|
|
|
|
|
# --- Some stuff for autoconfigure ----
|
2001-07-12 15:35:52 +00:00
|
|
|
|
$_target_arch
|
2001-08-03 18:34:59 +00:00
|
|
|
|
$_confcygwin
|
2001-07-03 07:50:52 +00:00
|
|
|
|
TARGET_CPU=$iproc
|
|
|
|
|
TARGET_MMX=$_cfg_mmx
|
|
|
|
|
TARGET_MMX2=$_cfg_mmx2
|
|
|
|
|
TARGET_3DNOW=$_cfg_3dnow
|
|
|
|
|
TARGET_3DNOWEX=$_cfg_3dnowex
|
|
|
|
|
TARGET_SSE=$_cfg_sse
|
|
|
|
|
|
|
|
|
|
BINUTILS=$_binutils
|
2001-08-25 21:05:23 +00:00
|
|
|
|
|
2001-08-27 16:51:10 +00:00
|
|
|
|
HAVE_MLIB=$_mlib
|
|
|
|
|
|
2001-08-25 21:05:23 +00:00
|
|
|
|
# --- GUI stuff ---
|
|
|
|
|
GTKLIB=$_gtklib
|
|
|
|
|
GLIBLIB=$_gliblib
|
|
|
|
|
GUI_LIBS = $_gui_lib
|
2001-09-27 17:40:43 +00:00
|
|
|
|
GUI=$_gui
|
2001-08-25 21:05:23 +00:00
|
|
|
|
DEBUG=-DDEBUG
|
|
|
|
|
|
2001-07-03 07:50:52 +00:00
|
|
|
|
EOF
|
2001-06-05 10:16:32 +00:00
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
cat > $CCONF << EOF
|
|
|
|
|
|
|
|
|
|
/* -------- Generated by ./configure ----------- */
|
|
|
|
|
|
2001-07-30 02:00:54 +00:00
|
|
|
|
#define USE_OSD
|
|
|
|
|
#define USE_SUB
|
|
|
|
|
|
2001-08-17 00:38:10 +00:00
|
|
|
|
$_debugdef
|
|
|
|
|
|
2001-08-20 21:20:03 +00:00
|
|
|
|
$_dvdreaddef
|
|
|
|
|
|
2001-07-20 00:01:09 +00:00
|
|
|
|
/* Common data directory (for fonts, etc) */
|
|
|
|
|
#define DATADIR "$_datadir"
|
|
|
|
|
|
2001-10-28 22:56:44 +00:00
|
|
|
|
/* Define this to compile stream-caching support, it can be enabled via
|
|
|
|
|
-cache <kilobytes> */
|
|
|
|
|
#define USE_STREAM_CACHE
|
|
|
|
|
|
2001-07-19 22:43:19 +00:00
|
|
|
|
/* Define for using new DivX4Linux library, instead of open-source OpenDivX */
|
|
|
|
|
/* You have to change DECORE_LIBS in config.mak too! */
|
2001-07-31 22:20:43 +00:00
|
|
|
|
$_divx4def
|
2001-07-19 22:43:19 +00:00
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
/* Define this to enable avg. byte/sec-based AVI sync method by default:
|
2001-08-21 10:17:52 +00:00
|
|
|
|
(use -bps or -nobps commandline option for run-time method selection)
|
|
|
|
|
-bps gives better sync for vbr mp3 audio, it is now default */
|
|
|
|
|
#define AVI_SYNC_BPS
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
|
|
/* Undefine this if you want soundcard-only timing by default:
|
|
|
|
|
You can still change this with the -alsa or -noalsa command-line option!
|
|
|
|
|
(This function was originally impemented to solve ALSA driver's big
|
|
|
|
|
buffer problems, but it seems to be useful for every soundcard drivers) */
|
|
|
|
|
#define ALSA_TIMER
|
|
|
|
|
|
2001-05-08 21:49:00 +00:00
|
|
|
|
/* Undefine this if you don't want to select mono audio (left or right)
|
|
|
|
|
with a stereo MPEG layer 2/3 audio stream. The command-line option
|
|
|
|
|
-stereo has three possible values (0 for stereo, 1 for left-only, 2 for
|
|
|
|
|
right-only), with 0 being the default.
|
|
|
|
|
*/
|
|
|
|
|
#define USE_FAKE_MONO
|
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
/* Undefine this if your soundcard driver has no working select().
|
|
|
|
|
If you have kernel Oops, player hangups, or just no audio, you should
|
|
|
|
|
try to recompile MPlayer with this option disabled! */
|
2001-04-16 00:44:29 +00:00
|
|
|
|
$_select
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-10-10 13:07:42 +00:00
|
|
|
|
/* define this to use iconv(3) function to codepage conversions */
|
|
|
|
|
$_iconv
|
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
/* XMMP support: (test code) */
|
|
|
|
|
$_xmmpaudio
|
|
|
|
|
#define LIBDIR "/usr/local/lib"
|
|
|
|
|
#define PLUGINDIR LIBDIR "/xmmp/Plugins"
|
|
|
|
|
#define XMMP_AUDIO_DRIVER PLUGINDIR "/Sound/oss.so"
|
|
|
|
|
|
2001-05-10 18:46:33 +00:00
|
|
|
|
/* set up max. outburst. use 65536 for ALSA 0.5, for others 16384 is enough */
|
|
|
|
|
#define MAX_OUTBURST 65536
|
|
|
|
|
|
2001-04-23 03:39:34 +00:00
|
|
|
|
/* set up audio OUTBURST. Do not change this! */
|
|
|
|
|
#ifdef USE_XMMP_AUDIO
|
|
|
|
|
#define OUTBURST 4096
|
|
|
|
|
#else
|
|
|
|
|
//#define OUTBURST 1024
|
|
|
|
|
#define OUTBURST 512
|
|
|
|
|
#endif
|
|
|
|
|
|
2001-06-08 23:30:09 +00:00
|
|
|
|
/* Define this if your system has the header file for the OSS sound interface */
|
|
|
|
|
$_have_soundcard_h
|
|
|
|
|
|
2001-07-12 15:35:52 +00:00
|
|
|
|
/* Define this if your system has the "malloc.h" header file */
|
|
|
|
|
$_have_malloc_h
|
2001-06-08 23:30:09 +00:00
|
|
|
|
|
2001-11-09 02:02:58 +00:00
|
|
|
|
/* memalign is mapped to malloc if unsupported */
|
2001-09-13 07:28:11 +00:00
|
|
|
|
$_have_memalign
|
2001-11-09 02:02:58 +00:00
|
|
|
|
#ifndef HAVE_MEMALIGN
|
|
|
|
|
# define memalign(a,b) malloc(b)
|
|
|
|
|
#endif
|
2001-08-24 14:49:05 +00:00
|
|
|
|
|
2001-07-12 15:35:52 +00:00
|
|
|
|
/* Define this if your system has the "alloca.h" header file */
|
|
|
|
|
$_have_alloca_h
|
|
|
|
|
|
|
|
|
|
/* Define this if your system has the "sys/mman.h" header file */
|
|
|
|
|
$_have_mman_h
|
2001-07-03 14:22:23 +00:00
|
|
|
|
|
2001-07-12 15:35:52 +00:00
|
|
|
|
/* Define this if you have the elf dynamic linker -ldl library */
|
|
|
|
|
$_have_libdl
|
|
|
|
|
|
|
|
|
|
/* Define this if you have the kstat kernel statistics library */
|
|
|
|
|
$_have_libkstat
|
|
|
|
|
|
2001-10-26 13:50:05 +00:00
|
|
|
|
/* Define this if you have zlib */
|
|
|
|
|
$_have_zlib
|
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
/* LIRC (remote control, see www.lirc.org) support: */
|
|
|
|
|
$_lircdefs
|
|
|
|
|
|
2001-04-17 22:04:44 +00:00
|
|
|
|
/* DeCSS support using libcss */
|
2001-10-05 13:39:43 +00:00
|
|
|
|
$_cssdef
|
2001-04-17 22:04:44 +00:00
|
|
|
|
|
2001-03-05 23:02:30 +00:00
|
|
|
|
/* Define this to enable MPEG 1/2 image postprocessing (requires FAST cpu!) */
|
2001-08-06 00:07:53 +00:00
|
|
|
|
#define MPEG12_POSTPROC
|
2001-03-05 23:02:30 +00:00
|
|
|
|
|
2001-10-16 23:30:38 +00:00
|
|
|
|
/* Define this to enable image postprocessing in libavcodec (requires FAST cpu!) */
|
2001-11-06 19:51:15 +00:00
|
|
|
|
$_ffpostprocess
|
2001-10-16 23:30:38 +00:00
|
|
|
|
|
2001-10-13 15:33:13 +00:00
|
|
|
|
#define HAVE_ODIVX_POSTPROCESS
|
|
|
|
|
|
2001-08-14 18:28:56 +00:00
|
|
|
|
/* Win32 DLL support */
|
2001-10-23 14:56:58 +00:00
|
|
|
|
$_use_win32dll
|
2001-08-14 18:28:56 +00:00
|
|
|
|
|
2001-04-24 22:51:55 +00:00
|
|
|
|
/* DirectShow support */
|
2001-10-23 14:56:58 +00:00
|
|
|
|
$_use_directshow
|
2001-04-24 22:51:55 +00:00
|
|
|
|
|
2001-07-06 03:22:14 +00:00
|
|
|
|
/* ffmpeg's libavcodec support (requires libavcodec source) */
|
|
|
|
|
$_libavcodec
|
2001-10-27 13:39:12 +00:00
|
|
|
|
$_libavcodecso
|
2001-07-23 21:19:52 +00:00
|
|
|
|
/* use only decoders from libavcodec: */
|
|
|
|
|
#define CONFIG_DECODERS
|
2001-07-06 03:22:14 +00:00
|
|
|
|
|
2001-11-03 21:25:55 +00:00
|
|
|
|
/* XAnim DLL support */
|
|
|
|
|
$_use_xanim
|
|
|
|
|
$_xanim_path
|
|
|
|
|
|
2001-04-26 20:23:24 +00:00
|
|
|
|
/* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
|
|
|
|
|
$_fastmemcpy
|
|
|
|
|
|
2001-05-08 12:17:03 +00:00
|
|
|
|
/* gui support, please do not edit this option */
|
2001-08-25 21:05:23 +00:00
|
|
|
|
$_gui_def
|
2001-06-04 18:23:10 +00:00
|
|
|
|
#define PREFIX "$_prefix"
|
2001-05-08 12:17:03 +00:00
|
|
|
|
|
2001-06-05 10:16:32 +00:00
|
|
|
|
/* Audio lib drivers */
|
2001-06-08 23:30:09 +00:00
|
|
|
|
$_ossaudio
|
2001-06-05 10:16:32 +00:00
|
|
|
|
$_alsa5
|
|
|
|
|
$_alsa9
|
|
|
|
|
$_esdd
|
2001-06-08 23:30:09 +00:00
|
|
|
|
$_sunaudio
|
2001-10-24 14:02:19 +00:00
|
|
|
|
$_sgiaudio
|
2001-06-04 18:43:35 +00:00
|
|
|
|
|
2001-06-02 16:02:38 +00:00
|
|
|
|
/* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */
|
|
|
|
|
#undef FAST_OSD
|
|
|
|
|
#undef FAST_OSD_TABLE
|
|
|
|
|
|
2001-11-11 04:26:54 +00:00
|
|
|
|
/* Enable TV Interface support */
|
|
|
|
|
$_tv
|
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
/* Define if your processor stores words with the most significant
|
|
|
|
|
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
2001-07-12 15:35:52 +00:00
|
|
|
|
$_words_endian
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-07-12 15:35:52 +00:00
|
|
|
|
$_arch
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-08-05 12:39:34 +00:00
|
|
|
|
$_confwin32
|
|
|
|
|
|
2001-05-22 07:45:35 +00:00
|
|
|
|
/* Define this to any prefered value from 386 up to infinity with step 100 */
|
|
|
|
|
#define __CPU__ $iproc
|
|
|
|
|
|
2001-10-17 18:17:50 +00:00
|
|
|
|
$_linux_def
|
|
|
|
|
|
2001-08-12 13:34:24 +00:00
|
|
|
|
#ifdef sun
|
|
|
|
|
#define DEFAULT_CDROM_DEVICE "/vol/dev/aliases/cdrom0"
|
2001-08-21 17:17:03 +00:00
|
|
|
|
#define DEFAULT_DVD_DEVICE DEFAULT_CDROM_DEVICE
|
2001-08-12 13:34:24 +00:00
|
|
|
|
#else
|
|
|
|
|
#define DEFAULT_CDROM_DEVICE "/dev/cdrom"
|
2001-08-21 17:17:03 +00:00
|
|
|
|
#define DEFAULT_DVD_DEVICE "/dev/dvd"
|
2001-08-12 13:34:24 +00:00
|
|
|
|
#endif
|
|
|
|
|
|
2001-08-20 21:20:03 +00:00
|
|
|
|
|
2001-05-22 07:45:35 +00:00
|
|
|
|
/*----------------------------------------------------------------------------
|
|
|
|
|
**
|
|
|
|
|
** NOTE: Instead of modifying these definitions here, use the
|
|
|
|
|
** --enable/--disable options of the ./configure script!
|
|
|
|
|
** See ./configure --help for details.
|
|
|
|
|
**
|
|
|
|
|
*---------------------------------------------------------------------------*/
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
|
|
/* termcap flag for getch2.c */
|
|
|
|
|
$_termcap
|
2001-06-08 23:30:09 +00:00
|
|
|
|
|
2001-09-01 19:36:44 +00:00
|
|
|
|
/* enable PNG support */
|
2001-04-19 19:59:11 +00:00
|
|
|
|
$_png
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-10-23 13:59:10 +00:00
|
|
|
|
/* libmad support */
|
|
|
|
|
$_madlibrary
|
|
|
|
|
|
2001-09-01 19:36:44 +00:00
|
|
|
|
/* enable OggVorbis support */
|
|
|
|
|
$_vorbis
|
|
|
|
|
|
2001-06-08 23:30:09 +00:00
|
|
|
|
$_streamingdef
|
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
/* Extension defines */
|
|
|
|
|
$_3dnowm // only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.)
|
2001-05-09 07:54:56 +00:00
|
|
|
|
$_3dnowexm // only define if you have 3DNOWEX (AMD Athlon, etc.)
|
2001-07-13 19:49:15 +00:00
|
|
|
|
$_mmx // only define if you have MMX (newer x86 chips, not P54C/PPro)
|
|
|
|
|
$_mmx2 // only define if you have MMX2 (Athlon/PIII/4/CelII)
|
|
|
|
|
$_ssem // only define if you have SSE (Intel Pentium III/4 or Celeron II)
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-08-03 18:50:54 +00:00
|
|
|
|
#ifdef HAVE_MMX
|
|
|
|
|
#define USE_MMX_IDCT
|
|
|
|
|
#endif
|
|
|
|
|
|
2001-08-27 16:51:10 +00:00
|
|
|
|
$_mlibdef // Sun mediaLib, available only on solaris
|
|
|
|
|
|
2001-08-24 16:20:04 +00:00
|
|
|
|
/* libmpeg2 uses a different feature test macro for mediaLib */
|
|
|
|
|
#ifdef HAVE_MLIB
|
|
|
|
|
#define LIBMPEG2_MLIB
|
|
|
|
|
#endif
|
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
/* libvo options */
|
|
|
|
|
#define SCREEN_SIZE_X $_x
|
|
|
|
|
#define SCREEN_SIZE_Y $_y
|
|
|
|
|
$_x11
|
|
|
|
|
$_xv
|
2001-03-24 21:37:25 +00:00
|
|
|
|
$_vm
|
2001-10-10 01:48:54 +00:00
|
|
|
|
$_xinerama
|
2001-02-24 20:28:24 +00:00
|
|
|
|
$_gl
|
2001-02-27 00:23:54 +00:00
|
|
|
|
$_dga
|
2001-03-28 19:58:45 +00:00
|
|
|
|
$_dga2
|
2001-02-24 20:28:24 +00:00
|
|
|
|
$_sdldef
|
2001-05-05 21:37:37 +00:00
|
|
|
|
/* defined for SDLlib with keyrepeat bugs (before 1.2.1) */
|
|
|
|
|
$_sdlbuggy
|
2001-06-15 16:32:21 +00:00
|
|
|
|
$_ggi
|
2001-02-24 20:28:24 +00:00
|
|
|
|
$_3dfx
|
2001-09-27 12:23:54 +00:00
|
|
|
|
$_tdfxfb
|
2001-02-24 20:28:24 +00:00
|
|
|
|
$_mga
|
2001-06-21 15:16:52 +00:00
|
|
|
|
$_xmga
|
2001-02-24 20:28:24 +00:00
|
|
|
|
$_syncfb
|
2001-03-28 12:08:44 +00:00
|
|
|
|
$_fbdev
|
2001-11-03 02:36:02 +00:00
|
|
|
|
$_dxr3
|
2001-11-05 21:49:20 +00:00
|
|
|
|
$_have_dvb
|
2001-04-05 19:02:02 +00:00
|
|
|
|
$_svga
|
2001-07-19 18:46:29 +00:00
|
|
|
|
$_have_xdpms
|
2001-08-14 12:30:56 +00:00
|
|
|
|
$_aa
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
2001-08-25 21:05:23 +00:00
|
|
|
|
/* used by GUI: */
|
|
|
|
|
$_xshape_def
|
|
|
|
|
|
2001-03-02 20:46:48 +00:00
|
|
|
|
#if defined(HAVE_GL)||defined(HAVE_X11)||defined(HAVE_XV)
|
2001-02-24 20:28:24 +00:00
|
|
|
|
#define X11_FULLSCREEN
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
echo "Creating libvo/config.mak"
|
|
|
|
|
|
|
|
|
|
_voobj=`echo $_vosrc | sed -e 's/\.c/\.o/g'`
|
|
|
|
|
|
|
|
|
|
cat > libvo/config.mak << EOF
|
|
|
|
|
|
|
|
|
|
include ../config.mak
|
|
|
|
|
|
|
|
|
|
OPTIONAL_SRCS=$_vosrc
|
|
|
|
|
OPTIONAL_OBJS=$_voobj
|
|
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
2001-06-03 10:46:42 +00:00
|
|
|
|
echo "Creating libao2/config.mak"
|
|
|
|
|
|
|
|
|
|
_aoobj=`echo $_aosrc | sed -e 's/\.c/\.o/g'`
|
|
|
|
|
|
|
|
|
|
cat > libao2/config.mak << EOF
|
|
|
|
|
|
|
|
|
|
include ../config.mak
|
|
|
|
|
|
|
|
|
|
OPTIONAL_SRCS=$_aosrc
|
|
|
|
|
OPTIONAL_OBJS=$_aoobj
|
|
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
|
cat << EOF
|
|
|
|
|
|
|
|
|
|
Config files successfully generated by ./configure !
|
2001-10-13 16:53:37 +00:00
|
|
|
|
Please check config.h and config.mak files, tune CPU and optimization flags if
|
|
|
|
|
you don't like these defaults.
|
|
|
|
|
You can compile the program with 'make' and install with 'make install'. Good
|
|
|
|
|
luck!
|
|
|
|
|
|
|
|
|
|
Note: On non-Linux systems you might need to use 'gmake' instead of 'make'.
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
2001-08-22 08:51:19 +00:00
|
|
|
|
echo Creating $CHELP
|
|
|
|
|
cat > $CHELP << EOF
|
|
|
|
|
#include "$_mp_help"
|
|
|
|
|
EOF
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_mtrr" = yes ; then
|
2001-10-05 09:29:27 +00:00
|
|
|
|
echo "Please check mtrr settings at /proc/mtrr (see DOCS/video.html#2.2.1.1)"
|
2001-02-24 20:28:24 +00:00
|
|
|
|
echo
|
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$_sdl" = "outdated" ; then
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cat <<EOF
|
|
|
|
|
You have an outdated version of libSDL installed (older than v1.1.7) and SDL
|
|
|
|
|
support has therefore been disabled.
|
|
|
|
|
|
|
|
|
|
Please upgrade to a more recent version (version 1.1.8 and above are known to
|
|
|
|
|
work). You may get this library from: http://www.libsdl.org
|
|
|
|
|
|
|
|
|
|
You need to re-run ./configure and recompile after updating SDL. If you are
|
|
|
|
|
only interested in the libSDL audio drivers, then older version might work.
|
|
|
|
|
|
|
|
|
|
Use --enable-sdl to force usage of libSDL.
|
|
|
|
|
EOF
|
2001-02-24 20:28:24 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-10-11 23:41:43 +00:00
|
|
|
|
if test "$host_arch" = "i386" ; then
|
2001-10-23 14:56:58 +00:00
|
|
|
|
if test "$_win32" = no ; then
|
|
|
|
|
if test "$_win32libdir" ; then
|
|
|
|
|
cat <<EOF
|
2001-10-13 16:53:37 +00:00
|
|
|
|
Failed to find a WIN32 codecs dir at $_win32libdir!
|
|
|
|
|
Create it and copy the DLL files there! (You can get them from your windows
|
|
|
|
|
directory or download them from:
|
2001-10-16 17:51:26 +00:00
|
|
|
|
ftp://ftp.MPlayerHQ.hu/MPlayer/releases/w32codec.zip
|
2001-10-13 16:53:37 +00:00
|
|
|
|
EOF
|
2001-10-23 14:56:58 +00:00
|
|
|
|
fi
|
2001-10-13 16:53:37 +00:00
|
|
|
|
else
|
2001-10-23 15:13:51 +00:00
|
|
|
|
if test "$_win32libdir" ; then
|
|
|
|
|
echo "Ok, found Win32 codecs directory at $_win32libdir."
|
|
|
|
|
else
|
|
|
|
|
cat <<EOF
|
2001-10-31 18:25:28 +00:00
|
|
|
|
Failed to find a WIN32 codecs dir!
|
2001-10-23 15:13:51 +00:00
|
|
|
|
Create it and copy the DLL files there! (You can get them from your windows
|
|
|
|
|
directory or download them from:
|
|
|
|
|
ftp://ftp.MPlayerHQ.hu/MPlayer/releases/w32codec.zip
|
|
|
|
|
EOF
|
|
|
|
|
fi
|
2001-10-13 16:53:37 +00:00
|
|
|
|
fi
|
2001-02-24 20:28:24 +00:00
|
|
|
|
else
|
2001-10-13 16:53:37 +00:00
|
|
|
|
cat <<EOF
|
|
|
|
|
NOTE: WIN32 codec DLLs are not supported on your CPU ($host_arch).
|
|
|
|
|
You may encounter a few AVI files that cannot be played due to missing
|
|
|
|
|
opensource video/audio codec support.
|
|
|
|
|
EOF
|
2001-02-24 20:28:24 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2001-06-05 02:36:12 +00:00
|
|
|
|
# Last move:
|
2001-10-13 16:53:37 +00:00
|
|
|
|
rm -f "$TMPO" "$TMPC" "$TMPS" "$TMPCPP"
|
2001-06-05 02:36:12 +00:00
|
|
|
|
|