summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-08-04 10:04:24 +0200
committerAnton Khirnov <anton@khirnov.net>2022-08-04 10:13:39 +0200
commit4c9009dd1b6fa98200d859df3a0a0ea7aa7e3ffc (patch)
tree1ba1b2c5b154732ffa8d66ed930e58e688d8de14 /libavutil/Makefile
parentad67ea9eeed2cc8edab8662b7503ce4a49247b1d (diff)
lavu: add a public refcounting API
The AVBuffer API is currently often abused as a generic thread-safe refcount in cases it is not appropriate for. This API is intended to replace those uses.
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 9435a0bfb0..e411b45ae7 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -70,6 +70,7 @@ HEADERS = adler32.h \
random_seed.h \
rc4.h \
rational.h \
+ refcount.h \
replaygain.h \
ripemd.h \
samplefmt.h \
@@ -155,6 +156,7 @@ OBJS = adler32.o \
pixelutils.o \
random_seed.o \
rational.o \
+ refcount.o \
reverse.o \
rc4.o \
ripemd.o \