summaryrefslogtreecommitdiff
path: root/contrib/ffmpeg/libavutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ffmpeg/libavutil/Makefile')
-rw-r--r--contrib/ffmpeg/libavutil/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ffmpeg/libavutil/Makefile b/contrib/ffmpeg/libavutil/Makefile
index a760401ab..4afcd3b99 100644
--- a/contrib/ffmpeg/libavutil/Makefile
+++ b/contrib/ffmpeg/libavutil/Makefile
@@ -15,10 +15,11 @@ OBJS= mathematics.o \
random.o \
aes.o \
base64.o \
+ sha1.o \
HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \
- random.h mem.h base64.h
+ random.h mem.h base64.h sha1.h
NAME=avutil
LIBVERSION=$(LAVUVERSION)