]> git.sesse.net Git - ffmpeg/history - configure
Fix #include path, headers from other directories need to have
[ffmpeg] / configure
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
2008-07-12 Måns Rullgårdconfigure: allow !foo as argument to enabled/disabled...
2008-07-09 Måns Rullgårdregenerate dependencies when building object files
2008-07-08 Diego BiurrunAdd FFMPEG_CONFIGURATION to config.mak as well, it...
2008-07-07 Aurelien Jacobscorrect path in *-uninstalled.pc
2008-07-04 Ramiro PollaMLP/TrueHD decoder.
2008-06-25 Ben TaylorCheck for support of -fomit-frame-pointer before adding...
2008-06-25 Diego BiurrunEach dependency file needs to be updated when one of...
2008-06-19 Måns Rullgårdfix dependency generation
2008-06-19 Måns Rullgårdenable version.h to be created from subdirs
2008-06-16 Diego BiurrunGenerate pkg-config files in each library subdirectory...
2008-06-08 Diego BiurrunFix typo in the names of variables assigned to OS-speci...
2008-06-06 Diego BiurrunAdd -Wl,-rpath-link flags for all libraries to LDLATEFLAGS.
2008-06-05 Måns Rullgårdcheck for ARM NEON assembler support
2008-06-05 Måns Rullgårdaccept --cpu=cortex*
2008-06-02 Måns Rullgårdimprove installation path selection
2008-06-02 Diego Biurruncosmetics: Split all path variables into their own...
2008-05-30 Diego Biurruncosmetics: Remove useless backslashes.
2008-05-30 Diego BiurrunImplement a proper configure test for AltiVec vector...
2008-05-30 Diego BiurrunSimplify altivec.h test.
2008-05-30 Diego Biurrun10l: Add useless backslashes in AltiVec CFLAGS test.
2008-05-29 Diego BiurrunSome (Solaris) gcc versions apparently output a comment...
2008-05-29 Anssi HannulaWhen shared libraries are built, make the pkg-config...
2008-05-28 Anssi HannulaDefine private libraries as 'Libs:' when only static...
2008-05-28 Diego BiurrunAdd command line option to set the value of bindir.
2008-05-27 Diego BiurrunRemove unused variable 'prefix' from config.mak.
2008-05-27 Diego BiurrunCall x264 and Xvid libx264 and libxvid in the configure...
2008-05-27 Diego Biurruncosmetics: XviD is now called Xvid.
2008-05-26 Måns RullgårdRevert "Add version information to DLLs."
2008-05-25 Jeremy KolbAdd version information to DLLs.
2008-05-16 Jeremy KolbStore license value in a variable for later use.
2008-05-15 Måns Rullgårdset $logfile before use
2008-05-15 Aurelien Jacobscosmetics: alignment
2008-05-15 Aurelien JacobsAdd a check for bzlib; used in the Matroska demuxer.
2008-05-15 Diego Biurruncosmetics: Add whitespace around redirection operators.
2008-05-13 Måns Rullgårdset temporary filenames before using them
2008-05-13 Ramiro PollaAdd more support for Win64:
2008-05-13 Ramiro PollaMove arch check before OS check.
2008-05-13 JonYUse pkg-config for libschroedinger libs, not only for...
2008-05-12 Ramiro PollaAlso install .lib files with versioned filename.
2008-05-12 JonYCreate .lib files in the subdirs.
2008-05-11 Carl Eugen HoyosAllow icc to compile with optimizations (pentium3,...
2008-05-11 Carl Eugen HoyosSilence useless icc warnings.
2008-05-08 Ramiro PollaCheck for sys/resource.h and include it conditionally.
2008-05-08 Anuradha SuraparajuDisable libdirac decoder if the faster libschroedinger...
2008-05-07 Matthieu CastetWhen compiling with -fmudflap configure fill EXTERN_PRE...
2008-05-06 Anssi HannulaIn pkg-config files, libraries not exposed through...
2008-05-05 Diego Biurruncosmetics: whitespace/order changes, if/then --> &...
2008-05-05 Diego BiurrunMerge both pkg-config creation commands into one.
2008-05-05 Diego BiurrunIn the pkg-config file generation, derive the short...
2008-05-05 Diego BiurrunRemove stray extra parameter from libavutil pkg-config...
2008-05-04 Ramiro PollaFix configure for cross-compilation and --arch=amd64.
2008-05-03 Anuradha SuraparajuAdd Dirac support through libschroedinger.
2008-05-03 Anuradha SuraparajuDirac decoding/encoding support via libdirac.
2008-05-02 Luca BarbatoImport Dirac demuxer/muxer from SoC branch; written...
2008-04-27 Alexander StrangeUse check_cflags for -mdynamic-no-pic so third-party...
2008-04-25 Måns RullgårdRevert "Adjust pkg-config files to include files residi...
2008-04-24 Diego BiurrunAdjust pkg-config files to include files residing in...
2008-04-24 Gianluigi TiesiSupport shared pthreads-win32.
2008-04-20 Måns Rullgårdcheck for ARM VFP support
2008-04-16 Diego BiurrunSet correct value for includedir in pkg-config files.
2008-04-16 Anssi HannulaSet correct value for libdir in pkg-config files.
2008-04-10 Måns Rullgårdremove unused MAKE variable
2008-04-10 Måns Rullgårdcorrect soname for vhooks
2008-04-09 Måns Rullgårdgenerate separate dependency files per object file
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-04-03 Måns Rullgårdreplace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGS
2008-03-31 Diego Biurruncosmetics: alphabetical order for temporary filenames
2008-03-31 Diego BiurrunUse a different filename that ends in .sh for temporary...
2008-03-30 Diego Biurruncosmetics: Write some trivial C test programs in a...
2008-03-30 Diego BiurrunMake MMX2 depend on MMX.
2008-03-28 İsmail DönmezReplace hackish CFLAGS 64 bit test by a proper compilat...
2008-03-27 Diego BiurrunMove CPU detection code after OS-specific settings...
2008-03-25 Måns Rullgårdcombine setting of various configure command line options
2008-03-25 Måns RullgårdRename configure variable PREFIX to prefix
2008-03-25 Måns RullgårdRename configure variable BUILDSUF to build_suffix
2008-03-25 Diego BiurrunClassify mlib as a configurable option, not as a hardwa...
2008-03-25 Diego BiurrunRename --enable-sunmlib option to --enable-mlib.
2008-03-25 Diego Biurruncosmetics: Rename targetos variable to target_os.
2008-03-25 Diego BiurrunRename --cross-compile option to --enable-cross-compile.
2008-03-25 Diego BiurrunInvert logging variable logic so that it works without...
2008-03-25 Diego Biurrun--log=no is now --disable-logging.
2008-03-25 Diego Biurruncosmetics: alphabetical order
next