#!/bin/sh## MPlayer configurator. (C) 2000 Pontscho/fresh!mindworkz# pontscho@makacs.poliod.hu## Changes in reversed order:## 2001/08/27 by Johannes Feigl# - added manual selection of language## 2001/08/22 by Nick Kurshev# - added autodetection of local language## 2001/07/31 by Steve Davies# - added --enable-largefiles## 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 by Juergen Keil# - autodetect the assembler binary used by the GCC C compiler## 2001/07/03 by Nick Kurshev# - added universal way of configuring SUBDIRS# - moved configurable stuff of depended SUBDIRS to SUBDIRS## 2001/06/05 by Pontscho# - added alsa and esd detection## 2001/06/05 by Nick Kurshev# - added checking of kernel version## 2001/06/04 by Nick Kurshev# - added hard checking of gcc and soft of assembler## 2001/05/30 by LGB# - added --prefix support## 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 by Nick Kurshev# - added definition of CPU clone## 2001/04/16 by LGB# - added libcss stuffs## 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 by Mike Graffam:# - added autodetect code for XF86VidMode, along with explicit --enable-vm## 2001/03/22 by Bivanbi:# - new option: --cc (to specify C compiler path+name)## 2001/03/08 by LGB:# - DGA detect-o-matic :)# - '--disable-dga' option to force disabling DGA vo driver compiling into mplayer# - line about '--enable-dga' is added to the help message## 2001/02/26 by A'rpi:# - added DGA option: --enable-dga# - no notify if --with-win32libdir used [Tibcu]## 2001/02/25 by LGB:# - TMPDIR or TEMPDIR variable is honored during tests for temporary files# - ChangeLog inside configure was reversed ;-)## some changes by A'rpi/ESP-team:# - added 'athlon' target for the new athlongcc [Ian Kumlien]# - applied _win32libdir=-L patch by Magnus Pfeffer## 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:# - the --with-win32libdir patch by Aaron Hope applied# - 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�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## --# SOME MACROS/USEFUL FUNCTIONS# Returns error code only - NO displayecc_check() { "$_cc" "$TMPC" -o "$TMPO" "$@" >/dev/null 2>&1 return "$?"}# Display error message, flushes tempfile, exit die () { echo echo "Error: $@" >&2 echo >&2 rm -f "$TMPO" "$TMPC" "$TMPS" "$TMPCPP" exit 1}linux() { test "$system_name" = "Linux" return "$?"}freebsd() { test "$system_name" = "FreeBSD" return "$?"}openbsd() { test "$system_name" = "OpenBSD" return "$?"}bsdos() { test "$system_name" = "BSD/OS" return "$?"}bsd() { freebsd || openbsd || bsdos return "$?"}# Check how echo works in this /bin/shcase `echo -n` in-n) _echo_n= _echo_c='\c';; # seems to be a SysV echo*) _echo_n=-n _echo_c=;; # OK, a BSD style echoesacfor parm in "$@" ; doif test "$parm" = "--help" || test "$parm" = "-help" || test "$parm" = "-h" ; thencat << EOFusage: $0 [options]params: --cc use this C compiler to build MPlayer [gcc] --target=PLATFORM target platform (i386-linux, arm-linux, etc) --prefix=DIR use this prefix for installing mplayer [/usr/local] --datadir=DIR use this prefix for installing machine independent data [/usr/local/share/mplayer] --language=LANGUAGE selects manual a language, e.g. de, en, hu, pl, ... --enable-debug[=1-3] compile debugging information into mplayer [disable] --enable-profile compile profiling information into mplayer [disable] --enable-largefiles build with support for files >2^32 bytes long [disable] --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] --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] --enable-mga build with mga_vid support [autodetect, if /dev/mga_vid is available] --enable-xmga build with mga_vid X Window support [autodetect, if both /dev/mga_vid and x11 are available] --enable-xv build with Xv render support for X 4.x [autodetect] --enable-vm build with XF86VidMode support for x11 driver --enable-xinerama build with Xinerama support for x11 driver [autodetect] --enable-x11 build with X11 render support [autodetect] --enable-fbdev build with FBDev render support [_not_ autodetected] --enable-mlib build with MLIB support ( only Solaris ) --enable-vorbis build with OggVorbis support [autodetect] --enable-termcap use termcap database for key codes --enable-xmmp use XMMP audio drivers --enable-lirc enable LIRC (remote control) support --disable-iconv do not use iconv(3) function [autodetect] --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] --disable-gcc-checking disable gcc version checking (READ THE DISCLAIMER) --disable-kernel-extchk disables checking for CPU extension support in your kernel (MMX, SSE, ...) (READ THE DISCLAIMER) --disable-select disable audio select() support ( for example required this option ALSA or Vortex2 driver ) --disable-win32 disable Win32 DLL support --disable-dshow disable DirectShow support (if you don't have C++ compiler&libs, or you've found dshow codecs slower than old VfW ones) --disable-fastmemcpy disable 3dnow/sse/mmx optimized memcpy() --with-x11libdir=DIR X library files are in DIR --with-x11incdir=DIR X headerss are in DIR (only needed if autodetection fails) --with-win32libdir=DIR windows codec files --with-csslibdir=DIR directory contains libcss.so shared library --with-cssincdir=DIR directory contains libcss header file (css.h) (--with-css* only needed, if libCSS autodetect fails) --with-sdl-config=PATH specify location of 'sdl-config' if not in your PATH (example: --with-sdl-config=/usr/sdl/bin/sdl-config) --with-extralibdir=DIR extra library files (png, SDL) are in DIR (only needed if autodetection fails) --with-extraincdir=DIR extra headers (png, SDL) are in DIR (only needed if autodetection fails) --size-x=SIZE default screen width --size-y=SIZE default screen heightEOFexit 0fidone # for parm in ...if test "$CC" ; then _cc=$CCelse _cc=gccfi_as=auto_x11=autofor ac_option do 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` ;; --language=*) LINGUAS=`echo $ac_option | cut -d '=' -f 2` ;; --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` ;; --with-extralibdir=*) _extralibdir=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'` ;; --with-extraincdir=*) _extraincdir=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'` ;; esacdone# LGB: Some inital helpecho "You can get detailed help on configure with: $0 --help"echo "Please wait while ./configure discovers your software and hardware environment!"# Determine our OS name and CPU architectureif test -z "$_target" ; then system_name=`uname -s 2>&1` # name of operating system: Linux, FreeBSD, NetBSD, OpenBSD, SunOS host_arch=`uname -p 2>&1` # host's instruction set or processor type case "$host_arch" in i386|sparc|ppc|alpha|arm) # 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 ;; esacelse system_name=`echo $_target | cut -d '-' -f 2` host_arch=`echo $_target | cut -d '-' -f 1`fiecho "Detected operating system: $system_name"echo "Detected host architecture: $host_arch"# Determine OS dependent libs_confcygwin="TARGET_CYGWIN=no"_confwin32=if bsd ; then _archlibs="-rdynamic -pthread"elif test `echo $system_name | sed 's/[cC][yY][gG][wW][iI][nN].*/CYGWIN/'` = "CYGWIN" ; then _confcygwin="TARGET_CYGWIN=yes" _confwin32="#define WIN32" _archlibs="-lpthread"else _archlibs="-ldl -lpthread"fiif bsdos ; then _archlibs="$_archlibs -ldvd"fi# LGB: temporary filesfor I in "$TMPDIR" "$TEMPDIR" "/tmp" ; do test "$I" && breakdoneTMPC="$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"cat > $TMPC << EOFint main( void ) { return 0; }EOF# ---# config filesCCONF='config.h'MCONF='config.mak'CHELP='help_mp.h'# --- Check for C compiler:if test -z "$_x11libdir" ; then if test -d /usr/X11R6 ; then _x11libdir=-L/usr/X11R6/lib else if test -d /usr/X11 ; then _x11libdir=-L/usr/X11/lib fi fifiif test -z "$_x11incdir" ; then if test -d /usr/include/X11 ; then _x11incdir= elif test -d /usr/X11R6 ; then _x11incdir=-I/usr/X11R6/include elif test -d /usr/X11 ; then _x11incdir=-I/usr/X11/include fifi# Lots of stuff are installed under /usr/localif test -z "$_extralibdir" ; then_extralibdir=-L/usr/local/libfiif test -z "$_extraincdir" ; then_extraincdir=-I/usr/local/includefiif test -z "$_sdlconfig" ; then if freebsd ; then _sdlconfig='sdl11-config' else _sdlconfig='sdl-config' fifi# ---# Checking CC version...# Q: what's with egcs, pgcc? - Atmos# A: same as with agcc! These compilers always were introduced as experimental# ones. Now gcc-3.0 should introduce all features of these compilers.# Since 3.0 is almost released we don't need to support them. - Nick 05 jun 2001if test "$_skip_cc_check" != yes ; thenecho $_echo_n "Checking version of $_cc ... $_echo_c"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;; 2.95.[2-9]|2.95.[2-9].[0-9]|3.[0-9]|3.[0-9].[0-9]) cc_version="$cc_version, ok";; *) cc_version="$cc_version, bad"; cc_verc_fail=yes;;esacecho "$cc_version"if test "$cc_verc_fail" ; thencat <<EOFPlease downgrade(upgrade) gcc compiler to gcc-2.95.2+ or gcc-3.0+ version!Note: gcc 2.96 is RedHat's UNOFFICIAL (it can be found only on RedHat sites, orin RedHat-based distributions) and BUGGY gcc release. gcc 2.96 is TOTALLYunsupported by us, because it simply SKIPS or badly compiles some MMX codes!Important: this is NOT an MPlayer-specific problem, numerous other projects(DRI, avifile, etc..) have problems with this shit too. DO NOT USE gcc 2.96 !!!If you don't want to downgrade, use the --disable-gcc-checking option to avoidthis check, but DO NOT SEND BUGREPORTS OR COMPLAIN, it's *YOUR* fault!Get ready for misterious crashes, no-picture bugs, strange noises... REALLY!EOFdie "Bad gcc version"fielse# echo "YOU'VE SELECTED '--disable-gcc-checking'. PLEASE DON'T SEND US ANY BUGREPORTS!"cat <<EOFHmm. You want to compile MPlayer with gcc 2.96? Ok. You know. Do it. *** 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.If the problem still exists, then read DOCS/bugreports.html.EOFecho -n "Enter keyword to continue: "read _answerif 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."fifi# ---# now that we know what compiler should be used for compilation, try to find# out which assembler is used by the $_cc compilerif test "$_as" = auto ; then _as=`$_cc -print-prog-name=as` if test -z "$_as" ; then _as=as fifiif test "$host_arch" = i386 ; then if test -r /proc/cpuinfo ; then # linux with /proc mounted, extract cpu information from it _cpuinfo="cat /proc/cpuinfo" elif test -r /compat/linux/proc/cpuinfo ; then # FreeBSD with linux emulation /proc mounted, # extract cpu information from it _cpuinfo="cat /compat/linux/proc/cpuinfo" else # 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" fi pname=`$_cpuinfo | grep 'model name' | cut -d ':' -f 2 | head -1` pparam=`$_cpuinfo | grep 'features' | cut -d ':' -f 2 | head -1` if test -z "$pparam" ; then pparam=`$_cpuinfo | grep 'flags' | cut -d ':' -f 2 | head -1` fi 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`else # not an x86 host, cpuinfo stuff is not relevant pname= pparam= pvendor= pfamily= pmodel= pstepping=fi_mmx=no_mmx2=no_3dnow=no_3dnowex=no_mtrr=no_sse=no_mga=no_gl=no_sdl=no_aa=no_ggi=no_xv=no_vm=no_xinerama=no_xdpms_3=no_xdpms_4=no_3dfx=no_tdfxfb=no_syncfb=no_mlib=no _mlibdir=/opt/SUNWmlib_xmga=autodetect_dga=no_dga2=no_svga=no_fbdev=nolinux && _fbdev=yes_lirc=no_css=no_dvdread=no_win32dll=yes _dshow=yestest "$host_arch" != i386 && _dshow=no _win32dll=no_fastmemcpy=yes_streaming=no_libavcodec=no_kernelextcheck=yes_x=1_y=1_gllib=_sdllib=_sdlcflags=_aalib=_ggilib=_xvlib=_x11lib=_xineramalib=_iconvlib=_select='#define HAVE_AUDIO_SELECT'_gui=no;_alsa=yes_esd=yesfor i in $pparam; do case "$i" in 3dnow) _3dnow=yes ;; 3dnowext) _3dnow=yes _3dnowex=yes ;; mmx) _mmx=yes ;; mmxext) _mmx2=yes ;; mtrr|k6_mtrr) _mtrr=yes ;; xmm|sse|kni) _sse=yes _mmx2=yes ;; esacdone_win32libdirnotify=noif test "$_win32dll" = yes ; then if test -d /usr/lib/win32 ; then _win32libdir=/usr/lib/win32 elif test -d /usr/local/lib/win32 ; then _win32libdir=/usr/local/lib/win32 else # This is our default: _win32libdir=/usr/lib/win32 _win32libdirnotify=yes fifiif test -d libavcodec && test -f libavcodec/Makefile ; then _libavcodec=yesfiif test -c /dev/mga_vid ; then _mga=yes _syncfb=yesficase "$host_arch" ini386) _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) if test "$pmodel" -ge 6 ; then # LGB: models are: K5/SSA5 K5 K5 K5 ? ? K6 K6 K6-2 K6-3 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 # 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. #echo -n "Checking your GCC CPU optimalization abilities: " if test "$proc" = "k7" ; then cc_check -march=$proc -mcpu=$proc || proc=athlon fi if test "$proc" = "athlon" ; then cc_check -march=$proc -mcpu=$proc || proc=pentiumpro fi if test "$proc" = "k6" ; then cc_check -march=$proc -mcpu=$proc || proc=k5 fi if test "$proc" = "k5" ; then cc_check -march=$proc -mcpu=$proc || proc=pentium fi if test "$proc" = "i686" ; then cc_check -march=$proc -mcpu=$proc || proc=pentiumpro fi if test "$proc" = "pentiumpro" ; then cc_check -march=$proc -mcpu=$proc || proc=pentium fi if test "$proc" = "pentium" ; then cc_check -march=$proc -mcpu=$proc || proc=i486 fi if test "$proc" = "i486" ; then cc_check -march=$proc -mcpu=$proc || proc=i386 fi if test "$proc" = "i386" ; then cc_check -march=$proc -mcpu=$proc || proc=error fi if test "$proc" = "error" ; then die "Your gcc does not support even \"i386\" for '-march' and '-mcpu'." 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" ;;arm) _arch="#define ARCH_ARM 1" _target_arch="TARGET_ARCH_ARM=yes" _words_endian="#undef WORDS_BIGENDIAN" iproc=arm proc= _march="" _mcpu="" ;;ppc) _arch="#define ARCH_PPC 1" _target_arch="TARGET_ARCH_PPC=yes" _words_endian="#define WORDS_BIGENDIAN 1" iproc=ppc proc= _march="" _mcpu="" ;;alpha) _arch="#define ARCH_ALPHA 1" _target_arch="TARGET_ARCH_ALPHA=yes" _words_endian="#undef WORDS_BIGENDIAN" iproc=alpha proc= _march="" _mcpu="-mcpu=ev56" ;;*) echo "The architecture of your CPU ($host_arch) is not supported by this configure script" echo "It seems noone has ported MPlayer to your OS or CPU type yet." die "unsupported architecture $host_arch" ;;esac# ---# Checking for localization ...if test -z "$LINGUAS" ; thenLINGUAS="en"fiecho Checking for language ... "$LINGUAS"_mp_help="help_mp-"$LINGUAS".h"if test ! -f "$_mp_help" ; thenecho "Language file ("$_mp_help") not found!"LINGUAS="en"_mp_help="help_mp-"$LINGUAS".h"fiecho Using ... "$_mp_help" filecc_check $_extraincdir $_extralibdir -lvgagl -lvga && _svga=yesif bsd ; then cc_check -pthread || die "Lib pthread not found."else cc_check -lpthread || die "Lib pthread not found."fi# Atmosfear: added SDL versioncheck and autodetect; removed warnings._sdl=noif "$_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 fi# Atmosfear: added libcss autodetect_css=nofor 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; fidone_aa=nocc_check $_extraincdir $_extralibdir -laa && _aa=yes_divx4linux=nocc_check $_extraincdir $_extralibdir -ldivxdecore -lm && _divx4linux=yes_termcap=nocc_check $_extraincdir $_extralibdir -ltermcap && _termcap=yes_png=nocc_check $_extraincdir $_extralibdir -lpng -lz -lm && _png=yes_vorbis=nocc_check $_extraincdir $_extralibdir -lvorbis -lm && _vorbis=yes_ggi=nocc_check $_extraincdir $_extralibdir -lggi && _ggi=yes_kstat=nocc_check -lkstat && _kstat=yes _archlibs="-lkstat $_archlibs"cc_check -lposix4 && _archlibs="-lposix4 $_archlibs"_binutils=no$_as libac3/downmix/downmix_i386.S -o $TMPO > /dev/null 2>&1 && _binutils=yes# echo binutils: $_binutils# ----------- Check X11 and related libs (GL, Xxf86vm, Xv, DGA) --------------# for Solaris (socket stuff is in -lsocket, gethostbyname and friends in -lnsl):_socklib=cc_check $_socklib -lsocket && _socklib="$_socklib -lsocket"cc_check $_socklib -lnsl && _socklib="$_socklib -lnsl"if test "$_x11" = auto ; then _x11=no cc_check $_x11libdir -lX11 -lXext $_socklib && _x11=yesfiif test "$_x11" = yes ; thencc_check $_x11libdir -lX11 -lXext -lXdpms $_socklib && _xdpms_3=yesnm `echo $_x11libdir|cut -c 3-`/libXext.a | grep DPMSQueryExtension > /dev/null 2>&1 && _xdpms_4=yescc_check $_x11libdir -lX11 -lXext -lXv $_socklib && _xv=yescc_check $_x11libdir -lX11 -lXext -lXxf86vm $_socklib && _vm=yescc_check $_x11libdir -lX11 -lXext -lXinerama $_socklib && _xinerama=yes# XXX this is not yet checked with OpenBSD - atmosif freebsd || openbsd ; then cc_check $_x11libdir -lX11 -lXext -lGL -lm -pthread $_socklib && _gl=yeselse cc_check $_x11libdir -lX11 -lXext -lGL -lm $_socklib && _gl=yesficat > $TMPC << EOF#include <stdio.h>#include <unistd.h>#include <iconv.h>#define INBUFSIZE 1024#define OUTBUFSIZE 4096char 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=yesif freebsd || bsdos ; then cc_check $_extraincdir $_extralibdir -lm -liconv >/dev/null 2>&1 || \ { _iconv=no ; echo "iconv(3) function not detected!" ;}elsecc_check -lm || \ { _iconv=no ; echo "iconv(3) function not detected!" ;}ficat > $TMPC << EOF#include <GL/gl.h>int main( void ) { return 0; }EOF# XXX check this for OpenBSD and BSD/OSif freebsd || openbsd ; then cc_check $_x11incdir $_x11libdir -lX11 -lXext -lGL -lm -pthread $_socklib || \ { _gl=no; echo "GL includes not found!"; }else cc_check $_x11libdir -lX11 -lXext -lGL -lm $_socklib || \ { _gl=no; echo "GL includes not found!"; }ficat > $TMPC << EOF#include <stdio.h>#include <X11/Xlib.h>#include <X11/extensions/xf86dga.h>int main (void) { return 0;}EOFcc_check $_x11incdir -L/usr/X11R6/lib -L/usr/X11/lib -lX11 -lXext -lXxf86dga -lXxf86vm && _dga=yes# 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'.# Check if DGA is 2.0 or greatercat > $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=nocc_check $_x11incdir -L/usr/X11R6/lib -L/usr/X11/lib -lX11 -lXext -lXxf86dga -lXxf86vm $_socklib && _dga2=yes# --- 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=nocc_check $_x11incdir -L/usr/X11R6/lib -L/usr/X11/lib -lX11 -lXext $_socklib && _xshape=yesficat > $TMPC << EOF#include <decore.h>int main( void ) { return DEC_OPT_FRAME_311; }EOFcc_check $_extraincdir $_extralibdir -ldivxdecore -lm || \ { _divx4linux=no; echo "DivX4Linux includes (decore.h) not found!"; }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; }EOFcc_check $_extraincdir $_extralibdir -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -ldvdread && \ { _dvdread=yes; _largefiles=yes; }cat > $TMPC << EOF#include <mlib.h>int main( void ) { mlib_VideoColorYUV2ABGR420(0,0,0,0,0,0,0,0,0); return 0; }EOFcc_check $_extraincdir $_extralibdir -I$_mlibdir/include -L$_mlibdir/lib -lmlib && _mlib=yes# ---# check availability of some header files# check for malloc.h and memalign() in itcat > $TMPC << EOF#include <malloc.h>int main( void ) { return 0; }EOF_memalign_def=_memalign=no_malloc_h=noif cc_check ; then _malloc_h=yes # check for memalign - atmos # should this be restricted to x86, or customized for cpu types (opt for cacheline sizes)? cat > $TMPC << EOF#include <malloc.h>int main ( void ) {char *string = NULL;string = memalign(64, sizeof(char));return 0;}EOF if cc_check ; then _memalign_def='/* #define memalign(a,b) malloc(b) */' _memalign=yes else _memalign_def='#define memalign(a,b) malloc(b)' _memalign=no fifi# check for alloca.hcat > $TMPC << EOF#include <alloca.h>int main( void ) { return 0; }EOF_alloca_h=nocc_check && _alloca_h=yes# check for mman.hcat > $TMPC << EOF#include <sys/types.h>#include <sys/mman.h>int main( void ) { return 0; }EOF_sys_mman_h=nocc_check && _sys_mman_h=yes# check for dlfcn.hcat > $TMPC << EOF#include <dlfcn.h>int main( void ) { return 0; }EOF_libdl=nocc_check -ldl && _libdl=yes# check for sys/soundcard.hcat > $TMPC << EOF#include <sys/soundcard.h>int main( void ) { return 0; }EOF_sys_soundcard_h=nocc_check && _sys_soundcard_h=yes# ---# try to detect type of audio supported on this machine# check for OSS audiocat > $TMPC << EOF#include <sys/soundcard.h>int main( void ) { int arg = SNDCTL_DSP_SETFRAGMENT; }EOF_oss_audio=nocc_check && _oss_audio=yes# check for SUN audiocat > $TMPC << EOF#include <sys/types.h>#include <sys/audioio.h>int main( void ) { audio_info_t info; AUDIO_INITINFO(&info); }EOF_sun_audio=nocc_check && _sun_audio=yes# check for ALSA audio: 0.5.x then 0.9.xif test "$_alsa" = yes ; then _alsaver=no cat > $TMPC << EOF#include <sys/asoundlib.h>#include <sys/soundcard.h>int main( void ) { if(SND_LIB_MAJOR==0&&SND_LIB_MINOR==5)return 0; return 1; }EOF cc_check -lasound -ldl -lpthread && $TMPO && _alsaver='0.5.x' cat > $TMPC << EOF#include <sys/asoundlib.h>#include <sys/soundcard.h>int main( void ) { if(SND_LIB_MAJOR==0&&SND_LIB_MINOR==9)return 0; return 1; }EOF cc_check -lasound -ldl -lpthread && $TMPO && _alsaver='0.9.x'fitest "$_alsaver" || _alsa=no# check for ESD audiocat > $TMPC << EOF#include <esd.h>int main( void ){ return 0; }EOFcc_check $_extraincdir $_extralibdir -lesd || _esd=no# ---# check for the parameters._prefix="/usr/local"for ac_option do case "$ac_option" in --enable-profile) _profile='-p' ;; --enable-debug) _debug='-g' ;; --enable-largefiles) _largefiles=yes ;; --enable-debug=*) _debug=`echo $_echo_n '-g'$_echo_c; echo $ac_option | cut -d '=' -f 2` ;; --enable-css) _css=yes ;; --enable-png) _png=yes ;; --enable-sse) _sse=yes ;; --enable-3dnow) _3dnow=yes ;; --enable-3dnowex) _3dnow=yes _3dnowex=yes ;; --enable-mmx) _mmx=yes ;; --enable-mmx2) _mmx2=yes ;; --enable-mtrr) _mtrr=yes ;; --enable-gl) _gl=yes ;; --enable-sdl) _sdl=yes ;; --enable-aa) _aa=yes ;; --enable-ggi) _ggi=yes ;; --enable-mga) _mga=yes ;; --enable-xmga) _xmga=yes ;; --enable-svga) _svga=yes ;; --enable-dga) _dga=yes ;; --enable-dga2) _dga2=yes ;; --enable-xv) _xv=yes ;; --enable-vm) _vm=yes ;; --enable-xinerama) _xinerama=yes ;; --enable-3dfx) _3dfx=yes ;; --enable-tdfxfb) _tdfxfb=yes ;; --enable-syncfb) _syncfb=yes ;; --enable-fbdev) _fbdev=yes ;; --enable-iconv) _iconv=yes ;; --enable-mlib) _mlib=yes ;; --enable-vorbis) _vorbis=yes ;; --enable-termcap) _termcap=yes ;; --enable-xmmp) _xmmp=yes ;; --enable-ossaudio) _oss_audio=yes ;; --enable-sunaudio) _sun_audio=yes ;; --enable-lirc) _lirc=yes ;; --enable-select) _select='#define HAVE_AUDIO_SELECT' ;; --enable-gui) _gui=yes ;; --enable-new-gui) _gui=yes ;; --enable-streaming) _streaming=yes ;; --enable-divx4) _divx4linux=yes ;; --disable-css) _css=no ;; --disable-png) _png=no ;; --disable-kernel-extchk) _kernelextcheck=no ;; --disable-sse) _sse=no ;; --disable-3dnow) _3dnow=no _3dnowex=no ;; --disable-3dnowex) _3dnowex=no ;; --disable-mmx) # without mmx 3Dnow! and stuff is also not possible _3dnow=no _3dnowex=no _mmx=no _mmx2=no ;; --disable-mmx2) _mmx2=no ;; --disable-mtrr) _mtrr=no ;; --disable-gl) _gl=no ;; --disable-sdl) _sdl=no ;; --disable-aa) _aa=no ;; --disable-ggi) _ggi=no ;; --disable-mga) _mga=no ;; --disable-xmga) _xmga=no ;; --disable-xv) _xv=no ;; --disable-vm) _vm=no ;; --disable-xinerama) _xinerama=no ;; --disable-mlib) _mlib=no ;; --disable-svga) _svga=no ;; --disable-dga) _dga=no ;; --disable-dga2) _dga2=no ;; --disable-fbdev) _fbdev=no ;; --disable-iconv) _iconv=no ;; --disable-termcap) _termcap=no ;; --disable-select) _select='#undef HAVE_AUDIO_SELECT' ;; --disable-win32) _win32dll=no _dshow=no # no dshow without win32dlls ;; --disable-dshow) _dshow=no ;; --disable-fastmemcpy) _fastmemcpy=no ;; --disable-gui) _gui=no ;; --disable-alsa) _alsaver='notfound' _alsa=no ;; --disable-esd) _esd=no ;; --disable-ossaudio) _oss_audio=no ;; --disable-sunaudio) _sun_audio=no ;; --disable-divx4) _divx4linux=no ;; --disable-vorbis) _vorbis=no ;; --with-win32libdir=*) _win32libdir=`echo $ac_option | cut -d '=' -f 2` _win32libdirnotify=no ;; --with-csslibdir=*) _csslibdir=`echo $ac_option | cut -d '=' -f 2` _css=yes; ;; --with-cssincdir=*) _cssincdir=`echo $ac_option | cut -d '=' -f 2` _css=yes; ;; --with-mlibdir=*) _mlibdir=`echo $ac_option | cut -d '=' -f 2` _mlib=yes ;; --size-x=*) _x=`echo $ac_option | cut -d '=' -f 2` ;; --size-y=*) _y=`echo $ac_option | cut -d '=' -f 2` ;; --with-x11libdir=*) ;; --with-x11incdir=*) ;; --with-extralibdir=*) ;; --with-extraincdir=*) ;; --prefix=*) _prefix=`echo $ac_option | cut -d '=' -f 2` ;; --datadir=*) _datadir=`echo $ac_option | cut -d '=' -f 2` ;; --cc=*) ;; --as=*) ;; esacdone# Atmos: moved this here, to be correct, if --prefix is specifiedif test -z "$_datadir" ; then _datadir=$_prefix"/share/mplayer"fi# Checking assembler (_as) compatibility...# Added workaround for older as that reads from stdin by default - atmosas_version=`echo '' | $_as -version 2>&1 | sed -n 's/^.*assembler \(version \)*\([0-9.]*\).*$/\2/p'`echo $_echo_n "Checking assembler ($_as) ... $as_version, $_echo_c"_pref_as_version='2.9.1'### this test disabled, see _binutils test above! --A'rpi# cat > astest.S <<EOF# filds -2(%ebp)# EOF# $_as astest.S -o astest.o > /dev/null 2>&1 || as_verc_fail=yescat > $TMPS <<EOFnopEOFif test "$_mmx" = yes ; thencat >> $TMPS <<EOFemmsEOFfiif test "$_3dnow" = yes ; then_pref_as_version='2.10.1'cat >> $TMPS <<EOFfemmsEOFfiif test "$_3dnowex" = yes ; then_pref_as_version='2.10.1'cat >> $TMPS <<EOFpswapd %mm0, %mm0EOFfiif test "$_mmx2" = yes ; then_pref_as_version='2.10.1'cat >> $TMPS <<EOFmovntq %mm0, (%eax)EOFfiif test "$_sse" = yes ; then_pref_as_version='2.10.1'cat >> $TMPS <<EOFxorps %xmm0, %xmm0EOFfi# Note: for SSE2 assembler v2.11 should be preferred --Nick#if test "$_sse2" = yes ; then#_pref_as_version='2.11'#cat >> $TMPS <<EOF#xorpd %xmm0, %xmm0#EOF#fi$_as $TMPS -o $TMPO > /dev/null 2>&1 || as_verc_fail=yesif test "$as_verc_fail" != yes ; then echo "ok"else echo "failed" echo "Please upgrade(downgrade) binutils to "$_pref_as_version"..." if test "$_skip_as_check" != yes ; then die "Bad binutils version" else echo "YOU'VE SELECTED '--disable-as-checking'. PLEASE DON'T SEND US ANY BUGREPORTS!" fifi# Atmosfear: Checking kernel support for cpu extensions ...extcheck() {if test "$1" = yes ; thenecho $_echo_n "Checking $2 support in Kernel ... $_echo_c"cat > $TMPC <<EOFint main(void){__asm__ __volatile__ ("$3":::"memory");return(0);}EOFif (cc_check && $TMPO) > /dev/null 2>&1 ; then echo "ok" return 1else echo "failed" 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!" return 0fifireturn 1}if test "$_kernelextcheck" = yes ; thenif extcheck $_mmx "mmx" "emms" ; then _mmx=no ; fiif extcheck $_3dnow "3dnow" "femms" ; then _3dnow=no ; fiif extcheck $_3dnowex "3dnowex" "pswapd %%mm0, %%mm0" ; then _3dnowex=no ; fiif extcheck $_mmx2 "mmx2" "sfence" ; then _mmx2=no ; fiif extcheck $_sse "sse" "xorps %%xmm0, %%xmm0" ; then _sse=no ; fi#if extcheck $_sse2 "sse2" "xorpd %%xmm0, %%xmm0" ; then _sse2=no ; fifi# Checking kernel version...if linux ; then _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 if test "$_k_verc_problem" = yes && test "$_sse" = yes ; then _k_verc_fail=yes fi if test "$_k_verc_fail" ; then echo "$kernel_version, fail" 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)" else echo "$kernel_version, ok" fifiif test "$_xmga" = "autodetect" ; then if test "$_x11" = yes && test "$_mga" = yes ; then _xmga=yes else _xmga=no fifi# to screen.echo "Install prefix: $_prefix"echo "Data directory: $_datadir"if test "$host_arch" = i386 ; then echo "Checking for cpu vendor ... $pvendor ( $pfamily:$pmodel:$pstepping )" echo "Checking for cpu type ... $pname"fiecho "Optimizing to ... $proc"if test "$host_arch" = i386 ; then 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"fiecho "Screen size ... ${_x}x${_y}"echo "Checking for X11 libs ... $_x11libdir"echo "Checking for X11 headers ... $_x11incdir"echo "Checking mga_vid device ... $_mga"echo "Checking for xmga ... $_xmga" echo "Checking for SDL ... $_sdl"echo "Checking for AA ... $_aa"echo "Checking for GGI ... $_ggi"echo "Checking for OpenGL ... $_gl"echo "Checking for Xv ... $_xv"echo "Checking for Xinerama ... $_xinerama"echo "Checking for X11 ... $_x11"echo "Checking for DGA ... $_dga"echo "Checking for DGA 2.0 .. $_dga2"echo "Checking for Xf86VM ... $_vm"echo "Checking for SVGAlib ... $_svga"echo "Checking for FBDev ... $_fbdev"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"echo "Checking for Sun mediaLib ... $_mlib"echo "Checking for DeCSS support ... $_css"echo "Checking for DVDread support ... $_dvdread"echo "Checking for PNG support ... $_png"echo "Checking for OggVorbis support ... $_vorbis"echo "Checking for Win32 DLL support ... $_win32dll"echo "Checking for DirectShow ... $_dshow"echo "Checking for iconv function ... $_iconv"# check if compiler supports C++ and C++-libs are installed correctlyif test "$_win32dll" = yes && test "$_dshow" = yes ; thencat > $TMPCPP << EOF/* 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();}EOFecho $_echo_n "Checking if your compiler '$_cc' supports C++ ... $_echo_c"if $_cc $TMPCPP -o $TMPO > /dev/null 2>&1 ; then echo yes echo $_echo_n "Checking for proper C++ runtime enviroment ... $_echo_c" if $TMPO ; then echo yes else echo no cat << EOFYour C++ runtime enviroment is broken, make sure you correctly install theC++ libraries (libstdc++) and that the library path containing them is inyour (/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 die "C++ runtime enviroment broken" fielse echo no cat << EOFYour C++ compiler does not support C++, make sure you have enabled it oncompiler compilation or for binary packages, make sure the appropriatepackages 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 die "C++ compiler not supporting C++"fifiecho "Checking for libavcodec ... $_libavcodec"echo "Checking for divx4linux ... $_divx4linux"echo "Checking for fastmemcpy ... $_fastmemcpy"echo "Extra libs : $_extralibdir"echo "Extra headers : $_extraincdir"# write conf files.if test "$_gui" = yes ; then# --------------- GUI begin -------------------echoecho $_echo_n "Checking for gtk version ... $_echo_c"_gtk=`gtk-config --version 2>&1`test -z "$_gtk" && die "gtk not found."echo "$_gtk"echo $_echo_n "Checking for gtk includes ... $_echo_c"_gtkinc=`gtk-config --cflags 2>&1`test -z "$_gtkinc" && die "gtk not found."echo "done"echo $_echo_n "Checking for gtk libs ... $_echo_c"_gtklib=`gtk-config --libs 2>&1`test -z "$_gtklib" && die "gtk not found."echo "done"echoecho $_echo_n "Checking for glib version ... $_echo_c"_glib=`glib-config --version 2>&1`test -z "$_glib" && die "glib not found."echo "$_glib"echo $_echo_n "Checking for glib includes ... $_echo_c"_glibinc=`glib-config --cflags 2>&1`test -z "$_glibinc" && die "glib not found."echo "done"echo $_echo_n "Checking for glib libs ... $_echo_c"_gliblib=`glib-config --libs 2>&1`test -z "$_gliblib" && die "glib not found."echo "done"cat > Gui/config.mak << EOF# -------- Generated by ./configure -----------GTKINC=$_gtkincGTKLIBS=$_gtklibGLIBINC=$_glibincGLIBLIBS=$_gliblibEOF# --------------- GUI end -------------------fi_streamingdef='#undef STREAMING'if test "$_streaming" = yes ; then# _streamingsrcs='asf_streaming.c network.c url.c http.c' _streamingdef='#define STREAMING'fiif test "$_gl" = yes ; then # XXX check this for OpenBSD & BSD/OS if freebsd || openbsd ; then # Under XFree86 4.x GL port is poorly designed if test -r /usr/X11R6/bin/XFree86 ; then _gllib='-lGL -pthread' else _gllib='-lGL' fi else _gllib='-lGL' fifi_cssdef='#undef HAVE_LIBCSS'_csslib=''_cssinc=''if test "$_dvdread" = yes ; then _csslib='-ldvdread' _dvdreaddef='#define USE_DVDREAD' _css=noelse _dvdreaddef='#undef USE_DVDREAD'if test "$_css" = yes ; then if test "$_csslibdir" ; then _csslib="-L${_csslibdir} -lcss" else _csslib='-lcss' fi _cssdef='#define HAVE_LIBCSS' if test "$_cssincdir" ; then _cssinc="-I${_cssincdir}" else _cssinc="" fififiif test "$_win32dll" = yes ; then _win32dll='#define USE_WIN32DLL 1' _win32lib='-Lloader -lloader' _win32dep='loader/libloader.a' if test "$_dshow" = yes ; then _dshow='#define USE_DIRECTSHOW' _dshowlib='-Lloader/DirectShow -lDS_Filter -lstdc++' _dshowdep='loader/DirectShow/libDS_Filter.a' else _dshow='#undef USE_DIRECTSHOW' _dshowlib='' _dshowdep='' fielse _win32dll='#undef USE_WIN32DLL' _win32lib='' _win32dep='' _dshow='#undef USE_DIRECTSHOW' _dshowlib='' _dshowdep=''fiif test "$_libavcodec" = yes ; then _lavclib='-Llibavcodec -lavcodec' _lavcdep='libavcodec/libavcodec.a' _libavcodec='#define USE_LIBAVCODEC'else _lavclib='' _lavcdep='' _libavcodec='#undef USE_LIBAVCODEC'fiif test "$_fastmemcpy" = yes ; then _fastmemcpy='#define USE_FASTMEMCPY'else _fastmemcpy='#undef USE_FASTMEMCPY'fiif test "$_x11" = yes ; then if test "$_xdpms_3" = yes ; then _x11lib='-lX11 -lXext -lXdpms' _have_xdpms='#define HAVE_XDPMS 1' elif test "$_xdpms_4" = yes ; then _x11lib='-lX11 -lXext' _have_xdpms='#define HAVE_XDPMS 1' else _x11lib='-lX11 -lXext' _have_xdpms='#undef HAVE_XDPMS' fifiif test "$_xv" = yes ; then _xvlib='-lXv'fiif test "$_xinerama" = yes ; then _xineramalib='-lXinerama'fiif test "$_sdl" = yes ; then _sdllib=`$_sdlconfig --libs` _sdlcflags=`$_sdlconfig --cflags` fiif test "$_ggi" = yes ; then _ggilib='-lggi'fiif test "$_dga" = yes ; then _dgalib='-lXxf86dga'fiif test "$_svga" = yes ; then _svgalib='-lvgagl -lvga'fiif test "$_vm" = yes ; then _vmlib='-lXxf86vm'fiif test "$_termcap" = yes ; then _termcap='#define USE_TERMCAP' _libtermcap='-ltermcap'else _termcap='#undef USE_TERMCAP' _libtermcap=''fiif test "$_kstat" = yes ; then _have_libkstat="#define HAVE_LIBKSTAT 1"else _have_libkstat="#undef HAVE_LIBKSTAT"fiif test "$_xmmp" = yes ; then _xmmpaudio='#define USE_XMMP_AUDIO' _xmmplibs='-Llibxmm -lxmm'else _xmmpaudio='#undef USE_XMMP_AUDIO'fiif test "$_iconv" = yes ; then _iconv='#define USE_ICONV' if freebsd || bsdos ; then _iconvlib="-liconv" fielse _iconv='#undef USE_ICONV'fiif test "$_lirc" = yes ; then _lircdefs='#define HAVE_LIRC' _lirclibs='-llirc_client'else _lircdefs='#undef HAVE_LIRC' _lirclibs=''fiif test "$_png" = yes ; then _libpng='-lpng -lz'fiif test "$_vorbis" = yes ; then _vorbis='#define HAVE_OGGVORBIS' _libvorbis='-lvorbis -lm'else _vorbis='#undef HAVE_OGGVORBIS'fi_aosrc=''_alsa5='#undef HAVE_ALSA5'_alsa9='#undef HAVE_ALSA9'if test "$_alsa" = yes ; then 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' fifi_esdd='#undef HAVE_ESD'#if test "$_esd" = yes ; then# _esdd='#define HAVE_ESD'# _aosrc="$_aosrc ao_esd.c"# _esdlib='-lesd'#fiif test "$_oss_audio" = yes ; then _ossaudio='#define USE_OSS_AUDIO' _aosrc="$_aosrc ao_oss.c"else _ossaudio='#undef USE_OSS_AUDIO'fiif test "$_sun_audio" = yes ; then _sunaudio='#define USE_SUN_AUDIO' _aosrc="$_aosrc ao_sun.c"else _sunaudio='#undef USE_SUN_AUDIO'fiif test "$_sys_soundcard_h" = yes ; then _have_soundcard_h='#define HAVE_SYS_SOUNDCARD_H 1'else _have_soundcard_h='#undef HAVE_SYS_SOUNDCARD_H'fi# malloc.h useless in FreeBSDif test "$_malloc_h" = yes && test ! freebsd ; then _have_malloc_h='#define HAVE_MALLOC_H 1'else _have_malloc_h='#undef HAVE_MALLOC_H'fiif test "$_memalign" = yes ; then _have_memalign='#define HAVE_MEMALIGN 1'else _have_memalign='#undef HAVE_MEMALIGN'fiif test "$_alloca_h" = yes ; then _have_alloca_h='#define HAVE_ALLOCA_H 1'else _have_alloca_h='#undef HAVE_ALLOCA_H'fiif test "$_sys_mman_h" = yes ; then _have_mman_h='#define HAVE_SYS_MMAN_H 1'else _have_mman_h='#undef HAVE_SYS_MMAN_H'fiif test "$_libdl" = yes ; then _have_libdl='#define HAVE_LIBDL 1'else _have_libdl='#undef HAVE_LIBDL'fi# Checking for CFLAGSif test "$_profile" || test "$_debug" ; then CFLAGS="-W -Wall -O2 $_march $_mcpu $_debug $_profile"elif test -z "$CFLAGS" ; then CFLAGS="-O4 $_march $_mcpu -pipe -ffast-math -fomit-frame-pointer"else cat <<EOFMPlayer is using custom CFLAGS set by you, it is strongly recommended that youlet MPlayer choose the correct CFLAGS!To do so execute CFLAGS= ./configure <your options>EOFfi# XXX check this for OpenBSD and BSD/OS# Mandatory for MT applications on Linux & FreeBSDif linux ; then CFLAGS="$CFLAGS -D_REENTRANT"elif bsd ; then CFLAGS="$CFLAGS -D_THREAD_SAFE"fi# 64 bit file offsets?if test "$_largefiles" = yes || freebsd ; then CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" if test "$_dvdread" = yes ; then # dvdread support requires this (for off64_t) CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE" fifi# echo 'CFLAGS=$(OPTFLAGS) -Wall -DMPG12PLAY' >> config.makecho "Creating $CCONF"if test "$_mmx" = yes ; then _mmx='#define HAVE_MMX' _cfg_mmx=yeselse _mmx='#undef HAVE_MMX' _cfg_mmx=nofiif test "$_mmx2" = yes ; then _mmx2='#define HAVE_MMX2' _cfg_mmx2=yeselse _mmx2='#undef HAVE_MMX2' _cfg_mmx2=nofiif test "$_3dnow" = yes ; then _3dnowm='#define HAVE_3DNOW' _cfg_3dnow=yeselse _3dnowm='#undef HAVE_3DNOW' _cfg_3dnow=nofiif test "$_3dnowex" = yes ; then _3dnowexm='#define HAVE_3DNOWEX' _cfg_3dnowex=yeselse _3dnowexm='#undef HAVE_3DNOWEX' _cfg_3dnowex=nofiif test "$_sse" = yes ; then _ssem='#define HAVE_SSE' _cfg_sse=yeselse _ssem='#undef HAVE_SSE' _cfg_sse=nofi# ---_vosrc=''#_aosrc=''if test "$_aa" = yes ; then _aa='#define HAVE_AA' _vosrc=$_vosrc' vo_aa.c' _aalib='-laa'else _aa='#undef HAVE_AA' _aalib=''fiif test "$_png" = yes ; then _png='#define HAVE_PNG' _vosrc=$_vosrc' vo_png.c'else _png='#undef HAVE_PNG'fiif test "$_mlib" = yes ; then _mlibdef='#define HAVE_MLIB' _mlibinc="-I$_mlibdir/include" _mliblib="-L$_mlibdir/lib -R$_mlibdir/lib -lmlib" _vosrc=$_vosrc' yuv2rgb_mlib.c'else _mlibdef='#undef HAVE_MLIB' _mlibinc= _mliblib=fi# ---if test "$_gl" = yes ; then _gl='#define HAVE_GL' _vosrc=$_vosrc' vo_gl.c vo_gl2.c'else _gl='#undef HAVE_GL'fiif test "$_sdl" = yes ; then _sdldef='#define HAVE_SDL' _vosrc=$_vosrc' vo_sdl.c' _aosrc=$_aosrc' ao_sdl.c'else _sdldef='#undef HAVE_SDL'fiif test "$_ggi" = yes ; then _ggi='#define HAVE_GGI' _vosrc=$_vosrc' vo_ggi.c'else _ggi='#undef HAVE_GGI'fiif test "$_x11" = yes ; then _x11='#define HAVE_X11' _vosrc=$_vosrc' vo_x11.c'else _x11='#undef HAVE_X11'fiif test "$_xv" = yes ; then _xv='#define HAVE_XV' _vosrc=$_vosrc' vo_xv.c'else _xv='#undef HAVE_XV'fiif test "$_vm" = yes ; then _vm='#define HAVE_XF86VM'else _vm='#undef HAVE_XF86VM'fiif test "$_xinerama" = yes ; then _xinerama='#define HAVE_XINERAMA'else _xinerama='#undef HAVE_XINERAMA'fiif test "$_mga" = yes ; then _mga='#define HAVE_MGA' _vosrc=$_vosrc' vo_mga.c'else _mga='#undef HAVE_MGA'fiif test "$_xmga" = yes ; then _vosrc=$_vosrc' vo_xmga.c' _xmga='#define HAVE_XMGA'else _xmga='#undef HAVE_XMGA' fiif test "$_syncfb" = yes ; then _syncfb='#define HAVE_SYNCFB' _vosrc=$_vosrc' vo_syncfb.c'else _syncfb='#undef HAVE_SYNCFB'fiif test "$_3dfx" = yes ; then _3dfx='#define HAVE_3DFX' _vosrc=$_vosrc' vo_3dfx.c'else _3dfx='#undef HAVE_3DFX'fiif test "$_tdfxfb" = yes ; then _tdfxfb='#define HAVE_TDFXFB' _vosrc=$_vosrc' vo_tdfxfb.c'else _tdfxfb='#undef HAVE_TDFXFB'fiif test "$_svga" = yes ; then _svga='#define HAVE_SVGALIB' _vosrc=$_vosrc' vo_svga.c'else _svga='#undef HAVE_SVGALIB'fiif test "$_dga" = yes ; then _dga='#define HAVE_DGA'# _vosrc=$_vosrc' vo_dga.c vo_fsdga.c' _vosrc=$_vosrc' vo_dga.c'else _dga='#undef HAVE_DGA'fiif test "$_dga2" = yes ; then _dga2='#define HAVE_DGA2'# _vosrc=$_vosrc' vo_dga.c vo_fsdga.c' _vosrc=$_vosrc' vo_dga.c'else _dga2='#undef HAVE_DGA2'fiif test "$_xshape" = yes ; then _xshape_def='#define HAVE_XSHAPE'else _xshape_def='#undef HAVE_XSHAPE'fiif test "$_fbdev" = yes ; then _fbdev='#define HAVE_FBDEV' _vosrc=$_vosrc' vo_fbdev.c'else _fbdev='#undef HAVE_FBDEV'fiif test "$_gui" = yes ; then# _gui_def='#define HAVE_GUI' _gui_def='#define HAVE_NEW_GUI' _gui_lib='-LGui -lgui $(GTKLIB) $(GLIBLIB)'else _gui_def='#undef HAVE_GUI' _gui_lib=''fiif test "$_divx4linux" = yes ; then _divx4def='#define NEW_DECORE' _decorelibs='-ldivxdecore opendivx/postprocess.o'else _divx4def='#undef NEW_DECORE' _decorelibs='-Lopendivx -ldecore'fiif test "$_debug" ; then _debugdef='#define MP_DEBUG'else _debugdef='#undef MP_DEBUG'fiif test "$system_name" = "Linux" ; then _linux_def='#define TARGET_LINUX'else _linux_def='#undef TARGET_LINUX'fiechoecho "Creating $MCONF"cat > $MCONF << EOF# -------- Generated by ./configure -----------LANG=CTARGET_OS=$system_nameprefix = $_prefixAR=arCC=$_cc# OPTFLAGS=-O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-mathOPTFLAGS=$CFLAGS -fomit-frame-pointer # make sure -fomit-frame-pointer is always usedEXTRA_INC=$_extraincdir $_gtkincWIN32_PATH=-DWIN32_PATH=\\"$_win32libdir\\"X11_INC=$_x11incdirX11DIR=$_x11libdirX_LIBS=$_x11libdir $_extralibdir $_gllib $_ggilib $_sdllib $_dgalib $_x11lib $_xvlib $_vmlib $_svgalib $_libpng $_socklib $_aalib $_libvorbis $_xineramalibTERMCAP_LIB=$_libtermcapXMM_LIBS = $_xmmplibsLIRC_LIBS = $_lirclibsCSS_USE=$_cssCSS_LIB = $_csslibCSS_INC = $_cssincSDL_INC = $_sdlcflagsW32_DEP = $_win32depW32_LIB = $_win32libDS_DEP = $_dshowdepDS_LIB = $_dshowlibAV_DEP = $_lavcdepAV_LIB = $_lavclibALSA_LIB = $_alsalibESD_LIB = $_esdlibARCH_LIBS = $_archlibs $_iconvlibSTREAMING=$_streamingDECORE_LIBS = $_decorelibsDIVX4LINUX=$_divx4linuxMLIB_INC = $_mlibincMLIB_LIB = $_mliblib# --- Some stuff for autoconfigure ----$_target_arch$_confcygwinTARGET_CPU=$iprocTARGET_MMX=$_cfg_mmxTARGET_MMX2=$_cfg_mmx2TARGET_3DNOW=$_cfg_3dnowTARGET_3DNOWEX=$_cfg_3dnowexTARGET_SSE=$_cfg_sseBINUTILS=$_binutilsHAVE_MLIB=$_mlib# --- GUI stuff ---GTKLIB=$_gtklibGLIBLIB=$_gliblibGUI_LIBS = $_gui_libGUI=$_guiDEBUG=-DDEBUGEOFcat > $CCONF << EOF/* -------- Generated by ./configure ----------- */#undef USE_STREAM_CACHE#define USE_OSD#define USE_SUB$_debugdef$_dvdreaddef/* Common data directory (for fonts, etc) */#define DATADIR "$_datadir"/* Define for using new DivX4Linux library, instead of open-source OpenDivX *//* You have to change DECORE_LIBS in config.mak too! */$_divx4def/* Define this to enable avg. byte/sec-based AVI sync method by default: (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/* 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/* 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/* 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! */$_select/* define this to use iconv(3) function to codepage conversions */$_iconv/* XMMP support: (test code) */$_xmmpaudio#define LIBDIR "/usr/local/lib"#define PLUGINDIR LIBDIR "/xmmp/Plugins"#define XMMP_AUDIO_DRIVER PLUGINDIR "/Sound/oss.so"/* set up max. outburst. use 65536 for ALSA 0.5, for others 16384 is enough */#define MAX_OUTBURST 65536/* set up audio OUTBURST. Do not change this! */#ifdef USE_XMMP_AUDIO#define OUTBURST 4096#else//#define OUTBURST 1024#define OUTBURST 512#endif/* Define this if your system has the header file for the OSS sound interface */$_have_soundcard_h/* Define this if your system has the "malloc.h" header file */$_have_malloc_h/* memalign is mapped to malloc here, if unsupported */$_memalign_def$_have_memalign/* 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/* 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/* LIRC (remote control, see www.lirc.org) support: */$_lircdefs/* DeCSS support using libcss */$_cssdef/* Define this to enable MPEG 1/2 image postprocessing (requires FAST cpu!) */#define MPEG12_POSTPROC/* Define this to enable image postprocessing in libavcodec (requires FAST cpu!) */#define FF_POSTPROCESS#define HAVE_ODIVX_POSTPROCESS/* Win32 DLL support */$_win32dll/* DirectShow support */$_dshow/* ffmpeg's libavcodec support (requires libavcodec source) */$_libavcodec/* use only decoders from libavcodec: */#define CONFIG_DECODERS/* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/$_fastmemcpy/* gui support, please do not edit this option */$_gui_def#define PREFIX "$_prefix"/* Audio lib drivers */$_ossaudio$_alsa5$_alsa9$_esdd$_sunaudio/* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */#undef FAST_OSD#undef FAST_OSD_TABLE/* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */$_words_endian$_arch$_confwin32/* Define this to any prefered value from 386 up to infinity with step 100 */#define __CPU__ $iproc$_linux_def#ifdef sun#define DEFAULT_CDROM_DEVICE "/vol/dev/aliases/cdrom0"#define DEFAULT_DVD_DEVICE DEFAULT_CDROM_DEVICE#else#define DEFAULT_CDROM_DEVICE "/dev/cdrom"#define DEFAULT_DVD_DEVICE "/dev/dvd"#endif/*----------------------------------------------------------------------------**** NOTE: Instead of modifying these definitions here, use the** --enable/--disable options of the ./configure script!** See ./configure --help for details.***---------------------------------------------------------------------------*//* termcap flag for getch2.c */$_termcap/* enable PNG support */$_png/* enable OggVorbis support */$_vorbis$_streamingdef/* Extension defines */$_3dnowm // only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.)$_3dnowexm // only define if you have 3DNOWEX (AMD Athlon, etc.)$_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)#ifdef HAVE_MMX#define USE_MMX_IDCT#endif$_mlibdef // Sun mediaLib, available only on solaris/* libmpeg2 uses a different feature test macro for mediaLib */#ifdef HAVE_MLIB#define LIBMPEG2_MLIB#endif/* libvo options */#define SCREEN_SIZE_X $_x#define SCREEN_SIZE_Y $_y$_x11$_xv$_vm$_xinerama$_gl$_dga$_dga2$_sdldef/* defined for SDLlib with keyrepeat bugs (before 1.2.1) */$_sdlbuggy$_ggi$_3dfx$_tdfxfb$_mga$_xmga$_syncfb$_fbdev$_svga$_have_xdpms$_aa/* used by GUI: */$_xshape_def#if defined(HAVE_GL)||defined(HAVE_X11)||defined(HAVE_XV)#define X11_FULLSCREEN#endifEOFecho "Creating libvo/config.mak"_voobj=`echo $_vosrc | sed -e 's/\.c/\.o/g'`cat > libvo/config.mak << EOFinclude ../config.makOPTIONAL_SRCS=$_vosrcOPTIONAL_OBJS=$_voobjEOFecho "Creating libao2/config.mak"_aoobj=`echo $_aosrc | sed -e 's/\.c/\.o/g'`cat > libao2/config.mak << EOFinclude ../config.makOPTIONAL_SRCS=$_aosrcOPTIONAL_OBJS=$_aoobjEOFcat << EOFConfig files successfully generated by ./configure !Please check config.h and config.mak files, tune CPU and optimization flags ifyou don't like these defaults.You can compile the program with 'make' and install with 'make install'. Goodluck!Note: On non-Linux systems you might need to use 'gmake' instead of 'make'.EOFecho Creating $CHELPcat > $CHELP << EOF#include "$_mp_help"EOFif test "$_mtrr" = yes ; then echo "Please check mtrr settings at /proc/mtrr (see DOCS/video.html#2.2.1.1)" echofiif test "$_sdl" = "outdated" ; then cat <<EOFYou have an outdated version of libSDL installed (older than v1.1.7) and SDLsupport has therefore been disabled.Please upgrade to a more recent version (version 1.1.8 and above are known towork). You may get this library from: http://www.libsdl.orgYou need to re-run ./configure and recompile after updating SDL. If you areonly interested in the libSDL audio drivers, then older version might work.Use --enable-sdl to force usage of libSDL.EOFfiif test "$host_arch" = "i386" ; then if test "$_win32libdirnotify" = yes ; then cat <<EOFFailed to find a WIN32 codecs dir at $_win32libdir!Create it and copy the DLL files there! (You can get them from your windowsdirectory or download them from: ftp://ftp.MPlayerHQ.hu/MPlayer/releases/w32codec.zipEOF else echo "Ok, found Win32 codecs directory at $_win32libdir." fielse 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 missingopensource video/audio codec support.EOFfi# Last move:rm -f "$TMPO" "$TMPC" "$TMPS" "$TMPCPP"