summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-06-23 23:10:26 +0000
committerMåns Rullgård <mans@mansr.com>2007-06-23 23:10:26 +0000
commitfc78ce803bd4fb2431a843224b572d543580d275 (patch)
tree5ba30d44ce8c0f6ffefaf8cc6ee03d01c94b1793 /libavutil/Makefile
parent1607c534bfed79366bdd8a3b3940acfd4c0f71e5 (diff)
add some string functions
Originally committed as revision 9400 to svn://svn.ffmpeg.org/ffmpeg/trunk
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)