summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* 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
* presets: rename presets directoryJanne Grunau2011-10-19
* Makefile: change presets extension to .avpresetAnton Khirnov2011-10-19
* Fix NASM include directiveDave Yeo2011-08-15
* Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-12
* Rename ffserver to avserver.Anton Khirnov2011-08-09
* Rename ffprobe to avprobe.Anton Khirnov2011-08-09
* Rename ffplay to avplay.Anton Khirnov2011-08-09
* build: add -L flags before existing LDFLAGSMans Rullgard2011-07-21
* build: remove unnecessary dependency on libs from 'all' targetMans Rullgard2011-07-11
* build: remove unnecessary FFLDFLAGS variableMans Rullgard2011-07-11
* build: rework rules for things in the tools dirMans Rullgard2011-07-10
* build: Remove deleted 'check' target from .PHONY list.Diego Biurrun2011-07-04
* build: Eliminate obsolete test targets.Diego Biurrun2011-06-30
* build: fix creation of tools dir with make 3.81Mans Rullgard2011-06-29
* build: Mark all-yes Makefile target as phony.Diego Biurrun2011-06-29