From 8e401dbe90cc77b1f3067a917d9fa48cefa3fcdb Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 7 Oct 2012 15:45:44 +0200 Subject: lavu: add a new API for reference-counted data buffers. --- libavutil/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index 4406b1386d..ef29d5c4b5 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -11,6 +11,7 @@ HEADERS = adler32.h \ base64.h \ blowfish.h \ bswap.h \ + buffer.h \ channel_layout.h \ common.h \ cpu.h \ @@ -59,6 +60,7 @@ OBJS = adler32.o \ avstring.o \ base64.o \ blowfish.o \ + buffer.o \ channel_layout.o \ cpu.o \ crc.o \ -- cgit v1.2.3