summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index a760401ab7..ffe3775b73 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -15,10 +15,11 @@ OBJS= mathematics.o \
random.o \
aes.o \
base64.o \
+ string.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 avstring.h
NAME=avutil
LIBVERSION=$(LAVUVERSION)