comparison 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
comparison
equal deleted inserted replaced
319:aac7ff53ef86 320:ca1f5d65e653
16 aes.o \ 16 aes.o \
17 base64.o \ 17 base64.o \
18 18
19 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ 19 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
20 intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \ 20 intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \
21 random.h mem.h 21 random.h mem.h base64.h
22 22
23 NAME=avutil 23 NAME=avutil
24 LIBVERSION=$(LAVUVERSION) 24 LIBVERSION=$(LAVUVERSION)
25 LIBMAJOR=$(LAVUMAJOR) 25 LIBMAJOR=$(LAVUMAJOR)
26 26