- 18 Sep, 2012 1 commit
-
-
Carl Eugen Hoyos authored
warning C4554: '>>' : check operator precedence for possible error; use parentheses to clarify precedence Reviewed-by: Derek Buitenhuis
-
- 17 Sep, 2012 1 commit
-
-
Mans Rullgard authored
This simplifies ensuring proper flags are used when the default is overridden by the system or on the command line. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 Sep, 2012 1 commit
-
-
Derek Buitenhuis authored
MSVC-built binaries should not be stripped. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 14 Sep, 2012 1 commit
-
-
Mans Rullgard authored
Some compilers are extra strict about register usage in main(), disallowing ebp in inline asm there while allowing it elsewhere. This change makes the test better reflect actual usage. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 13 Sep, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 12 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
The headers on netbsd are not fully C99 compatible which leads to multiple definitions of symbols in clang bit not with gcc. AFAIK this has been fixed in netbsd trunk (didnt check though) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Sep, 2012 4 commits
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Martin Storsjö authored
On 64 bit, the stack seems to be aligned enough for our needs. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Carl Eugen Hoyos authored
-
- 10 Sep, 2012 3 commits
-
-
Martin Storsjö authored
The 64 bit cl.exe version 16.00.30319.01 crashes with an internal compiler error on the current check (and thus deduces it isn't supported, even if the actual usage in libavuil/x86/cpu.c works fine), but by assigning the value from the intrinsic to a variable, or returning it, it works fine. This error is fixed in cl.exe version 16.00.40219.01. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
This can come in handy for testing and possibly other purposes.
-
Martin Storsjö authored
Some msvcrt versions (the static 64 bit libc in MSVC 10) have a log2 function, but there is no declaration for it in the headers. Therefore, the normal configure check might find it, but it can fail during build or at runtime, depending on whether implicit function declarations are an error or not. Therefore simply ignore this function on this platform. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Sep, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 Sep, 2012 2 commits
-
-
Derek Buitenhuis authored
Rather than modify the mplayer filter sources, just disable vf_mp if inline assembly is not available. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ronald S. Bultje authored
It is included for the open/read/write/close functions. On MSVC, where this header does not exist, the same functions are provided by io.h, which is already included. On windows, these functions are provided by io.h. Make sure io.h is included if it exists, regardless of the setmode function. Signed-off-by:
Martin Storsjö <martin@martin.st> Conflicts: configure Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Sep, 2012 2 commits
-
-
Michael Niedermayer authored
This reverts commit ba537202. A better implementation has been commited by the same author to qatar Conflicts: configure Found-by:
jamal <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Martin Storsjö authored
The default ones work, but outputs the preprocessed file on stdout (into config.log). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 05 Sep, 2012 8 commits
-
-
Stefano Sabatini authored
Make internal small_strptime() function public, and use it in place of strptime(). This allows to avoid a dependency on strptime() on systems which do not support it. In particular, fix trac ticket #992.
-
Martin Storsjö authored
This disables the following warnings: C4100: unreferenced formal parameter (1035 occurrances) C4214: nonstandard extension used : bit field types other than int (609 occurances) C4996: 'avpriv_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (351 occurrances) Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
Using ranlib is not required but prevents using the libraries with msvc. Signed-off-by:
Mans Rullgard <mans@mansr.com> Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 04 Sep, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Diego Elio Pettenò authored
Signed-off-by:
Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 01 Sep, 2012 1 commit
-
-
jamal authored
yasm generates a warning instead of an error when "CPU amdnop" is not supported, so the check always succeeds. HAVE_CPUNOP as true when the available yasm version doesn't support amdnop doesn't make sense. Check http://fate.ffmpeg.org/log.cgi?time=20120901143315&log=compile&slot=x86_64-archlinux-gcc-oldyasm to see the amount of warnings it generates. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Aug, 2012 5 commits
-
-
Michael Niedermayer authored
needed for avcodec_find_best_pix_fmt2() Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
Stefano Sabatini authored
This filter is based on the MPlayer decimate filter by Rich Felker.
-
Alberto Delmás authored
Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
Mans Rullgard authored
This is necessary to avoid spuriously enabling _external or _inline variants of arch extensions when they should be disabled. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 30 Aug, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 29 Aug, 2012 1 commit
-
-
Mans Rullgard authored
This enables replacing the -l and -L flags used to specify the just-built libraries when linking the tools and shared libs with non-standard syntaxes. System library flags are already handled by the filtering mechanism in configure. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 28 Aug, 2012 3 commits
-
-
Mans Rullgard authored
This is needed to link tools/cws2fws using a linker with non-standard command line syntax. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This adds new HOSTLD and related settings for host linker allowing it to be different from HOSTCC. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Some tools use different command line syntax for specifying output when compiling and linking. To accomodate these, separate variables must be used. No currently supported compilers/linkers are affected by the change. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-