aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Add support for decoding VP8 through libvpx wrapper in FFmpeg.Gravatar diego2010-05-25
* support linking to fribidi without pkg-configGravatar siretart2010-05-24
* make configure use pkg-config for fribidi checksGravatar siretart2010-05-24
* vf_zr requires the lavc MJPEG encoder even when MEncoder has been disabled.Gravatar diego2010-05-14
* Remove duplicate and nonsense libavencoders #define for OpenCORE AMR-WB.Gravatar diego2010-05-14
* Check for termios.h before sys/termios.h.Gravatar diego2010-05-14
* Remove internal liba52 copy.Gravatar diego2010-05-09
* cosmetics: Drop leading underscore from some commonly-used variable names.Gravatar diego2010-05-09
* Fix compilation with old libschroedinger-dev installed.Gravatar cehoyos2010-05-06
* Revert accidental change to default CFLAGS.Gravatar reimar2010-04-30
* Add configure detection for SDL backend for -vo gl.Gravatar reimar2010-04-30
* Fix compilation with gcc 2.95.3 (with --disable-ass).Gravatar cehoyos2010-04-28
* Add llrintf test for FFmpeg.Gravatar diego2010-04-27
* Fix compilation with live555 after libavutil r22965.Gravatar cehoyos2010-04-27
* Remove code to work around bugs in ancient libSDL versions, the code has beenGravatar reimar2010-04-24
* VIDIX only works for Linux on the x86_64 architecture, not on other OSes.Gravatar diego2010-04-22
* Revert obscure hack that disables the malloc.h check on certain BSD platforms.Gravatar diego2010-04-21
* Tell x264 that we aren't going to give it timestamps.Gravatar lorenm2010-04-20
* Generate dependency information as a sideeffect of compilation.Gravatar diego2010-04-06
* Add -MP to dependency command.Gravatar diego2010-04-05
* Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.Gravatar diego2010-04-05
* Remove -O4 from FAAC check, it is in our standard CFLAGS already.Gravatar diego2010-04-04
* Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.Gravatar diego2010-04-04
* cosmetics: prettyprint config.mak somewhatGravatar diego2010-04-04
* Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak.Gravatar diego2010-04-04
* Cosmetics: Fix indentation.Gravatar cehoyos2010-04-02
* Do not try -march=native for icc.Gravatar cehoyos2010-04-02
* Add HAVE_STRERROR_R definition for FFmpeg to config.h.Gravatar diego2010-03-28
* Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.Gravatar diego2010-03-28
* Fix compilation after librtmp support in FFmpeg.Gravatar reimar2010-03-28
* Remove unused OPTFLAGS variable from config.mak.Gravatar diego2010-03-25
* Remove unused MACOSX_BUNDLE config.mak entry.Gravatar diego2010-03-25
* Move some FFmpeg-specific entries to the FFmpeg section of config.mak.Gravatar diego2010-03-25
* Introduce mak_enable function to set variables in config.mak.Gravatar diego2010-03-17
* Rename SGI_MIPS architecture to plain MIPS.Gravatar diego2010-03-17
* Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.Gravatar diego2010-03-17
* Lowercase arch and subarch values.Gravatar diego2010-03-17
* cosmetics: Drop leading underscore from cpuexts variables.Gravatar diego2010-03-17
* Make ff_config_enable work with lowercase values.Gravatar diego2010-03-17
* Split subarch handling off from generic arch handling.Gravatar diego2010-03-17
* Fix compilation after FFmpeg r22569 at least for some architectures.Gravatar cehoyos2010-03-17
* cosmetics: Drop leading underscores from arch variables.Gravatar diego2010-03-17
* Fix compilation after FFmpeg r22565.Gravatar cehoyos2010-03-16
* Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.Gravatar diego2010-03-15
* variable renaming cosmetics: _have_yasm --> have_yasmGravatar diego2010-03-14
* Remove unused MMX_FFT Makefile variable.Gravatar diego2010-03-14
* cosmetics: Simplify _codecsdir setting for MinGW and OS/2.Gravatar diego2010-03-14
* Add -Wstrict-prototypes to CFLAGS.Gravatar diego2010-03-14
* Use menu instead of GUI as example for an internal feature turned on by a flag.Gravatar diego2010-03-14
* Fix compilation after FFmpeg r22522.Gravatar cehoyos2010-03-14