summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: Allow generating dependencies as a side-effect of assemblingDiego Biurrun2017-03-011-3/+3
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-011-6/+6
* build: Add "build" shorthand target that depends on all compile targetsDiego Biurrun2017-03-011-1/+3
* build: Fine-grained link-time dependency settingsDiego Biurrun2017-03-011-1/+1
* build: Move cli tool sources to a separate subdirectoryDiego Biurrun2017-02-211-50/+4
* build: Separate logic for building examples from that for building avtoolsDiego Biurrun2017-02-211-1/+1
* build: Split logic for building examples off into a separate MakefileDiego Biurrun2017-02-211-2/+2
* build: Drop leftover reference to old EXAMPLES logicDiego Biurrun2017-02-211-1/+1
* Replace cmdutils_common_opts.h by a macroDiego Biurrun2017-01-121-2/+1
* build: Remove stray duplicate conditional variable declarationDiego Biurrun2017-01-121-2/+0
* build: Generate pkg-config files from Make and not from configureDiego Biurrun2016-12-221-2/+1
* build: Store library version numbers in .version filesDiego Biurrun2016-12-221-1/+1
* build: Move build-system-related helper files to a separate subdirectoryDiego Biurrun2016-12-221-9/+10
* build: Use _extralibs variable names instead of _libs everywhereDiego Biurrun2016-12-091-1/+1
* build: Ensure that the "all" target appears before all Makefile includesDiego Biurrun2016-12-071-0/+3
* build: Move entries related to building TOOLS to a subdirectory MakefileDiego Biurrun2016-12-071-7/+1
* build: Warn that reconfiguration is necessary if version.h files changedDiego Biurrun2016-12-071-1/+2
* build: Add EXTRALIBS to TOOLS linker commandDiego Biurrun2016-12-051-1/+1
* Remove Plan 9 supportDiego Biurrun2016-12-031-2/+2
* build: Hardcode avversion.h dependencyDiego Biurrun2016-10-271-0/+1
* Makefile: fix checking whether reconfiguring is requiredAnton Khirnov2016-10-211-1/+6
* build: Add VSX-OBJS to SUBDIR_VARSDiego Biurrun2016-10-181-1/+1
* build: Drop duplicate asm recipeDiego Biurrun2016-10-171-0/+5
* build: Simplify postprocessing of linker version script filesDiego Biurrun2016-05-291-3/+0
* build: Change structure of the linker version script templatesDiego Biurrun2016-05-291-3/+1
* build: Print a message when generating version scriptsDiego Biurrun2016-05-291-2/+2
* build: Ignore generated mapfile and remove it on distcleanDiego Biurrun2016-05-271-1/+1
* Generate the lists of enabled protocols/bsfs from configure.Anton Khirnov2016-04-191-1/+2
* build: miscellaneous cosmeticsDiego Biurrun2016-04-071-4/+5
* avconv: VAAPI hwcontext initialisation and hwaccel helperMark Thompson2016-03-301-0/+1
* configure: ObjC supportLuca Barbato2015-11-261-0/+7
* avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov2015-10-161-0/+1
* build: add Solaris symbol versioningSean McGovern2015-10-111-1/+3
* checkasm: Always link staticallyLuca Barbato2015-07-211-0/+1
* lavu: add an API function to return the Libav version stringwm42015-07-021-3/+3
* configure: add support for neon intrinsicsJanne Grunau2014-07-211-0/+1
* build: Support executable only ldflagsLuca Barbato2014-07-211-2/+2
* Remove avserver.Anton Khirnov2014-06-181-2/+1
* build: add avresample after avcodec to FFLIBSJanne Grunau2014-05-151-5/+6
* avconv: Support VDA hwaccelAnton Khirnov2014-05-111-0/+1
* configure: rework dxva in avconv handlingAnton Khirnov2014-04-281-1/+1
* avconv: add support for DXVA2 decodingHendrik Leppkes2014-04-281-0/+1
* aarch64: add armv8 CPU flagJanne Grunau2014-04-061-1/+1
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-131-2/+1
* build: Add rule for building host-specific object filesDiego Biurrun2013-12-021-0/+3
* build: Add shorthand for HOSTCC compile macroDiego Biurrun2013-12-021-0/+1
* Makefile: Fix building programs on systems with a nonempty executable suffixMartin Storsjö2013-11-261-2/+2
* build: Integrate multilibrary examples into the build systemDiego Biurrun2013-11-251-1/+2
* build: Separate building programs linking against libav* from building av*Diego Biurrun2013-11-251-18/+20
* avconv: add support for VDPAU decodingAnton Khirnov2013-11-231-1/+4
OpenPOWER on IntegriCloud