diff Makefile @ 320:ca1f5d65e653 libavutil

expose av_base64_decode and av_base64_encode
author lu_zero
date Mon, 19 Mar 2007 00:48:47 +0000
parents 73e2543b7208
children 2fb35d82b0bd
line wrap: on
line diff
--- a/Makefile	Wed Mar 14 19:47:58 2007 +0000
+++ b/Makefile	Mon Mar 19 00:48:47 2007 +0000
@@ -18,7 +18,7 @@
 
 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)