aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use ...Gravatar nicodvb2006-09-09
* Add support for POWER5 as found on IBM eServer OpenPower 720Gravatar gpoirier2006-09-06
* -lm needs to come before -laudio to avoid link errors in the NAS check.Gravatar diego2006-09-02
* Check for requirements at configure-time, not at run-time.Gravatar diego2006-08-31
* cosmetics: Fix ugly one-space indentation in radio check.Gravatar diego2006-08-31
* split in 2 'horribly long line'Gravatar nicodvb2006-08-30
* make sure opt.h is present when detecting libavformatGravatar nicodvb2006-08-30
* accept dvdnav version >= 0.2.0; the previous code failed because the check te...Gravatar nicodvb2006-08-29
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)Gravatar reimar2006-08-28
* Reenable some encoders even for MPlayer-only compilation, some filters need it.Gravatar diego2006-08-27
* Only add include flags if cc_check succeeded.Gravatar diego2006-08-27
* Make --with-x11libdir and --with-mlibdir consistent with --with-*libdir.Gravatar diego2006-08-26
* Remove superfluous --with-termcaplib option.Gravatar diego2006-08-26
* Add --extra-libs option to pass linker flags.Gravatar diego2006-08-26
* Remove --with-madlibdir option, it never worked anyway.Gravatar diego2006-08-26
* Disentangle toolame CFLAGS and LDFLAGS handling.Gravatar diego2006-08-25
* Disentangle libdv and vorbis linker flags.Gravatar diego2006-08-25
* Fix .align is a power of two check.Gravatar diego2006-08-24
* fix trailing space problem, which was preventing fontconfig to get compiledGravatar gpoirier2006-08-22
* support for disabling/enabling bitmap font support from configureGravatar diego2006-08-21
* Remove unused variable.Gravatar diego2006-08-21
* cosmetics: Fix indentation after last commit.Gravatar diego2006-08-21
* Properly disable tests that depend on X.Gravatar diego2006-08-21
* Remove superfluous variable settings.Gravatar diego2006-08-21
* cosmetics: indentation fix after last commitGravatar diego2006-08-21
* Remove duplicate check for $_faad_external = auto.Gravatar diego2006-08-21
* Only run the check for external FAAD if internal FAAD is not used.Gravatar diego2006-08-21
* disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-Gravatar nicodvb2006-08-20
* The X11 header check looks in $_extra_inc that contains directories in theGravatar diego2006-08-20
* Fix xv and xinerama force on --enable-*Gravatar iive2006-08-19
* Some more consistency for the conditions under which tests are run.Gravatar diego2006-08-18
* Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"Gravatar diego2006-08-18
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* fix missing symbol when compiling with live support on mac osxGravatar nplourde2006-08-18
* 10l: Also rename configure option for gcc check.Gravatar diego2006-08-17
* Rename gcc_checking variable to gcc_check.Gravatar diego2006-08-17
* Add -Wdeclaration-after-statement to CFLAGS if available to ensure peopleGravatar reimar2006-08-17
* support for dvdnav is now auto-detected; removed support for dvdnav-dirGravatar nicodvb2006-08-14
* stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hpGravatar diego2006-08-14
* Add a switch for disabling high precision mpeg audio decoding in libavcodec.Gravatar diego2006-08-14
* Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it mightGravatar reimar2006-08-13
* Port ASMALIGN preprocessor macro for .align handling from FFmpeg.Gravatar diego2006-08-12
* Print "no" if all of the Vorbis tests failed.Gravatar diego2006-08-12
* -logg must come before -lvorbisidec since both declare the same symbols.Gravatar reimar2006-08-08
* Reorganize libvorbis/Tremor detection, external Tremor should be detected now.Gravatar diego2006-08-08
* spelling/clarification for --help outputGravatar diego2006-08-08
* cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.Gravatar diego2006-08-07
* cosmetics: Rename some variables for consistency.Gravatar diego2006-08-07
* Fix bug introduced in LIVE555 test simplification, -lstdc++ should go lastGravatar diego2006-08-06
* Simplify Tremor low accuracy test, label external Tremor as such.Gravatar diego2006-08-05