- 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
-
- 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.
-
- 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
-
- 03 Feb, 2012 2 commits
-
-
Diego Biurrun authored
FFT code only appears in libavcodec, so there is no need to reset the variable when the build templates are instantiated for other libraries.
-
Diego Biurrun authored
-
- 25 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 23 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 13 Dec, 2011 2 commits
-
-
Diego Biurrun authored
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 19 Oct, 2011 2 commits
-
-
Janne Grunau authored
-
Anton Khirnov authored
Fixes make install.
-
- 15 Aug, 2011 1 commit
-
-
Dave Yeo authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 12 Aug, 2011 1 commit
-
-
Anton Khirnov authored
It will be further developed with a few incompatible changes. ffmpeg.c will stay as is for some time, so any scripts using it won't be broken.
-
- 09 Aug, 2011 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 21 Jul, 2011 1 commit
-
-
Mans Rullgard authored
This ensures the linker picks the just built libraries even if LDFLAGS for some reason contains -L flags pointing at other directories containing libav libraries. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 11 Jul, 2011 2 commits
-
-
Mans Rullgard authored
The libs are added to the all target elsewhere, no need to do it again here. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This variable is set to the same value for all directories. Adding the -L flags directly to LDFLAGS is simpler and achieves the same thing. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-