summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 6fe174bb62..ea8139f522 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -9,6 +9,7 @@ HEADERS = adler32.h \
avstring.h \
avutil.h \
base64.h \
+ blowfish.h \
bswap.h \
common.h \
cpu.h \
@@ -51,6 +52,7 @@ OBJS = adler32.o \
audioconvert.o \
avstring.o \
base64.o \
+ blowfish.o \
cpu.o \
crc.o \
des.o \
@@ -86,6 +88,7 @@ TESTPROGS = adler32 \
aes \
avstring \
base64 \
+ blowfish \
cpu \
crc \
des \