- 23 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 10 Dec, 2012 1 commit
-
-
Mans Rullgard authored
This fixes removal of TOOLS as well as HOSTPROGS declared in the top-level Makefile. The clean target in common.mak needs to be eval'd since the variables used within are reset for each library. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 07 Dec, 2012 1 commit
-
-
Mans Rullgard authored
This is consistent with usual ARM nomenclature as well as with the VFPV3 and NEON symbols which both lack the ARM prefix. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 23 Nov, 2012 1 commit
-
-
Mans Rullgard authored
This is useful for debugging. Dependencies for these files are not generated due to limitations in many compilers. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 30 Oct, 2012 1 commit
-
-
Diego Biurrun authored
This is more consistent with the way we handle C #includes and it simplifies the build system.
-
- 25 Oct, 2012 1 commit
-
-
Martin Storsjö authored
This makes sure the previously always installed public header lzo.h is installed if the LZO functionality is enabled. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 23 Oct, 2012 1 commit
-
-
Mans Rullgard authored
This allows targets to include special objects when linking executables without including them in (shared) libraries. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 16 Oct, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 15 Oct, 2012 1 commit
-
-
Mans Rullgard authored
This avoids repeating cmdutils.o in both the prerequisites and the link command. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 12 Oct, 2012 1 commit
-
-
Diego Biurrun authored
The code fails to compile and is broken beyond repair.
-
- 07 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 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 2 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>
-
- 27 Aug, 2012 1 commit
-
-
Diego Biurrun authored
-
- 26 Aug, 2012 1 commit
-
-
jamal authored
Fixes ticket #1676 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 09 Aug, 2012 1 commit
-
-
Diego Biurrun authored
Even though HOSTOBJS are not referenced directly in subdirectory Makefile snippets right now, robustness requires resetting the variable contents.
-
- 08 Aug, 2012 3 commits
-
-
Diego Biurrun authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 07 Aug, 2012 2 commits
-
-
Mans Rullgard authored
Many compilers need special flags to compile *.h files as regular source code, if they will do so at all. Rather than hoping all compilers will have such a flag and adding mappings for it, create wrapper .c files for test building single headers. This allows using the regular rule for compiling C files without the need for special flags, and it also provides proper dependency tracking for these objects. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
nasm requires a trailing / on paths specified with -I. It does no harm with yasm. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 06 Aug, 2012 1 commit
-
-
Mans Rullgard authored
This simplifies adding extra flags for individual programs and also allows more than one object file per program. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 28 Jul, 2012 3 commits
-
-
Mans Rullgard authored
This allows non-standard replacements for the -c compiler flag. Some compilers use other flags or no flag at all in place of the usual one. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 26 Jul, 2012 2 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This adds a full identification probe of CC, AS, LD and HOSTCC, and sets up correct flags and dependency tracking for each. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 22 Jul, 2012 1 commit
-
-
Diego Biurrun authored
The flag was added to avoid excessive warning spam, but nowadays those warnings no longer occur in such large numbers as to require silencing. Besides, gcc-specific flags do not belong in the Makefiles.
-
- 28 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
checkheaders doesnt pass and noone has even noticed since a very long time. checkheaders is also unmaintained (please add yourself to MAINTAINERS if you want to maintain it) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 11 Jun, 2012 1 commit
-
-
Nedeljko Babic authored
AMR NB and WB decoders are optimized for MIPS architecture. Appropriate Makefiles are changed accordingly. Cnfigure script is changed in order to support optimizations. Optimizations are enabled by default when compiling is done for mips architecture. Appropriate cflags are automatically set. Support for several mips CPUs is added in configure script. New ffmpeg options are added for disabling optimizations. The FFMPEG option --disable-mipsfpu disables MIPS floating point optimizations. The FFMPEG option --disable-mips32r2 disables MIPS32R2 optimizations. The FFMPEG option --disable-mipsdspr1 disables MIPS DSP ASE R1 optimizations. The FFMPEG option --disable-mipsdspr2 disables MIPS DSP ASE R2 optimizations. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Reviewed-by: Vitor Sessak <vitor1001@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 May, 2012 2 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- 15 May, 2012 1 commit
-
-
Diego Biurrun authored
-
- 25 Apr, 2012 1 commit
-
-
Justin Ruggles authored
This is a new library for audio sample format, channel layout, and sample rate conversion.
-
- 12 Apr, 2012 1 commit
-
-
Diego Biurrun authored
-
- 26 Mar, 2012 2 commits
-
-
Diego Biurrun authored
This allows simplifying the Makefiles; it is no longer necessary to register arch subdirectory Makefiles, just putting them in place is enough.
-
Diego Biurrun authored
-
- 20 Mar, 2012 1 commit
-
-
Anton Khirnov authored
-
- 23 Feb, 2012 1 commit
-
-
Diego Biurrun authored
This library does not fit into Libav as a whole and its code is just a maintenance burden. Furthermore it is now available as an external project, which completely obviates any reason to keep it around. URL: http://git.videolan.org/?p=libpostproc.git
-