]> git.sesse.net Git - ffmpeg/history - configure
Remove unreachable else clause, found by dark shikari.
[ffmpeg] / configure
2008-12-17 Marc MasonCheck function prototype in check_asm function to avoid...
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-12-15 Diego BiurrunAdd xvmc configure support.
2008-12-14 Reinhard TartlerFix the use of Requires.private and Libs.private in...
2008-12-13 Måns Rullgårdconfigure: fix $nm
2008-12-13 Reimar DöffingerAllow setting a different nm binary from the configure...
2008-12-13 Diego BiurrunMake mips64 a separate arch with fast_64bit.
2008-12-13 Diego BiurrunAdd mips64 to the architecture list.
2008-12-13 Diego BiurrunAdd alternative names for sh4 and parisc architectures.
2008-12-13 Reimar DöffingerRemove OpenBSD SLIBNAME magic, it seems unnecessary...
2008-12-12 Reimar DöffingerAlso include sys/types.h when testing for socklen_t...
2008-12-12 Måns Rullgårdconfigure: clean up .align detection
2008-12-07 Ramiro Pollamingw: update w32api to 3.13
2008-11-30 Ramiro Pollaconfigure: vertical alignment cosmetics.
2008-11-30 Ramiro Pollaconfigure: Use check_lib2 for bzlib.
2008-11-26 Diego BiurrunAutomatically check the dependencies for the AAN DCT...
2008-11-23 Måns Rullgårdconfigure: set TARGET_EXEC and TARGET_PATH
2008-11-23 Måns Rullgårdconfigure: set HOSTCC to native compiler
2008-11-23 Måns Rullgårdconfigure: simplify set_default function
2008-11-17 Diego BiurrunAdd a Makefile variable for the old scaler that gets...
2008-11-17 Diego BiurrunAdd missing options to the help output.
2008-11-17 Diego Biurruncosmetics: Move some options to more sensible places...
2008-11-17 Diego BiurrunMove zlib/bzlib options to the external library section...
2008-11-17 Diego Biurrunspelling and wording cosmetics for the help output
2008-11-17 Charles YatesTake build_suffix into account in pkg-config files.
2008-11-17 Diego BiurrunPrint just [no] or [yes] in the help output instead...
2008-11-16 Stefano SabatiniMake the library names for the require checks more...
2008-11-08 Stefano SabatiniAdd checks on the _mingw.h and w32api.h versions.
2008-11-01 Dominik MierzejewskiEnable CMOV usage on x86_64 arch. All x86_64 CPUs have it.
2008-10-27 Baptiste Couduriersvq3 decoder may need zlib
2008-10-25 Aurelien Jacobsenable zlib and bzlib only when useful
2008-10-25 Måns RullgårdAdd CONFIG_GOLOMB and auto-select when needed
2008-10-25 Måns RullgårdAuto-enable CONFIG_MDCT when needed
2008-10-25 Måns RullgårdAC3 encoder doesn't need FFT
2008-10-25 Diego BiurrunMove declaration of mlp decoder dependency on mlp parse...
2008-10-24 Måns RullgårdBuild MMX/SSE FFT only if CONFIG_FFT is set
2008-10-24 Måns RullgårdDCA decoder needs FFT
2008-10-24 Måns Rullgårdconfigure: add foo_suggest facility
2008-10-24 Måns Rullgårdconfigure: add enable_weak and disable_weak
2008-10-24 Måns Rullgårdconfigure: allow recursive foo_select options
2008-10-24 Måns RullgårdAuto-enable CONFIG_FFT for codecs that need it
2008-10-24 Måns Rullgårdconfigure: cosmetics
2008-10-24 Måns Rullgårdconfigure: add foo_select facility
2008-10-24 Måns Rullgårdconfigure: fix disabled_any to return false for empty...
2008-10-24 David ConradSpeex decoding via libspeex
2008-10-22 Diego Biurruncosmetics: Leave out quotes from libdirac pkg-config...
2008-10-21 Måns RullgårdARM: allow --cpu=armvN in configure
2008-10-21 Måns RullgårdAllow target name on every line in dependency postproce...
2008-10-21 Måns RullgårdDo not add $cross_prefix to compiler name given with...
2008-10-21 Måns Rullgårdconfigure: fix handling of option arguments containing...
2008-10-19 Måns Rullgårdfix configure with libx264 disabled
2008-10-19 Stefano SabatiniRemove the ugly and unnecessary require_cpp_condition...
2008-10-19 Stefano SabatiniMake more clear the error message for the libx264 versi...
2008-10-18 Diego Biurruncosmetics: Save some backslashes.
2008-10-16 Diego BiurrunRemove -fasm CFLAGS check, it is no longer needed.
2008-10-16 Diego BiurrunUpdate DEPEND_CMD comment to better explain why we...
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-12 Måns RullgårdEnable FAST_UNALIGNED on ARM variants that support it
2008-10-12 Måns RullgårdEnable FAST_UNALIGNED on PPC
2008-10-12 Måns RullgårdRevert "Replace sed trickery in the gcc dependency...
2008-10-12 Måns Rullgårdconfigure: simplify PPC dcbzl check
2008-10-12 Carl Eugen HoyosDon't include byteswap.h anymore.
2008-10-12 Diego BiurrunReplace sed trickery in the gcc dependency generation...
2008-10-12 Stefano SabatiniFix inconsistent indent.
2008-10-12 Diego BiurrunRevert the merger of LC_ALL declaration and export.
2008-10-12 Stefano SabatiniCheck requirement for libx264 version in configure...
2008-10-12 Stefano SabatiniImplement CPP condition check support in configure.
2008-10-10 Ramiro PollaOnly special-case absolute DOS paths on systems that...
2008-10-09 Stefano SabatiniMake configure --help return 0.
2008-10-09 Stefano SabatiniDocument libavfilter filters options in configure -h.
2008-10-06 Diego BiurrunRemove obsolete liba52 wrapper code.
2008-10-04 Diego BiurrunMerge variable declaration and export.
2008-10-03 Diego PettenòStop Sun Studio from issuing a warning during configure...
2008-10-02 Diego BiurrunUpdate copyright years.
2008-10-02 Diego BiurrunGlobally set LC_ALL=C to prevent locale issues from...
2008-09-28 Diego Pettenòfix -uninstalled.pc includedir for out-of-tree builds
2008-09-26 Diego BiurrunAdd support for passing a version string to configure...
2008-09-26 Diego Biurrunwhitespace cosmetics
2008-09-23 Diego BiurrunAdd MIPS to list of architectures requiring PIC flags.
2008-09-21 BradV4L2 support for OpenBSD, patch by Brad, brad comstyle com
2008-09-20 Diego BiurrunRename check_func2 to check_func_headers.
2008-09-02 Justin Rugglesadd a separate line in Makefile for E-AC-3 decoder...
2008-08-16 David ConradUse correct asm object type and necessary -DPIC for...
2008-08-14 Michael NiedermayerAdd -fasm and -std=c99 when supported.
2008-08-14 Diego BiurrunCheck for sys/select.h and poll.h unconditionally,...
2008-08-14 Michael NiedermayerAdd -D_POSIX_C_SOURCE=200112 to cflags.
2008-08-14 Michael NiedermayerRemove unneeded whitespace and quotes from -D_ISOC99_SO...
2008-08-13 Michael NiedermayerChange _ISOC9X_SOURCE to _ISOC99_SOURCE.
2008-08-13 Michael NiedermayerMove -D_ISOC9X_SOURCE to configure so its available...
2008-08-13 Carl Eugen HoyosShow result of yasm test.
2008-08-11 Loren Merrittyasm buildsystem
2008-08-01 Diego BiurrunExplain the difference between HAVE_LIST and CONFIG_LIS...
2008-08-01 Diego BiurrunOnly check for socklen_t if network support is enabled.
2008-07-24 Diego BiurrunRemove AltiVec vector declaration compiler compatibilit...
2008-07-21 Stefano SabatiniMake configure --help document the --enable-debug option.
2008-07-21 Diego BiurrunMove --disable-debug to a better place within configure...
2008-07-17 Diego BiurrunReplace LDLATEFLAGS hackery by proper LDFLAGS tests.
2008-07-15 Måns RullgårdARM: disable use of system byteswap.h
2008-07-13 Diego BiurrunAdd parisc* to the list of architectures requiring...
2008-07-12 Måns Rullgårdconfigure: simplify negative dependencies
next