- 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>
-
- 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>
-
- 15 Sep, 2012 1 commit
-
-
Mans Rullgard authored
Previously, object files in, for example, compat/ were left after a clean or distclean was run. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 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 1 commit
-
-
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 2 commits
-
-
jamal authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by:
jamal <jamrial@gmail.com> Author of the hunk: Mans Rullgard <mans@mansr.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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>
-
jamal authored
checkheaders wasn't creating folders as needed, so if it was run immediately after the configure script it would fail as soon as it tried to compile headers inside the ARCH folders. Signed-off-by:
Alexander Strasser <eclipse7@gmx.net>
-
- 30 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Based on code by: carl Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Jul, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 05 May, 2012 1 commit
-
-
Diego Biurrun authored
-
- 12 Apr, 2012 1 commit
-
-
Diego Biurrun authored
-
- 05 Dec, 2011 1 commit
-
-
Reimar Döffinger authored
Adds --enable-coverage to configure and a "coverage-html" make target. The dependency stuff in the Makefile is a bit questionable, but the best I could think of so far. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 22 Oct, 2011 1 commit
-
-
Mans Rullgard authored
This allows commands of the form "make foo.s", which is useful for inspecting the compiler output for debugging purposes. Signed-off-by:
Mans Rullgard <mans@mansr.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Sep, 2011 1 commit
-
-
Michael Niedermayer authored
Similar to libswscale this does resampling and format convertion, just for audio instead of video. changing sampling rate, sample formats, channel layouts and sample packing all in one with a very simple public interface. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Jul, 2011 1 commit
-
-
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>
-
- 10 Jul, 2011 2 commits
-
-
Diego Biurrun authored
This reduces startup latency for make invocations, which is especially noticeable on systems that are slow or have slow I/O, like Windows.
-
Mans Rullgard authored
Declaring tools associated with each library in their respective makefiles allows these tools to easily depend on the correct prerequisites and link against the libs they need. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 29 Jun, 2011 2 commits
-
-
Reimar Döffinger authored
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 28 Jun, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 25 Jun, 2011 2 commits
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 24 Jun, 2011 3 commits
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
-
Reimar Döffinger authored
This reverts commit bb524924. This is necessary to allow running "make" in subdirs again. Conflicts: Makefile
-
- 23 Jun, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 14 Jun, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 08 Jun, 2011 1 commit
-
-
Michael Niedermayer authored
This reverts commit b9c6c7cb. It appears this caused the .o files to be deletec under some circumstances.
-
- 07 Jun, 2011 1 commit
-
-
Mans Rullgard authored
This target was added to prevent some files being deleted by make when using chains of implicit rules. This is no longer required. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 06 Jun, 2011 4 commits
-
-
Mans Rullgard authored
This removes nonexisting targets from phony lists and puts them all in one place. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This dependency is implicitly covered elsewhere. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
CFLAGS-yes is never set so this serves no purpose. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 29 May, 2011 1 commit
-
-
Mans Rullgard authored
This variable is unnecessary as absolute paths are not required. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 31 Mar, 2011 1 commit
-
-
Michael Niedermayer authored
People did not like this change. This reverts commit e0be794a.
-