]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - configure
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
[frescor/ffmpeg.git] / configure
2006-07-11 diegoCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-07-11 mrusimplify list processing
2006-07-11 mrutidy up option parsing
2006-07-11 mruanother round of cola, please
2006-07-11 mrulog stderr of test programs in check_exec()
2006-07-11 mrufind all codecs, even the ones with numbers
2006-07-11 mru10l to Diego for disabling all codecs
2006-07-11 diegoSplit CODEC_LIST into ENCODER_LIST AND DECODER_LIST.
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-10 diegoNot every 64 bit SPARC is an UltraSPARC so optimize...
2006-07-10 diego100l: Add missing quotes to FFLDFLAGS in the MinGW...
2006-07-10 diegoMinGW should set FFLDFLAGS and not LDFLAGS so that...
2006-07-10 diegoMove MinGW section before the combination of FFLDFLAGS...
2006-07-10 diegoMove gprof compiler flag handling to configure.
2006-07-10 diegoMove MinGW LDFLAGS setting to configure.
2006-07-10 diegoMove UltraSparc CFLAG addition to configure.
2006-07-09 mru--enable/disable parsers. Warning: some combinations...
2006-07-09 mru10l: make disabling all pcm/adpcm codecs work
2006-07-08 mruenable/disable pcm and adpcm codecs
2006-07-08 michaelset CONFIG_SMALL if user wants small ffmpeg
2006-07-05 mruset CONFIG_ENCODERS/CONFIG_DECODERS only if any encoder...
2006-07-05 diegoRemove obsolete and non-functional support for external...
2006-07-04 mruset flags needed for shared libs on solaris
2006-07-04 mruTry to find a better shell if the one configure was...
2006-07-04 mrusolaris sh doesn't allow functions and variables with...
2006-06-29 mrucompiler sanity check
2006-06-29 mruadd --cross-compile option to assume cross-compilation...
2006-06-29 mrusend output of exec checks to log file
2006-06-29 mrudetect availability of -rdynamic and -export-dynamic
2006-06-29 diego'uname -m' returns IP<number> for MIPS CPUs on IRIX.
2006-06-27 diegoInstall into $PROGRAMFILES instead of a hardcoded path...
2006-06-24 mru-logg needs to be after -lvorbis
2006-06-24 mrufix a silly typo (1l to myself)
2006-06-22 mruenable logging in configure by default, and print some...
2006-06-21 mruallow recent libfaad versions with new function names
2006-06-20 diegoRemove unused VERSION definition from config.mak.
2006-06-17 mrulibfaac uses pascal calling convention on win32 so...
2006-06-17 mruimproved logging tests
2006-06-16 mrutest availability of various compiler flags, and verify...
2006-06-14 mrucheck for SDL_VideoInfo.current_[wh] availability in...
2006-06-10 mru10l to myself for being overzealous with $cross_prefix
2006-06-10 diegoAdd support for GNU/kFreeBSD systems.
2006-06-09 mrudon't use xlib in ffplay, and bump required sdl version
2006-06-01 mruindentation
2006-06-01 mruapply $cross_prefix before $cc is used
2006-06-01 diegolibavcodec/libpostproc ---> libpostproc
2006-06-01 mrumajor cleanup of compiler/library tests
2006-05-30 mrumake configure --whatever --help work as expected
2006-05-30 lucabeInclude the correct video4linux2 header
2006-05-27 diegoAMR URL fixes
2006-05-16 diegoSimplify SLIBNAME_WITH_VERSION and SLIBNAME_WITH_MAJOR.
2006-05-16 gpoirierfix compilation of 3dnowext instinsincs, both on ia32...
2006-05-16 diegoHonor the LDFLAGS environment variable.
2006-05-15 gpoirierAdd an actual 3dnow intrinsinc so the configure script...
2006-05-14 gpoirierAdd 3dnow intrinsic support for AMD64 machines: -march...
2006-05-11 diegoUnconditionally use -lossaudio on NetBSD.
2006-05-11 mruCreate shared libraries using versioned filenames and...
2006-05-06 diegoFurther simplify AMR build.
2006-04-27 diegoamr_nb should disable amr_nb-fixed and vice versa.
2006-04-27 diegoDisentangle dependencies between amr_nb and amr_nb...
2006-04-27 diegocosmetics
2006-04-14 diegoAllow passing CFLAGS through the environment on all...
2006-04-14 diegooutput cosmetics
2006-04-13 lucabeDisable v4l2 is videodev2.h is not "sanitized"
2006-03-28 mruuse sdl-config with $cross_prefix
2006-03-28 mrube nice to syntax highlighting that doesn't understand...
2006-03-24 diegoFix order of operands in lrintf test to make the test...
2006-03-19 diegoEnable ffserver on Darwin, non-AltiVec regression tests...
2006-03-08 corey3DNow! & Extended 3DNow! versions of FFT
2006-02-13 diegoUse != instead of -ne in test invocations for greater...
2006-02-13 diegoRevert unconditional config.h overwriting, it may cause...
2006-02-13 diegoUnconditionally overwrite config.h. The current behavio...
2006-02-13 mrumove common parts of makefiles into common.mak
2006-02-12 diegoMove SRC_PATH out of the conditional, it is always...
2006-02-12 diegoDo not add quotes around SRC_PATH, the quoting has...
2006-02-12 aleximprove video4linux2 detection (without sys/time.h...
2006-02-11 diego10l typo: libdir --> incdir
2006-02-11 diegoAdd incdir to configure.
2006-02-11 diegoSeparate library install into static and shared install...
2006-02-08 diegoAdd video4linux2 detection to configure.
2006-02-06 diegoSome Make variants complain if the LIB variable does...
2006-02-05 diegoFix detection of IPv6 support on Darwin by ensuring...
2006-02-02 michaelos2 thread, network and freetype2 support by (Paul...
2006-02-01 diegovideo4linux2 input support
2006-01-30 diegoOn MinGW it is not possible to build shared and static...
2006-01-24 diegoDisable protocols by default on WinCE, not MinGW.
2006-01-22 diegoWinCE cross-compilation support
2006-01-21 diegoAdd --disable-protocols option to configure to disable...
2006-01-19 diegotypo
2006-01-18 diegoRemove erroneous extralibs line in a --disable option.
2006-01-14 diegoDefine separate version number for libpostproc.
2006-01-14 diegoRemove redundant --enable-shared-pp configure option...
2006-01-14 diegoMove library name generation to configure, simplifies...
2006-01-14 diegoCreate symbolic links for all library sonames and clean...
2006-01-12 diegoMove Darwin shared library build peculiarities to confi...
2006-01-09 reimarCamStudio decoder, only 32 bit lzo mode is tested
2006-01-09 diego--enable-shared-pp should directly enable pp and not...
2006-01-03 diegoSimplify source_path handling, avoids some warnings...
2006-01-03 diegobashism--; Use POSIX-compatible string handling instead.
2006-01-03 diegobashism--;
next