diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2015-10-08 12:30:51 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-09 13:17:34 +0200 |
commit | 1896ac4abfe2528e3b22a988acf389a7652c3ef6 (patch) | |
tree | 4f36b53c8f342bb9a654763357f14fccbf357ad8 /libavcodec/rl2.c | |
parent | 5e0abf59d8253dc07b80a53238f817b84cb1f2b5 (diff) | |
download | ffmpeg-1896ac4abfe2528e3b22a988acf389a7652c3ef6.tar.gz |
build system: fix dependency generation
When trying to build the binary dct-test under MSYS2/Win64, the
makefile rule does not have the SUBDIR in the target for its
object file.
Consequently, modifications to various include files (e.g. C ones)
do not trigger a recompilation.
When tracing the dependency generating, the dependency generation
has this strange content (linebreak inserted):
sed -e "/^#.*/d" -e "s,^[[:space:]]*dct\\.o,libavcodec/dct.o," \
> libavcodec/dct-test.d
For some reason, the $(*F) has weird content. It looks simpler to
use $(@F) instead of $(*F)\\.o, although this was tested on one
single version of make.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/rl2.c')
0 files changed, 0 insertions, 0 deletions