summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile25
1 files changed, 21 insertions, 4 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 69f2acd72e..fb19ebf1e2 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -37,6 +37,11 @@ HEADERS = adler32.h \
samplefmt.h \
sha.h \
+ARCH_HEADERS = bswap.h \
+ intmath.h \
+ intreadwrite.h \
+ timer.h \
+
BUILT_HEADERS = avconfig.h
OBJS = adler32.o \
@@ -74,7 +79,19 @@ OBJS = adler32.o \
tree.o \
utils.o \
-TESTPROGS = adler32 aes avstring base64 cpu crc des eval fifo lfg lls \
- md5 opt parseutils sha tree
-
-ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
+TESTPROGS = adler32 \
+ aes \
+ avstring \
+ base64 \
+ cpu \
+ crc \
+ des \
+ eval \
+ fifo \
+ lfg \
+ lls \
+ md5 \
+ opt \
+ parseutils \
+ sha \
+ tree \