aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
...
* Remove unused definition.Gravatar diego2007-07-21
* Use --static flag for pkg-config if --enable-static was used.Gravatar reimar2007-07-20
* !00l, last commit mixed up "normal" ggi and ggiwmh tests.Gravatar reimar2007-07-20
* Change ggi and SDL tests so that linking problems with --enable-static are moreGravatar reimar2007-07-20
* Remove vo_syncfb, which was unused for 5 years.Gravatar diego2007-07-20
* Rename mga_vid test to make it more descriptive.Gravatar diego2007-07-18
* Restore vo_mga check, it is Linux-only.Gravatar diego2007-07-18
* Remove pointless printing of include and linker paths.Gravatar diego2007-07-17
* Do not test for the existence of device files during configuration,Gravatar diego2007-07-17
* Modify X11 headers check so as not to add /usr/include, the default systemGravatar diego2007-07-17
* Remove /usr/include from the list of places to check for headers,Gravatar diego2007-07-17
* Remove commented-out dynamic linking check.Gravatar diego2007-07-17
* Remove unused scandir() check and fallback implementation.Gravatar diego2007-07-17
* Remove unused ftello() check and fallback implementation.Gravatar diego2007-07-17
* Remove unused fseeko() check and fallback implementation.Gravatar diego2007-07-17
* 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