summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2007-03-19 00:48:47 +0000
committerLuca Barbato <lu_zero@gentoo.org>2007-03-19 00:48:47 +0000
commitbd03c380ce67cffaaf3c456407cc98e02917ebf7 (patch)
treebeccff1ab797befddbd59f9e744d57d847a443e1 /libavutil/Makefile
parent559fd1e79524ca47efde195e28feb4499dd48761 (diff)
expose av_base64_decode and av_base64_encode
Originally committed as revision 8448 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 1203281993..a760401ab7 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -18,7 +18,7 @@ OBJS= mathematics.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
+ random.h mem.h base64.h
NAME=avutil
LIBVERSION=$(LAVUVERSION)