diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-07 15:45:44 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-08 07:33:03 +0100 |
commit | 8e401dbe90cc77b1f3067a917d9fa48cefa3fcdb (patch) | |
tree | ea5394835f187b56bc57130878bfa1138c3ca332 /libavutil/Makefile | |
parent | 65f1d45dcc71186ede72fff950996099d23359bd (diff) | |
download | ffmpeg-8e401dbe90cc77b1f3067a917d9fa48cefa3fcdb.tar.gz |
lavu: add a new API for reference-counted data buffers.
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |