mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Makefile: remove checkheaders from the main check target
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>
This commit is contained in:
parent
d007f963c2
commit
7c8b5d1d80
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -164,7 +164,7 @@ coverage-html: coverage.info
|
|||
$(Q)genhtml -o $@ $<
|
||||
$(Q)touch $@
|
||||
|
||||
check: all alltools checkheaders examples testprogs fate
|
||||
check: all alltools examples testprogs fate
|
||||
|
||||
include $(SRC_PATH)/doc/Makefile
|
||||
include $(SRC_PATH)/tests/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue