summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Use "tail -1" instead of "tail -n 1" to print the last line, the "-n" optionjkeil2001-11-271-1/+1
| | | | | | | seems to be a gnu extension and is not available with the solaris "tail". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3160 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable problematic ffmpeg.so support by default and remove die on 2.2.xatmos42001-11-261-4/+6
| | | | | | | | and older kernel, replacing it with more in depth info. (Kernel SSE check will disable SSE, if needed!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3128 b3059339-0415-0410-9bf9-f77b7e298cf2
* detecting nanosleepalex2001-11-231-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3090 b3059339-0415-0410-9bf9-f77b7e298cf2
* sys/soundcard.h isn't needed for ALSAalex2001-11-231-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3087 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo (1st found by André Dahlqvist <andre.dahlqvist@telia.com>)pl2001-11-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3084 b3059339-0415-0410-9bf9-f77b7e298cf2
* (on atmos's suggestions I found good :)pl2001-11-231-13/+30
| | | | | | | | | | default is autodetection (if lame and divxencore libs found then compile it) use --enable-mencoder or --disable-mencoder to alter this behavior Makefile modified accordingly (uninstall and other ifeq...) removed XMM_* since XMMP no longer there git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3080 b3059339-0415-0410-9bf9-f77b7e298cf2
* --help did not show what was really autodetectedpl2001-11-221-2/+2
| | | | | | | (found by Nilmoni Deb <ndeb@ece.cmu.edu>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3079 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rdynamic is now enabled if (bsd) || (_xanim is yes)pl2001-11-221-8/+12
| | | | | | | | removed a few ${_ld_foo} since not needed (these variables are always always separated by spaces) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3066 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rdynamic is only needed on bsd's (well... it was the case in C1)pl2001-11-221-9/+4
| | | | | | | | neither linux nor qnx need it and it doesn't help for static compilation too... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3062 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes for bugs found by Ivan Kalvatchev <iive@yahoo.com>pl2001-11-211-12/+6
| | | | | | | (--enable-termcap e.g.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3058 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2.2.x+SSE fixedarpi2001-11-211-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3053 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix kernel asm check.atmos42001-11-211-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3052 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo in _ld_mlib shell variable, mplayer didn't link any more against medialibjkeil2001-11-201-2/+2
| | | | | | | -lposix4 and -lkstat lost on architecture dependand libs, _ld_arch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3037 b3059339-0415-0410-9bf9-f77b7e298cf2
* USE_TERMIOS -> HAVE_TERMIOSarpi2001-11-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3036 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved several tests (more headers + more functions)pl2001-11-201-27/+29
| | | | | | | would-be bug fixed in dga and dga2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3030 b3059339-0415-0410-9bf9-f77b7e298cf2
* added dynamic linking flags runtime detection (-rdynamic - also now MPlayer ↵alex2001-11-201-4/+27
| | | | | | compiles and runs fine under QNX) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3029 b3059339-0415-0410-9bf9-f77b7e298cf2
* _ld_x11 patch by Anders Johansson <ajh@atri.curtin.edu.au>pl2001-11-201-1/+2
| | | | | | | reset content of $TMPO before cc_check to avoid incorrect ldd reports git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3023 b3059339-0415-0410-9bf9-f77b7e298cf2
* still GL problempl2001-11-201-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3022 b3059339-0415-0410-9bf9-f77b7e298cf2
* when --enable-gl was used, linker flags (_ld_gl) were not set (found by Nick K)pl2001-11-201-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3019 b3059339-0415-0410-9bf9-f77b7e298cf2
* RTC is autodetectedarpi2001-11-201-2/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3016 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed DPMS and pthread detectionalex2001-11-191-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3011 b3059339-0415-0410-9bf9-f77b7e298cf2
* added termios detection support (no termios on qnx)alex2001-11-191-0/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3008 b3059339-0415-0410-9bf9-f77b7e298cf2
* alsa link failedpl2001-11-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3007 b3059339-0415-0410-9bf9-f77b7e298cf2
* arghh, fixed shm :(alex2001-11-191-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3006 b3059339-0415-0410-9bf9-f77b7e298cf2
* added shm detectionalex2001-11-191-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3005 b3059339-0415-0410-9bf9-f77b7e298cf2
* there was a shitty warningjaf2001-11-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3003 b3059339-0415-0410-9bf9-f77b7e298cf2
* extended pthread to work under qnxalex2001-11-191-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3002 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix x11 linking when --disable-x11 used (btw sdl may still require it)pl2001-11-191-2/+6
| | | | | | | fix GL always detected even when x11 disabled git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2999 b3059339-0415-0410-9bf9-f77b7e298cf2
* better support for --target: new boolean function x86()pl2001-11-191-14/+19
| | | | | | | added 3dfx & tdfx to --help git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2998 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed win32/xanim support on --target=i{4-6}86gabucino2001-11-191-2/+4
| | | | | | | | | | pl : - are you sure the other "i386"-only checks are ok? - X libraries get included (-lX11 etc) when I say --disable-x11, pls check Besides that, now it compiles static binary (with all my --disable-blah switches) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2997 b3059339-0415-0410-9bf9-f77b7e298cf2
* png detect bug fixedpontscho2001-11-191-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2994 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make description for SIMPLE_IDCT better and make #define consisten with others.atmos42001-11-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2993 b3059339-0415-0410-9bf9-f77b7e298cf2
* small "make it easier to compile" addition, enable SIMPLE_IDCT by defaultatmos42001-11-191-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2992 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing parts of --target supportpl2001-11-191-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2991 b3059339-0415-0410-9bf9-f77b7e298cf2
* typopl2001-11-191-1/+1
| | | | | | | NB: after more tests, static support works when "bad" libs are disabled :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2990 b3059339-0415-0410-9bf9-f77b7e298cf2
* more debugging in configure.log [temporary]pl2001-11-191-45/+62
| | | | | | | | | | | | | | | | | | | (calls ldd to debug dependencies for [future] static support) $_ld_x11 contains now $_ld_sock improved x11 C test libGL is no longer OS dependent (bsd) but depends on 2 compil' tests preliminary support for -static: -static requires any test succeeds with that flag missing -logg for vorbis (triggered by -static) NB: It still can't compile in static [undefined reference to... errors :/ ] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2989 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed -lz bug found by Steven M. Schultzpl2001-11-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2988 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure.log is no longer in /tmp/pl2001-11-181-4/+5
| | | | | | | | | "Creating Gui/config.mak" added changed zlib compile test (more general zlib fix still underway) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2984 b3059339-0415-0410-9bf9-f77b7e298cf2
* merge of latest commits to configure1 (alex's qnx support)pl2001-11-181-63/+63
| | | | | | | | | dynamic detection of pthread and dl output files have now their final name (config.h instead of config2.h, ...) some FIXME removed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2974 b3059339-0415-0410-9bf9-f77b7e298cf2
* double --enable-largefiles entriesalex2001-11-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2963 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed _x _y support (no longer used)pl2001-11-171-33/+16
| | | | | | | | cosmetic for DVD support (css/dvdread) xanim detection slightly changed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2962 b3059339-0415-0410-9bf9-f77b7e298cf2
* wrong name of variables (avcodec)pl2001-11-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2950 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing C sources testspl2001-11-171-2/+9
| | | | | | | termcap typo that was breaking autodetection git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2949 b3059339-0415-0410-9bf9-f77b7e298cf2
* last part of changes since around configure 230 appliedpl2001-11-171-72/+103
| | | | | | | | (lirc in autodetect, VO2 support) blocks sorted for ao/vo (video/video+audio/audio) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2948 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugs & fixes by Bohdan 'Nexus' Horstpl2001-11-171-20/+24
| | | | | | | small typos git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2946 b3059339-0415-0410-9bf9-f77b7e298cf2
* Major cleanupspl2001-11-171-2213/+1852
| | | | | | | | | | Progressive tests Some tests improved Log file added ...other things I can't remember... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2944 b3059339-0415-0410-9bf9-f77b7e298cf2
* optional parameters can be added after --enable-static .gabucino2001-11-151-2/+9
| | | | | | | | For example when compiling with aalib support, it needs -lslang -lgpm -lncurses (etc) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2917 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc version messages updated. let's flame us again...arpi2001-11-141-18/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2909 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a test for 'vsscanf()' (it's missing on solaris / non iso-c99 systems)jkeil2001-11-141-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2906 b3059339-0415-0410-9bf9-f77b7e298cf2
* Had to remove ao_mpegpes.c from the Makefile since it depends on ↵mswitch2001-11-141-0/+1
| | | | | | libvo/vo_mpegpes and doesn't like libvo2 =). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2899 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added proper #include's for libvo2mswitch2001-11-141-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2898 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added --enable-libvo2, NOTE: it doesn't compile with libvo2 yet!mswitch2001-11-141-18/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2897 b3059339-0415-0410-9bf9-f77b7e298cf2
* this test needed fixing toogabucino2001-11-141-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2895 b3059339-0415-0410-9bf9-f77b7e298cf2
* added --enable-static optiongabucino2001-11-141-1/+15
| | | | | | | more possible "Unknown parameter" fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2893 b3059339-0415-0410-9bf9-f77b7e298cf2
* left an empty linegabucino2001-11-141-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2892 b3059339-0415-0410-9bf9-f77b7e298cf2
* hmm this is probably a better place for the check, as only thegabucino2001-11-141-10/+12
| | | | | | | Intel stuff has to be overwritten. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2891 b3059339-0415-0410-9bf9-f77b7e298cf2
* --target and some Intel checks fixedgabucino2001-11-141-5/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2889 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixgabucino2001-11-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2887 b3059339-0415-0410-9bf9-f77b7e298cf2
* why not autodetecting lirc?jaf2001-11-131-4/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2864 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixnexus2001-11-131-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2863 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typosnexus2001-11-131-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2862 b3059339-0415-0410-9bf9-f77b7e298cf2
* added --enable-tv and --disable-tv (default is disabled)alex2001-11-111-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2822 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer does not need -ldivxencorepl2001-11-111-1/+3
| | | | | | | mencoder does git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2812 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning for unknown parameters is quite enoughnick2001-11-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2796 b3059339-0415-0410-9bf9-f77b7e298cf2
* unkow parameter fix.pontscho2001-11-091-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2784 b3059339-0415-0410-9bf9-f77b7e298cf2
* memalign detection cleanuppl2001-11-091-19/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2775 b3059339-0415-0410-9bf9-f77b7e298cf2
* Somebody wanna drink some cola?lgb2001-11-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2753 b3059339-0415-0410-9bf9-f77b7e298cf2
* FF_POSTPROCESS shouldn't be defined if there is no ffmpeg's libavcodec foundpl2001-11-061-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2752 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvb test, /dev/ost/video:jkeil2001-11-061-1/+1
| | | | | | | | Check for character device (-c) instead of file existance (-e), the -e test is not available on solaris' /bin/sh. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2744 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move yuv2rgb to postprocessnick2001-11-061-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2733 b3059339-0415-0410-9bf9-f77b7e298cf2
* autodetecting for dvb-cardsjaf2001-11-051-2/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2728 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lm for ffmpeg detect Christian Marillat <marillat@free.fr>arpi2001-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2716 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quick hack to don't use ldivxencode on systems where it'S not installed.atmos42001-11-051-1/+1
| | | | | | | | | This should be improved: add compile check to configure (with sth. from encore2.h I guess), seperate divxdecore and encore as only one of them could possibly be installed, add ifdefs to code so it doesn't spit errors about missing headers if no divx4 is present. (I don't currently have installed divx4 so I only did the quick hack for first). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2704 b3059339-0415-0410-9bf9-f77b7e298cf2
* problems with --with-sdl-config (option ignored)pl2001-11-051-25/+41
| | | | | | | added --with-{gtk,glib}-config git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2701 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed -fomit-frame-pointer hack in favour of CFLAGS warning I previously ↵atmos42001-11-041-1/+1
| | | | | | added (this should also fix profiling and maybe some non-x86 build). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2700 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoids spitting bad compilation messages at the user when sthg does not workpl2001-11-031-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2663 b3059339-0415-0410-9bf9-f77b7e298cf2
* checkin for xanim support, also --disable-xanim and --with-xanimlibdir ↵alex