aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Collapse)AuthorAge
* Skip -march tests for values that are aliases of already tested values.Gravatar diego2006-10-16
| | | | | | | patch by Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20268 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdv may depend on libpthread.Gravatar diego2006-10-16
| | | | | | | patch by Zuxy Meng zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20261 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove Linux test from DirectFB check, it runs on some BSD systems at least.Gravatar diego2006-10-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20245 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove test for framebuffer device from DirectFB check.Gravatar diego2006-10-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20229 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create proper define for DFBMGA.Gravatar diego2006-10-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20216 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove intrinsics check, they are no longer used in FFmpeg.Gravatar diego2006-10-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20214 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for maeomo-specific libraries (Nokia 770).Gravatar diego2006-10-12
| | | | | | | patch by Siarhei Siamashka, siarhei.siamashka gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20171 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the socklib check search gethostbyname/socket in libc.Gravatar diego2006-10-11
| | | | | | | | On glibc it avoids a useless linking to libnsl. patch by Emanuele Giaquinta, e.giaquinta glauco it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20157 b3059339-0415-0410-9bf9-f77b7e298cf2
* Streamline socklib check.Gravatar diego2006-10-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20156 b3059339-0415-0410-9bf9-f77b7e298cf2
* Run TOOLS/cpuinfo on x86_64 as well as x86.Gravatar diego2006-10-11
| | | | | | | patch from the NetBSD pkgsrc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20153 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change == to = in test comparisons for better portability.Gravatar diego2006-10-10
| | | | | | | patch from NetBSD pkgsrc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20152 b3059339-0415-0410-9bf9-f77b7e298cf2
* List dfbmga and directfb in _novomodules.Gravatar syrjala2006-10-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20119 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix DirectFB version check. The old code simply concatenated theGravatar syrjala2006-10-08
| | | | | | | digits, so 1.0.0 was considered older than 0.9.XY. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20118 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable linking mplayer with mp3lame when --disable-encoder=mp3lame isGravatar rathann2006-10-08
| | | | | | | passed to configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20114 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for detection of extended instructions on ARM.Gravatar diego2006-10-08
| | | | | | | based on a patch by Siarhei Siamashka, siarhei.siamashka gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20113 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: consistent order for en-/disabled codecs listGravatar reimar2006-10-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20101 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove special warning printed when VIDIX is disabledGravatar uau2006-10-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with latest BUILD_ROOT changes in FFmpeg.Gravatar diego2006-10-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20095 b3059339-0415-0410-9bf9-f77b7e298cf2
* add gcc-4.x to the list of compilers displayedGravatar gpoirier2006-10-06
| | | | | | | when configure detects an unsupported compiler git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20091 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove the x264 option parser, and pass the options on to libx264 as a ↵Gravatar lorenm2006-10-05
| | | | | | | | | string instead. This provides automatic support for all current and future x264 options. A few options had to be reorganized: partitions, deblockalpha/beta, me, direct_pred. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20060 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires ↵Gravatar ben2006-09-27
| | | | | | Linux 2.6.18 and above) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19998 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_caca: use the pre-1.x compatibility layer so recentGravatar corey2006-09-26
| | | | | | | versions of libcaca still work. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19985 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace preprocessor hacks to work around compilers not supporting namedGravatar diego2006-09-18
| | | | | | | assembler arguments with a proper configure check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19894 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure should fall back on -mcpu=pentium4 if -mcpu=prescottGravatar diego2006-09-18
| | | | | | | | and -mcpu=nocona are not supported. patch by Sergey Svishchev, svs+mplayer grep ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19892 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add --disable-dvdnav to help output.Gravatar diego2006-09-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19884 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add demux_nut to MPlayer repoGravatar ods152006-09-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19867 b3059339-0415-0410-9bf9-f77b7e298cf2
* The recent renaming of the gcc-checking switches to gcc-check was incomplete.Gravatar diego2006-09-16
| | | | | | | patch by Timo Kanera, timo kanera de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19863 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed superflous -I in the dvdnav section; patch by Timo Kanera - timo ↵Gravatar nicodvb2006-09-16
| | | | | | kanera de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19855 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix Irix build with gcc < 3.x, closes Bugzilla #572.Gravatar diego2006-09-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19838 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move conditional compilation to the build system.Gravatar diego2006-09-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19807 b3059339-0415-0410-9bf9-f77b7e298cf2
* detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use ↵Gravatar nicodvb2006-09-09
| | | | | | the version of dvdread embedded in dvdnav git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19769 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for POWER5 as found on IBM eServer OpenPower 720Gravatar gpoirier2006-09-06
| | | | | | | (cpuinfo returns POWER5 (gr) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19720 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lm needs to come before -laudio to avoid link errors in the NAS check.Gravatar diego2006-09-02
| | | | | | | patch by Bernd Ernesti, mplayer-dev-eng [{at}] lists [{dot}] veego [{dot}] de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19640 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for requirements at configure-time, not at run-time.Gravatar diego2006-08-31
| | | | | | | patch by Vladimir Voroshilov, voroshil <at> gmail <dot> com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19614 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix ugly one-space indentation in radio check.Gravatar diego2006-08-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19611 b3059339-0415-0410-9bf9-f77b7e298cf2
* split in 2 'horribly long line'Gravatar nicodvb2006-08-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19605 b3059339-0415-0410-9bf9-f77b7e298cf2
* make sure opt.h is present when detecting libavformatGravatar nicodvb2006-08-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19603 b3059339-0415-0410-9bf9-f77b7e298cf2
* accept dvdnav version >= 0.2.0; the previous code failed because the check ↵Gravatar nicodvb2006-08-29
| | | | | | test 020 -ge 0110 failed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19597 b3059339-0415-0410-9bf9-f77b7e298cf2
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)Gravatar reimar2006-08-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19574 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reenable some encoders even for MPlayer-only compilation, some filters need it.Gravatar diego2006-08-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19560 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only add include flags if cc_check succeeded.Gravatar diego2006-08-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19559 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make --with-x11libdir and --with-mlibdir consistent with --with-*libdir.Gravatar diego2006-08-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19554 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous --with-termcaplib option.Gravatar diego2006-08-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19553 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add --extra-libs option to pass linker flags.Gravatar diego2006-08-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19552 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove --with-madlibdir option, it never worked anyway.Gravatar diego2006-08-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19542 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disentangle toolame CFLAGS and LDFLAGS handling.Gravatar diego2006-08-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19531 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disentangle libdv and vorbis linker flags.Gravatar diego2006-08-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19530 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix .align is a power of two check.Gravatar diego2006-08-24
| | | | | | | hint by Philippe, phildev at mac com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19528 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix trailing space problem, which was preventing fontconfig to get compiledGravatar gpoirier2006-08-22
| | | | | | | Patch by Eric Auerswald % auerswal A unix-ag P uni-kl P de % git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19492 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for disabling/enabling bitmap font support from configureGravatar diego2006-08-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19491 b3059339-0415-0410-9bf9-f77b7e298cf2