diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-02-01 20:37:50 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-03-21 13:39:28 +0100 |
commit | b75c67dc016dee0bed95a29997d54efba5f0806f (patch) | |
tree | fa03ff0374e0dfa62b5d241190c2c309c13a5e69 /libavutil/Makefile | |
parent | 594a3d631583a2f086fac25db6fb3542fd0fb187 (diff) | |
download | ffmpeg-b75c67dc016dee0bed95a29997d54efba5f0806f.tar.gz |
lavu: add av_bprintf and related.
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 77d23d4e63..b02a1e3129 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -10,6 +10,7 @@ HEADERS = adler32.h \ avstring.h \ avutil.h \ base64.h \ + bprint.h \ bswap.h \ common.h \ cpu.h \ @@ -47,6 +48,7 @@ OBJS = adler32.o \ audioconvert.o \ avstring.o \ base64.o \ + bprint.o \ cpu.o \ crc.o \ des.o \ @@ -81,8 +83,8 @@ OBJS-$(ARCH_PPC) += ppc/cpu.o OBJS-$(ARCH_X86) += x86/cpu.o -TESTPROGS = adler32 aes avstring base64 cpu crc des eval file fifo lfg lls \ - md5 opt pca parseutils random_seed rational sha tree +TESTPROGS = adler32 aes avstring base64 bprint cpu crc des eval file fifo \ + lfg lls md5 opt pca parseutils random_seed rational sha tree TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo TOOLS = ffeval |