summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 4d41784848..c80447eb6c 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -11,6 +11,7 @@ HEADERS = adler32.h \
avstring.h \
avutil.h \
base64.h \
+ blowfish.h \
bprint.h \
bswap.h \
common.h \
@@ -42,7 +43,7 @@ HEADERS = adler32.h \
time.h \
timecode.h \
timestamp.h \
- version.h \
+ xtea.h \
ARCH_HEADERS = bswap.h \
intmath.h \
@@ -57,6 +58,7 @@ OBJS = adler32.o \
audioconvert.o \
avstring.o \
base64.o \
+ blowfish.o \
bprint.o \
cpu.o \
crc.o \
@@ -89,11 +91,13 @@ OBJS = adler32.o \
timecode.o \
tree.o \
utils.o \
+ xtea.o \
TESTPROGS = adler32 \
aes \
avstring \
base64 \
+ blowfish \
bprint \
cpu \
crc \
@@ -112,6 +116,7 @@ TESTPROGS = adler32 \
rational \
sha \
tree \
+ xtea \
TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo