summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* w32pthreads: always use Vista+ API, drop XP supportwm42018-04-091-8/+11
* configure: Revert some incorrect uses of check_cc()Diego Biurrun2018-03-301-5/+11
* Add Haivision SRT protocolSven Dueking2018-03-281-0/+5
* configure: Drop unused helper function test_cflags_cpp()Diego Biurrun2018-03-271-13/+0
* configure: Simplify vararg checkDiego Biurrun2018-03-261-3/+2
* configure: Add check_x86asm() helper function to simplify some expressionsDiego Biurrun2018-03-261-16/+24
* configure: Use indirection for the -o assembler flag also for x86asmDiego Biurrun2018-03-261-1/+5
* configure: Use a more sensible suffix for x86 assembly tempfilesDiego Biurrun2018-03-261-3/+3
* configure: Document available options for the --toolchain parameterDiego Biurrun2018-03-261-0/+4
* configure: Don't assume a 16 byte aligned stack on BSDs on i386Martin Storsjö2018-03-171-2/+20
* configure: Don't assume an aligned stack on clang on windowsMartin Storsjö2018-03-131-1/+10
* Support AV1 encoding using libaomLuca Barbato2018-03-121-0/+1
* Add AV1 video decoding support through libaomLuca Barbato2018-03-121-0/+4
* configure: Restore original endianness testDiego Biurrun2018-03-081-1/+4
* configure: Add check_as() helper function to simplify some expressionsDiego Biurrun2018-03-071-19/+18
* configure: Add check_ld() helper function to simplify some expressionsDiego Biurrun2018-03-071-3/+11
* configure: Add check_cc/require_cc helper functions to simplify some expressionsDiego Biurrun2018-03-071-37/+34
* configure: Add check_cpp_condition() helper function to simplify some express...Diego Biurrun2018-03-071-12/+26
* configure: Add check_cmd() helper function to simplify some expressionsDiego Biurrun2018-03-071-3/+11
* configure: Use test_ prefix for helper functions that do not set variablesDiego Biurrun2018-03-071-131/+132
* configure: Drop unnecessary variables, shifts, and quotes in helper functionsDiego Biurrun2018-03-071-14/+7
* configure: Fix logic of AMF external library checkDiego Biurrun2018-03-071-5/+1
* configure: Pass the right machine types to dlltool for arm and arm64 mingwMartin Storsjö2018-02-191-0/+4
* Revert "configure: Stop using dlltool to create an import library"Martin Storsjö2018-02-191-1/+8
* configure: Factorize check_64_bit()Diego Biurrun2018-02-061-6/+6
* configure: Simplify restrict keyword handlingDiego Biurrun2018-02-061-6/+7
* configure: Group code that sets the license string with licensing checksDiego Biurrun2018-02-061-11/+12
* Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDKMichael Wootton2018-01-041-0/+10
* lavc: Delete all fake hwaccelsMark Thompson2017-12-191-13/+5
* lavc: Remove register mechanism for hwaccelsMark Thompson2017-12-191-1/+1
* libavcodec: Don't use dllexport, only dllimport when building DLLsMartin Storsjö2017-11-191-1/+1
* makedef: Pass EXTERN_PREFIX from configure to makedefMartin Storsjö2017-11-161-2/+3
* configure: Coalesce some arch configuration and PIC handlingDiego Biurrun2017-11-151-13/+11
* configure: Miscellaneous minor changesDiego Biurrun2017-11-151-9/+8
* configure: fix writing library dependencies to config.shJames Almer2017-11-121-1/+1
* build: Add missing config.sh dependency for pkg-config filesDiego Biurrun2017-11-091-1/+3
* configure: Use right variable and right value for AIX ar flagsDiego Biurrun2017-11-041-1/+1
* Revert "configure: Detect AIX ar command instead of hardcoding it in the OS s...Diego Biurrun2017-11-031-3/+1
* configure: Simplify MIPS instruction set handlingDiego Biurrun2017-11-021-3/+3
* configure: Miscellaneous minor changes to config file handlingDiego Biurrun2017-11-021-12/+12
* configure: Remove unused apply() helper functionDiego Biurrun2017-11-021-6/+0
* configure: Miscellaneous small changes to helper functionsDiego Biurrun2017-11-021-6/+7
* configure: Stop using dlltool to create an import libraryMartin Storsjö2017-10-301-8/+1
* configure: Drop support for legacy PGI compilerDiego Biurrun2017-10-251-19/+0
* build: Drop support for legacy TI ARM compilerDiego Biurrun2017-10-251-58/+0
* configure: Add config option for libva2 (VAAPI 1)Mark Thompson2017-10-241-0/+5
* configure: Group system feature variables and system libraries togetherDiego Biurrun2017-10-221-11/+19
* configure: Bail out early if neither static nor shared libs are builtDiego Biurrun2017-10-191-11/+11
* configure: Move enabling libc_type into probe_libc() functionDiego Biurrun2017-10-191-2/+1
* configure: Set the default assembler to armasm64 for MSVC for arm64Martin Storsjö2017-10-181-0/+3
OpenPOWER on IntegriCloud