diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-08 11:02:10 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-09 12:26:48 +0100 |
commit | f769cfedd89db30e3d0fbf654138956779ea8053 (patch) | |
tree | faa702e482d1aa79bc19b9b4192f524c514d6e75 /libavutil | |
parent | aa06d65693a29bbbd26f61df897f57192d3ecd1c (diff) | |
download | ffmpeg-f769cfedd89db30e3d0fbf654138956779ea8053.tar.gz |
build: Add missing directories to DIRS declarations.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 626b60aa92..221d9ce9bd 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -80,7 +80,7 @@ TESTPROGS = adler32 aes avstring base64 cpu crc des eval fifo lfg lls \ md5 opt parseutils rational sha tree TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo -DIRS = arm bfin sh4 x86 +DIRS = arm avr32 bfin mips ppc sh4 tomi x86 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h |