aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Use native Windows thread API when pthreads isn't available.Gravatar zuxy2007-07-16
* Let us not pretend to be checking for devfs when we are not.Gravatar diego2007-07-14
* Mark mp3lib, liba52 and libmpeg2 tests as internal.Gravatar diego2007-07-14
* Group all vo driver checks together.Gravatar diego2007-07-14
* Move QuickTime codecs check together with the other codecs checks.Gravatar diego2007-07-14
* Simplify termios test.Gravatar diego2007-07-13
* typo, wrong variable name in checkGravatar diego2007-07-13
* Rename nut option and variables to libnut, FFmpeg also contains NUT support.Gravatar diego2007-07-13
* Remove useless variable indirection.Gravatar diego2007-07-13
* Remove redundant variable setting.Gravatar diego2007-07-13
* Add check for mkstempGravatar rtogni2007-07-11
* Remove unused test for round().Gravatar diego2007-07-11
* Remove unused stddef.h check.Gravatar diego2007-07-11
* Simplify soundcard.h check.Gravatar diego2007-07-11
* Remove unused variable.Gravatar diego2007-07-11
* Revert r23758: It broke -vf uspp and -vf mcdeint.Gravatar cehoyos2007-07-11
* Fix compilation with -disable-mencoderGravatar cehoyos2007-07-10
* Add ENABLE_THREADS and ENABLE_SMALL definesGravatar reimar2007-07-06
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails.Gravatar diego2007-07-04
* Write configure parameters to configure.log.Gravatar diego2007-07-04
* Sync FFmpeg changes:Gravatar diego2007-07-03
* Add equivalent of -Wno-pointer-sign for iccGravatar cehoyos2007-07-02
* Get rid of duplicate processor feature variables.Gravatar diego2007-06-27
* Remove check for localtime_r, the function is not used within MPlayer.Gravatar diego2007-06-27
* Hint at --disable-* options as a workaround for outdated binutils.Gravatar reimar2007-06-25
* define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).Gravatar reimar2007-06-24
* unbreak armv6 previously broken by me...Gravatar lu_zero2007-06-22
* Unbreak altivecGravatar lu_zero2007-06-21
* Revert r23530.Gravatar voroshil2007-06-21
* Simplify generation of CPU-extensions HAVE_ and ENABLE_ definesGravatar reimar2007-06-19
* Simplify generation of ARCH_ and corresponding ENABLE_ definesGravatar reimar2007-06-19
* Add an optional third parameter to ff_config_enable in preparationGravatar reimar2007-06-19
* Allow to disable x86 cpu extensions (e.g, via --disable-sse) even withGravatar reimar2007-06-19
* Compilation fix: define some ENABLE needed by lavcGravatar rtogni2007-06-16
* Add HAVE_ Makefile variables needed by ffmpegGravatar reimar2007-06-16
* Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.Gravatar reimar2007-06-16
* Do not allow to compile gui without PNG decoder in libavcodec.Gravatar cehoyos2007-06-13
* Teletext support for tv:// (v4l and v4l2 only)Gravatar voroshil2007-06-10
* Simplify addition of -Wdeclaration-after-statement to CFLAGS.Gravatar cehoyos2007-06-08
* Support icc 10.0.Gravatar cehoyos2007-06-08
* Cosmetics: Fix indentation after last commit.Gravatar cehoyos2007-06-08
* Add -Wdeclaration-after-statement etc. only to gcc.Gravatar cehoyos2007-06-08
* Compile C++ files with the same compiler as all other files.Gravatar cehoyos2007-06-08
* Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.Gravatar cehoyos2007-06-07
* in vidix check protect [A-Z] and [a-z] with single quotes as in other checks;...Gravatar nicodvb2007-06-07
* Add -Wno-switch to CFLAGS.Gravatar cehoyos2007-06-07
* Fix r23494: It broke gcc 2.95.3Gravatar cehoyos2007-06-07
* Add -Wno-pointer-sign to CFLAGSGravatar cehoyos2007-06-07
* Add -Wall (back) to default CFLAGS.Gravatar diego2007-06-07