summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: allow non-standard variations of linker -l/-L flagsMans Rullgard2012-08-291-1/+1
* build: export filtered -lz flag in config.makMans Rullgard2012-08-281-1/+1
* build: add separate setting for host linkerMans Rullgard2012-08-281-1/+1
* build: Use portable abstraction for linker/hostcc output file syntaxDiego Biurrun2012-08-271-2/+2
* build: add HOSTOBJS to SUBDIR_VARS listDiego Biurrun2012-08-091-1/+1
* build: cosmetics: Reorder some lists in a more logical fashionDiego Biurrun2012-08-081-4/+5
* avconv: split configuring filter configuration to a separate file.Anton Khirnov2012-08-081-1/+1
* avconv: split option parsing into a separate file.Anton Khirnov2012-08-081-0/+1
* build: change checkheaders to use regular build rulesMans Rullgard2012-08-071-2/+2
* build: add trailing / to yasm/nasm -I flagsMans Rullgard2012-08-071-1/+1
* build: generalise rules and variable settings for av* programsMans Rullgard2012-08-061-5/+12
* build: support non-standard replacements for -c flagMans Rullgard2012-07-281-1/+1
* build: Use portable compiler flag constructs in header compilation ruleDiego Biurrun2012-07-281-1/+1
* build: Rename YASMDEP variable to DEPYASM for consistencyDiego Biurrun2012-07-281-1/+1
* build: use COMPILE template for HOSTOBJSMans Rullgard2012-07-261-1/+1
* build: do full flag handling for all compiler-type toolsMans Rullgard2012-07-261-4/+5
* build: Drop gcc-specific warning flag from header compilation ruleDiego Biurrun2012-07-221-1/+1
* build: Add 'check' target to run all compile and test targets.Diego Biurrun2012-05-151-1/+3
* Add libavresampleJustin Ruggles2012-04-241-1/+2
* build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-121-1/+2
* build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-261-1/+1
* build: prettyprinting cosmeticsDiego Biurrun2012-03-261-3/+4
* Generate manpages for AV{Format,Codec}Context AVOptions.Anton Khirnov2012-03-201-1/+1
* Remove libpostproc.Diego Biurrun2012-02-231-2/+1
* build: Drop YASM-OBJS-FFT from SUBDIR_VARS.Diego Biurrun2012-02-031-1/+1
* build: Drop unused X86-OBJS variable.Diego Biurrun2012-02-031-1/+1
* build: Automatically include architecture-specific library Makefile snippets.Diego Biurrun2012-01-251-0/+1
* Remove ffmpeg.Anton Khirnov2012-01-231-2/+1
* build: rename subdir.mak ---> library.makDiego Biurrun2011-12-131-1/+1
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-131-0/+1
* presets: rename presets directoryJanne Grunau2011-10-191-1/+1
* Makefile: change presets extension to .avpresetAnton Khirnov2011-10-191-1/+1
* Fix NASM include directiveDave Yeo2011-08-151-1/+1
* Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-121-1/+2
* Rename ffserver to avserver.Anton Khirnov2011-08-091-3/+3
* Rename ffprobe to avprobe.Anton Khirnov2011-08-091-2/+2
* Rename ffplay to avplay.Anton Khirnov2011-08-091-4/+4
* build: add -L flags before existing LDFLAGSMans Rullgard2011-07-211-3/+3
* build: remove unnecessary dependency on libs from 'all' targetMans Rullgard2011-07-111-1/+1
* build: remove unnecessary FFLDFLAGS variableMans Rullgard2011-07-111-3/+3
* build: rework rules for things in the tools dirMans Rullgard2011-07-101-13/+8
* build: Remove deleted 'check' target from .PHONY list.Diego Biurrun2011-07-041-1/+1
* build: Eliminate obsolete test targets.Diego Biurrun2011-06-301-2/+0
* build: fix creation of tools dir with make 3.81Mans Rullgard2011-06-291-2/+5
* build: Mark all-yes Makefile target as phony.Diego Biurrun2011-06-291-1/+1
* build: create output directories as neededMans Rullgard2011-06-291-1/+6
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-281-4/+4
* build: factor out the .c and .S compile commands as a macroMans Rullgard2011-06-261-4/+11
* build: remove SRC_PATH_BARE variableMans Rullgard2011-06-231-13/+11
* build: move basic rules and variables to main MakefileMans Rullgard2011-06-231-0/+35
OpenPOWER on IntegriCloud