[FFmpeg-cvslog] Drop checkheaders from check, its useless

Michael Niedermayer git at videolan.org
Wed Apr 6 23:22:36 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Apr  6 21:49:25 2011 +0200| [bc6047223fda5070d007e605c8fd7cf02b8403aa] | committer: Michael Niedermayer

Drop checkheaders from check, its useless
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bc6047223fda5070d007e605c8fd7cf02b8403aa
---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 4080b82..3742ce2 100644
--- a/Makefile
+++ b/Makefile
@@ -180,7 +180,7 @@ config:
 
 # regression tests
 
-check: test checkheaders
+check: test
 
 fulltest test: codectest lavftest lavfitest seektest
 



More information about the ffmpeg-cvslog mailing list