aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Collapse)AuthorAge
* detecting nanosleepGravatar alex2001-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3090 b3059339-0415-0410-9bf9-f77b7e298cf2
* sys/soundcard.h isn't needed for ALSAGravatar alex2001-11-23
| | | | 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>)Gravatar pl2001-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3084 b3059339-0415-0410-9bf9-f77b7e298cf2
* (on atmos's suggestions I found good :)Gravatar pl2001-11-23
| | | | | | | | | | 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 autodetectedGravatar pl2001-11-22
| | | | | | | (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)Gravatar pl2001-11-22
| | | | | | | | 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)Gravatar pl2001-11-22
| | | | | | | | 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>Gravatar pl2001-11-21
| | | | | | | (--enable-termcap e.g.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3058 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2.2.x+SSE fixedGravatar arpi2001-11-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3053 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix kernel asm check.Gravatar atmos42001-11-21
| | | | 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 medialibGravatar jkeil2001-11-20
| | | | | | | -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_TERMIOSGravatar arpi2001-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3036 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved several tests (more headers + more functions)Gravatar pl2001-11-20
| | | | | | | 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 ↵Gravatar alex2001-11-20
| | | | | | 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>Gravatar pl2001-11-20
| | | | | | | 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 problemGravatar pl2001-11-20
| | | | 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)Gravatar pl2001-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3019 b3059339-0415-0410-9bf9-f77b7e298cf2
* RTC is autodetectedGravatar arpi2001-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3016 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed DPMS and pthread detectionGravatar alex2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3011 b3059339-0415-0410-9bf9-f77b7e298cf2
* added termios detection support (no termios on qnx)Gravatar alex2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3008 b3059339-0415-0410-9bf9-f77b7e298cf2
* alsa link failedGravatar pl2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3007 b3059339-0415-0410-9bf9-f77b7e298cf2
* arghh, fixed shm :(Gravatar alex2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3006 b3059339-0415-0410-9bf9-f77b7e298cf2
* added shm detectionGravatar alex2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3005 b3059339-0415-0410-9bf9-f77b7e298cf2
* there was a shitty warningGravatar jaf2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3003 b3059339-0415-0410-9bf9-f77b7e298cf2
* extended pthread to work under qnxGravatar alex2001-11-19
| | | | 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)Gravatar pl2001-11-19
| | | | | | | 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()Gravatar pl2001-11-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}86Gravatar gabucino2001-11-19
| | | | | | | | | | 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 fixedGravatar pontscho2001-11-19
| | | | 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.Gravatar atmos42001-11-19
| | | | 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 defaultGravatar atmos42001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2992 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing parts of --target supportGravatar pl2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2991 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoGravatar pl2001-11-19
| | | | | | | 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]Gravatar pl2001-11-19
| | | | | | | | | | | | | | | | | | | (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. SchultzGravatar pl2001-11-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2988 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure.log is no longer in /tmp/Gravatar pl2001-11-18
| | | | | | | | | "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)Gravatar pl2001-11-18
| | | | | | | | | 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 entriesGravatar alex2001-11-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2963 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed _x _y support (no longer used)Gravatar pl2001-11-17
| | | | | | | | 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)Gravatar pl2001-11-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2950 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing C sources testsGravatar pl2001-11-17
| | | | | | | 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 appliedGravatar pl2001-11-17
| | | | | | | | (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' HorstGravatar pl2001-11-17
| | | | | | | small typos git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2946 b3059339-0415-0410-9bf9-f77b7e298cf2
* Major cleanupsGravatar pl2001-11-17
| | | | | | | | | | 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 .Gravatar gabucino2001-11-15
| | | | | | | | 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...Gravatar arpi2001-11-14
| | | | 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)Gravatar jkeil2001-11-14
| | | | 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 ↵Gravatar mswitch2001-11-14
| | | | | | 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 libvo2Gravatar mswitch2001-11-14
| | | | 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!Gravatar mswitch2001-11-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2897 b3059339-0415-0410-9bf9-f77b7e298cf2