- 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>
-
- 10 Jul, 2011 1 commit
-
-
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>
-
- 04 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 30 Jun, 2011 1 commit
-
-
Diego Biurrun authored
The targets are now part of FATE and can be run as individual FATE targets.
-
- 29 Jun, 2011 3 commits
-
-
Mans Rullgard authored
GNU make 3.81 apparently does not support order-only prerequisites with pattern rules, and thus fails to create the tools directory if it is missing. Naming the objects explicitly in the rule makes it work properly. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun 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>
-
- 26 Jun, 2011 1 commit
-
-
Mans Rullgard authored
These commands have the same form, and using a common macro allows it to be used elsewhere without further duplication. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 23 Jun, 2011 3 commits
-
-
Mans Rullgard authored
Setting SRC_PATH to "." when building in-tree removes the need for a quoted version of the source path since out-of-tree builds are not possible if the pathname contains spaces. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 22 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>
-
- 11 Jun, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Use intermediate targets instead of variables for conditional parts of "all" and "install" targets. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 Jun, 2011 1 commit
-
-
Mans Rullgard authored
This ensures that the special link command using cmdutils.o only applies to the targets it should. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 06 Jun, 2011 3 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
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>
-
- 03 Jun, 2011 1 commit
-
-
Diego Biurrun authored
The --output option is available in texi2html since at least version 1.78.
-
- 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>
-
- 26 May, 2011 1 commit
-
-
Diego Biurrun authored
-
- 18 May, 2011 3 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The ref targets are included in the FATE_[AV]CODEC lists created by configure so they do not need to be listed separately in the makefile. Filter them out when setting dependencies to avoid make warnings about circular deps. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These tests create reference files used for psnr calculation in the other codec tests. Treating them as (mostly) regular tests simplifies the makefile and makes them visible in the fate reports. The latter makes errors in these runs easier to identify. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 03 May, 2011 1 commit
-
-
Reinhard Tartler authored
-