]> git.sesse.net Git - ffmpeg/history - configure
Check for sys/mman.h and set appropriate definitions.
[ffmpeg] / configure
2008-03-19 Alexander StrangeCheck for sys/mman.h and set appropriate definitions.
2008-03-18 Alexander StrangeCheck for and set HAVE_MMX2, it is used in several...
2008-03-18 Michael Kostylevfix extern prefix detection when cross compiling.
2008-03-18 Måns Rullgårdfix extern prefix detection on mingw
2008-03-18 Måns Rullgårdcheck for prefix on extern symbols in configure
2008-03-17 Diego BiurrunFix previously broken x86_64 check, simplifying it...
2008-03-17 Diego BiurrunFix previously broken xlc checks, simplifying them...
2008-03-17 Diego BiurrunDrop unnecessary subshell invocation from BEINCLUDES...
2008-03-17 Diego BiurrunAdd -q to grep invocation where appropriate.
2008-03-16 Diego BiurrunEscape \1 and \2 in sed expressions written to config...
2008-03-16 Diego BiurrunReturn of the living typo II: VHOOKDEPEND_CMD --> VHOOK...
2008-03-16 Diego Biurrun10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.
2008-03-15 Måns Rullgårdfix DEPEND_CMD for out of tree builds
2008-03-15 Diego BiurrunProperly check for AltiVec CFLAGS instead of guessing...
2008-03-15 Diego BiurrunOnly check for altivec.h when not using Apple gcc and...
2008-03-15 Diego Biurruncosmetics: Reformat Apple cc check.
2008-03-13 Måns Rullgårdnew attempt at portable endian test
2008-03-13 Måns Rullgårdhopefully portable endian test
2008-03-12 Diego BiurrunMove dependency generation commands into configure.
2008-03-12 Alexander StrangeFix configure to properly build without PIC by default...
2008-03-12 Diego BiurrunUse proper library versions instead of SPPVERSION in...
2008-03-10 Diego BiurrunClarify comment.
2008-03-10 Diego BiurrunRename --enable-swscaler --> enable-swscale to be consi...
2008-03-08 Ramiro PollaVFW capture support
2008-03-08 Diego BiurrunRename pp variable to postproc for consistency.
2008-03-08 Måns Rullgårdcheck for x86 bswap instruction
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-05 Måns Rullgårdsimplify processing of some --disable-* options
2008-03-05 Aurelien Jacobsremove some unneeded artificial dependencies from configure
2008-03-03 Måns RullgårdFix endian test with grep not handling non-text files
2008-03-03 Måns Rullgårdremove unnecessary backslashes
2008-03-03 Vitor SessakFix libavfilter compilation and make it more in line
2008-03-03 Ramiro PollaForce DOS users to enable memalign hack when needed,
2008-03-03 Benjamin LarssonSupport setting the debuglevel (-g level) with --enable...
2008-03-02 Ramiro PollaUse "disable" helper function
2008-03-01 İsmail DönmezDo not add deprecated -no-cpp-precomp to CFLAGS on...
2008-02-27 Diego BiurrunAdd empty line in output to increase readability.
2008-02-27 Måns Rullgårdcheck for inline asm support
2008-02-27 Måns Rullgårdfix version in libavfilter.pc
2008-02-27 Måns Rullgårdfix versions in .pc files
2008-02-27 Måns Rullgårdfix libavfilter version extraction
2008-02-26 Michael NiedermayerMake gcc ignore the distinction between +0.0 and -0...
2008-02-26 Måns Rullgårdprint enabled things in columns
2008-02-26 Vitor Sessak10l, alphabetic ordering
2008-02-26 Vitor SessakBuild system changes for libavfilter addition. Add...
2008-02-26 Måns Rullgårdsimplify version number extraction
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-26 Michael Niedermayer25% faster floating point AAN IDCT.
2008-02-26 Peter RossDisable vhook on Interix, patch by Pete Ross, pross...
2008-02-25 Måns RullgårdInstall headers in $prefix/include/$libname
2008-02-22 Diego BiurrunAdd -lm to x264 check, it is needed on most systems.
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-17 Måns Rullgårdprettify lib* version number extraction
2008-02-17 Måns Rullgårdprettify encoder/decoder/muxer/... list extraction
2008-02-16 Mike FrysingerThe Blackfin toolchains will automatically select FDPIC...
2008-02-16 Måns Rullgårddo not run ldconfig after installing shared libraries
2008-02-13 Luca AbeniInclude poll.h instead of sys/poll.h
2008-02-11 Diego BiurrunDo not use ranges with tr, the results are locale-depen...
2008-02-03 Michael NiedermayerWarn if a comparison is always true or always false...
2008-02-03 Michael NiedermayerMake string constants const. Why is this not default?
2008-02-02 Diego BiurrunRemove -Werror= CFLAGS that do not have the desired...
2008-02-01 Michael NiedermayerMixing declarations and statements is an error, so...
2008-02-01 Michael NiedermayerWarn about casts which remove const.
2008-01-29 Diego BiurrunPass argc and argv to the main function of the SDL...
2008-01-26 Diego BiurrunAdd -pthread to extralibs and not to ldflags so that...
2008-01-26 Diego BiurrunAdd a --enable-nonfree command line parameter similar...
2008-01-26 Diego BiurrunDo not group libamr_nb and libamr_wb together as libamr.
2008-01-18 Michael KostylevAdd system-specific network link flags to inet_aton...
2008-01-16 KO Myung-HunUse check_lib2 instead of check_lib in SDL test. This...
2008-01-16 Igor Mozolevskypentium4m is a valid CPU name, add it to the list.
2008-01-16 Diego BiurrunMove "Creating config.mak and config.h..." message...
2008-01-12 Måns Rullgårdrefer users to ffmpeg-user list in case of errors
2008-01-11 Alessandro SappiaAdding support for libdc1394 v.2, patch by Alessandro...
2008-01-07 Roberto TogniMove printing of the license status at the end of confi...
2008-01-04 Aurelien Jacobsimprove CRC API
2008-01-04 Luca AbeniSplit the RTP demuxing functions out of rtp.c, to simpl...
2008-01-03 Luca AbeniRationalize some dependencies between rtsp and rtp
2008-01-01 Dave YeoAdd portable way to check for the existence of definiti...
2007-12-27 Michael KostylevCheck for the presence of llrint(), lrint(), round...
2007-12-27 Michael KostylevCheck for the presence of sys/select.h and conditionall...
2007-12-24 Michael Kostylevdjgpp port, first part
2007-12-17 Diego Biurrundv1394 depends on dv_demuxer, fixes linking with demuxe...
2007-12-17 Diego BiurrunRemove unnecessary system include path from pkg-config...
2007-12-12 Måns RullgårdRevert r11202: do not create copy relocations when...
2007-12-11 Måns Rullgårddo not create copy relocations when linking to shared...
2007-12-06 Diego BiurrunAdd --list-indevs and --list-outdevs command line options.
2007-12-06 Diego BiurrunAdd --disable-devices to --help output.
2007-12-06 Diego BiurrunAdd input and output devices to configure output.
2007-12-06 Diego BiurrunRemove unnecessary quotes.
2007-12-05 Dave YeoOS/2 support restored in cleaner form.
2007-12-04 Måns Rullgårduse -Bsymbolic linker flag if supported
2007-12-03 Panagiotis IssarisAdd a --disable-devices flag which disables all muxers...
2007-11-23 Diego BiurrunFix out of tree builds after introduction of libavdevice.
2007-11-23 Diego Biurruncosmetics: Consistently indent with 4 spaces, break...
2007-11-23 Luca AbeniFix the creation of alldevices.c (create it without...
2007-11-22 Luca AbeniIntroduce libavdevice
2007-11-20 Diego Biurrunmain() --> main(void)
2007-11-20 Diego Biurrunwhitespace consistency cosmetics
2007-11-12 Baptiste Coudurierremove now useless libogg support
2007-11-08 Aurelien Jacobsfix libogg muxer dependency checking
next