aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2017-11-14Makefile: fix distclean targetJames Almer
2017-11-09build: Remove pkg-config files on clean instead of on distcleanDiego Biurrun
2017-11-09build: Add uninstall-pkgconfig target to match install-lib*-pkgconfigDiego Biurrun
2017-10-19build: Delete compiler-generated compat files on 'make clean'Diego Biurrun
2017-03-01build: Allow generating dependencies as a side-effect of assemblingDiego Biurrun
2017-03-01build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-03-01build: Add "build" shorthand target that depends on all compile targetsDiego Biurrun
2017-03-01build: Fine-grained link-time dependency settingsDiego Biurrun
2017-02-21build: Move cli tool sources to a separate subdirectoryDiego Biurrun
2017-02-21build: Separate logic for building examples from that for building avtoolsDiego Biurrun
2017-02-21build: Split logic for building examples off into a separate MakefileDiego Biurrun
2017-02-21build: Drop leftover reference to old EXAMPLES logicDiego Biurrun
2017-01-12Replace cmdutils_common_opts.h by a macroDiego Biurrun
2017-01-12build: Remove stray duplicate conditional variable declarationDiego Biurrun
2016-12-22build: Generate pkg-config files from Make and not from configureDiego Biurrun
2016-12-22build: Store library version numbers in .version filesDiego Biurrun
2016-12-22build: Move build-system-related helper files to a separate subdirectoryDiego Biurrun
2016-12-09build: Use _extralibs variable names instead of _libs everywhereDiego Biurrun
2016-12-07build: Ensure that the "all" target appears before all Makefile includesDiego Biurrun
2016-12-07build: Move entries related to building TOOLS to a subdirectory MakefileDiego Biurrun
2016-12-07build: Warn that reconfiguration is necessary if version.h files changedDiego Biurrun
2016-12-05build: Add EXTRALIBS to TOOLS linker commandDiego Biurrun
2016-12-03Remove Plan 9 supportDiego Biurrun
2016-10-27build: Hardcode avversion.h dependencyDiego Biurrun
2016-10-21Makefile: fix checking whether reconfiguring is requiredAnton Khirnov
2016-10-18build: Add VSX-OBJS to SUBDIR_VARSDiego Biurrun
2016-10-17build: Drop duplicate asm recipeDiego Biurrun
2016-05-29build: Simplify postprocessing of linker version script filesDiego Biurrun
2016-05-29build: Change structure of the linker version script templatesDiego Biurrun
2016-05-29build: Print a message when generating version scriptsDiego Biurrun
2016-05-27build: Ignore generated mapfile and remove it on distcleanDiego Biurrun
2016-04-19Generate the lists of enabled protocols/bsfs from configure.Anton Khirnov
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-03-30avconv: VAAPI hwcontext initialisation and hwaccel helperMark Thompson
2015-11-26configure: ObjC supportLuca Barbato
2015-10-16avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov
2015-10-11build: add Solaris symbol versioningSean McGovern
2015-07-21checkasm: Always link staticallyLuca Barbato
2015-07-02lavu: add an API function to return the Libav version stringwm4
2014-07-21configure: add support for neon intrinsicsJanne Grunau
2014-07-21build: Support executable only ldflagsLuca Barbato
2014-06-18Remove avserver.Anton Khirnov
2014-05-15build: add avresample after avcodec to FFLIBSJanne Grunau
2014-05-11avconv: Support VDA hwaccelAnton Khirnov
2014-04-28configure: rework dxva in avconv handlingAnton Khirnov
2014-04-28avconv: add support for DXVA2 decodingHendrik Leppkes
2014-04-06aarch64: add armv8 CPU flagJanne Grunau
2014-03-13Remove all SPARC architecture optimizationsDiego Biurrun
2013-12-02build: Add rule for building host-specific object filesDiego Biurrun
2013-12-02build: Add shorthand for HOSTCC compile macroDiego Biurrun