summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* build: Add rule for building host-specific object filesDiego Biurrun2013-12-02
* build: Add shorthand for HOSTCC compile macroDiego Biurrun2013-12-02
* Makefile: Fix building programs on systems with a nonempty executable suffixMartin Storsjö2013-11-26
* build: Integrate multilibrary examples into the build systemDiego Biurrun2013-11-25
* build: Separate building programs linking against libav* from building av*Diego Biurrun2013-11-25
* avconv: add support for VDPAU decodingAnton Khirnov2013-11-23
* build: Remove redundant OBJS declaration intended for programsDiego Biurrun2013-11-03
* build: Ensure that strip commands are run silentlyDiego Biurrun2013-10-31
* w32pthreads: move from lavc to compat/Anton Khirnov2013-05-24
* Integrate lcov/gcov into LibavReinhard Tartler2013-04-05
* build: Remove configure-generated .config file on distcleanDiego Biurrun2013-03-27
* build: Add proper infrastructure for adding and checking host CPPFLAGSDiego Biurrun2013-02-23
* build: fix 'clean' targetMans Rullgard2012-12-10
* arm: rename ARMVFP config symbol to VFPMans Rullgard2012-12-07
* build: add rules to generate preprocessed source filesMans Rullgard2012-11-23
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* build: Include HEADERS-yes in the HEADERS variableMartin Storsjö2012-10-25
* build: allow targets to specify extra objects to link with executablesMans Rullgard2012-10-23
* build: simplify linking tools with cmdutils.oMans Rullgard2012-10-15
* avcodec: Remove broken MMI optimizationsDiego Biurrun2012-10-12
* build: allow non-standard variations of linker -l/-L flagsMans Rullgard2012-08-29
* build: export filtered -lz flag in config.makMans Rullgard2012-08-28
* build: add separate setting for host linkerMans Rullgard2012-08-28
* build: Use portable abstraction for linker/hostcc output file syntaxDiego Biurrun2012-08-27
* build: add HOSTOBJS to SUBDIR_VARS listDiego Biurrun2012-08-09
* build: cosmetics: Reorder some lists in a more logical fashionDiego Biurrun2012-08-08
* avconv: split configuring filter configuration to a separate file.Anton Khirnov2012-08-08
* avconv: split option parsing into a separate file.Anton Khirnov2012-08-08
* build: change checkheaders to use regular build rulesMans Rullgard2012-08-07
* build: add trailing / to yasm/nasm -I flagsMans Rullgard2012-08-07
* build: generalise rules and variable settings for av* programsMans Rullgard2012-08-06
* build: support non-standard replacements for -c flagMans Rullgard2012-07-28
* build: Use portable compiler flag constructs in header compilation ruleDiego Biurrun2012-07-28
* build: Rename YASMDEP variable to DEPYASM for consistencyDiego Biurrun2012-07-28
* build: use COMPILE template for HOSTOBJSMans Rullgard2012-07-26
* build: do full flag handling for all compiler-type toolsMans Rullgard2012-07-26
* build: Drop gcc-specific warning flag from header compilation ruleDiego Biurrun2012-07-22
* build: Add 'check' target to run all compile and test targets.Diego Biurrun2012-05-15
* Add libavresampleJustin Ruggles2012-04-24
* build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-12
* build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-26
* build: prettyprinting cosmeticsDiego Biurrun2012-03-26
* Generate manpages for AV{Format,Codec}Context AVOptions.Anton Khirnov2012-03-20
* Remove libpostproc.Diego Biurrun2012-02-23
* build: Drop YASM-OBJS-FFT from SUBDIR_VARS.Diego Biurrun2012-02-03
* build: Drop unused X86-OBJS variable.Diego Biurrun2012-02-03
* build: Automatically include architecture-specific library Makefile snippets.Diego Biurrun2012-01-25
* Remove ffmpeg.Anton Khirnov2012-01-23
* build: rename subdir.mak ---> library.makDiego Biurrun2011-12-13
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-13