summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* List dfbmga and directfb in _novomodules.syrjala2006-10-081-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20119 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix DirectFB version check. The old code simply concatenated thesyrjala2006-10-081-6/+14
| | | | | | | 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 israthann2006-10-081-2/+3
| | | | | | | 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.diego2006-10-081-0/+49
| | | | | | | 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 listreimar2006-10-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20101 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove special warning printed when VIDIX is disableduau2006-10-071-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with latest BUILD_ROOT changes in FFmpeg.diego2006-10-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20095 b3059339-0415-0410-9bf9-f77b7e298cf2
* add gcc-4.x to the list of compilers displayedgpoirier2006-10-061-2/+2
| | | | | | | 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 ↵lorenm2006-10-051-1/+1
| | | | | | | | | 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 ↵ben2006-09-271-5/+4
| | | | | | 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 recentcorey2006-09-261-0/+3
| | | | | | | 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 nameddiego2006-09-181-0/+15
| | | | | | | 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=prescottdiego2006-09-181-0/+3
| | | | | | | | 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.diego2006-09-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19884 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add demux_nut to MPlayer repoods152006-09-171-0/+32
| | | | 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.diego2006-09-161-4/+4
| | | | | | | 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 ↵nicodvb2006-09-161-1/+1
| | | | | | 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.diego2006-09-141-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19838 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move conditional compilation to the build system.diego2006-09-121-0/+2
| | | | 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 ↵nicodvb2006-09-091-32/+38
| | | | | | 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 720gpoirier2006-09-061-1/+1
| | | | | | | (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.diego2006-09-021-1/+1
| | | | | | | 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.diego2006-08-311-0/+3
| | | | | | | 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.diego2006-08-311-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19611 b3059339-0415-0410-9bf9-f77b7e298cf2
* split in 2 'horribly long line'nicodvb2006-08-301-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19605 b3059339-0415-0410-9bf9-f77b7e298cf2
* make sure opt.h is present when detecting libavformatnicodvb2006-08-301-0/+1
| | | | 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 ↵nicodvb2006-08-291-1/+2
| | | | | | 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)reimar2006-08-281-0/+91
| | | | 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.diego2006-08-271-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19560 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only add include flags if cc_check succeeded.diego2006-08-271-17/+16
| | | | 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.diego2006-08-261-21/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19554 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous --with-termcaplib option.diego2006-08-261-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19553 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add --extra-libs option to pass linker flags.diego2006-08-261-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19552 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove --with-madlibdir option, it never worked anyway.diego2006-08-261-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19542 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disentangle toolame CFLAGS and LDFLAGS handling.diego2006-08-251-12/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19531 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disentangle libdv and vorbis linker flags.diego2006-08-251-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19530 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix .align is a power of two check.diego2006-08-241-1/+1
| | | | | | | 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 compiledgpoirier2006-08-221-1/+1
| | | | | | | 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 configurediego2006-08-211-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19491 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable.diego2006-08-211-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19486 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation after last commit.diego2006-08-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19479 b3059339-0415-0410-9bf9-f77b7e298cf2
* Properly disable tests that depend on X.diego2006-08-211-9/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19478 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous variable settings.diego2006-08-211-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19475 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: indentation fix after last commitdiego2006-08-211-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19473 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicate check for $_faad_external = auto.diego2006-08-211-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19472 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only run the check for external FAAD if internal FAAD is not used.diego2006-08-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19471 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-nicodvb2006-08-201-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19464 b3059339-0415-0410-9bf9-f77b7e298cf2
* The X11 header check looks in $_extra_inc that contains directories in thediego2006-08-201-1/+1
| | | | | | | | format "-I/opt/X11", which won't work when 'test' is used to find the headers. based on patch by Jan Knutar, jknutar (at) nic (dot) fi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19462 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix xv and xinerama force on --enable-*iive2006-08-191-4/+4
| | | | | | | | | The previous commit changed the conditions of check execution to match Diego's semantics (execute check only on 'auto'), but the 'else' case forces detection to 'no', even if previous --enable-* had set it to 'yes'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19456 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some more consistency for the conditions under which tests are run.diego2006-08-181-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19439 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"diego2006-08-181-1/+2
| | | | | | | | test failed, fixes compilation on Sparc. patch by Zuxy Meng, zuxy.meng $$@$$ gmail $$dot$$ com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19438 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19437 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix missing symbol when compiling with live support on mac osxnplourde2006-08-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19432 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Also rename configure option for gcc check.diego2006-08-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19431 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename gcc_checking variable to gcc_check.diego2006-08-171-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19430 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -Wdeclaration-after-statement to CFLAGS if available to ensure peoplereimar2006-08-171-0/+4
| | | | | | | won't miss this requirement and thus don't have to fix it later. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19423 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for dvdnav is now auto-detected; removed support for dvdnav-dirnicodvb2006-08-141-33/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19401 b3059339-0415-0410-9bf9-f77b7e298cf2
* stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hpdiego2006-08-141-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19394 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a switch for disabling high precision mpeg audio decoding in libavcodec.diego2006-08-141-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19391 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it mightreimar2006-08-131-2/+2
| | | | | | | be useful for others as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19383 b3059339-0415-0410-9bf9-f77b7e298cf2
* Port ASMALIGN preprocessor macro for .align handling from FFmpeg.diego2006-08-121-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19377 b3059339-0415-0410-9bf9-f77b7e298cf2
* Print "no" if all of the Vorbis tests failed.diego2006-08-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19375 b3059339-0415-0410-9bf9-f77b7e298cf2
* -logg must come before -lvorbisidec since both declare the same symbols.reimar2006-08-081-2/+2
| | | | | | | | Otherwise demux_ogg will take have the functions from libogg and the other half from libvorbisidec, ending in a crash git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19360 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reorganize libvorbis/Tremor detection, external Tremor should be detected now.diego2006-08-081-36/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19359 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling/clarification for --help outputdiego2006-08-081-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19358 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.diego2006-08-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19357 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename some variables for consistency.diego2006-08-071-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19354 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix bug introduced in LIVE555 test simplification, -lstdc++ should go lastdiego2006-08-061-3/+4
| | | | | | | in the list of linker options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19345 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify Tremor low accuracy test, label external Tremor as such.diego2006-08-051-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19340 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, line from a local modification committed by accident.diego2006-08-051-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19335 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling in the build system, part III:diego2006-08-041-80/+38
| | | | | | | Get rid of the last --with-*incdir parameters. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix libcdio test after r19200, the detected include dir was not stored.diego2006-08-041-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge DirectFB header check into DirectFB check.diego2006-08-041-16/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19316 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove silly check for $_inc_directfb, it is not set beforehand.diego2006-08-041-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19315 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove one more redundant test invocation.diego2006-08-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19314 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify DirectFB header check.diego2006-08-041-7/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19313 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix DVB test indentation.diego2006-08-031-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19312 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation after last commit.diego2006-08-031-23/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Run DVB (HEAD) test only when the corresponding variable is set to auto.diego2006-08-03