diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-11 22:48:07 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-11 22:48:07 +0000 |
commit | 7b5e8a274a69c7d826e0fb7efcceeb136d119ba8 (patch) | |
tree | 0be2a8a269643095199aaef15fede6e53abf9a15 /libavutil/Makefile | |
parent | 62045d486041ddb925f5055b6edb602eef6f99a0 (diff) | |
download | ffmpeg-7b5e8a274a69c7d826e0fb7efcceeb136d119ba8.tar.gz |
Extend 'checkheaders' target to architecture-specific subdirectories.
Originally committed as revision 16559 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index be2f3e1e09..284f874c4f 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -43,6 +43,8 @@ OBJS = adler32.o \ TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 pca random sha1 softfloat tree) +DIRS = arm bfin sh4 x86 + include $(SUBDIR)../subdir.mak $(SUBDIR)lzo-test$(EXESUF): EXTRALIBS += -llzo2 |