[FFmpeg-devel] [PATCH] avutil: install des.h, rc4.h and tree.h as public headers
Andreas Cadhalpun
andreas.cadhalpun at googlemail.com
Wed Oct 14 00:37:31 CEST 2015
These headers contain functions supposed to be public.
libavutil/des.h:
av_des_alloc
av_des_crypt
av_des_init
av_des_mac
libavutil/rc4.h:
av_rc4_alloc
av_rc4_crypt
av_rc4_init
libavutil/tree.h
av_tree_destroy
av_tree_enumerate
av_tree_find
av_tree_insert
av_tree_node_alloc
av_tree_node_size
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
---
libavutil/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 7439750..1bac2b9 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -20,6 +20,7 @@ HEADERS = adler32.h \
common.h \
cpu.h \
crc.h \
+ des.h \
display.h \
downmix_info.h \
error.h \
@@ -47,6 +48,7 @@ HEADERS = adler32.h \
pixelutils.h \
pixfmt.h \
random_seed.h \
+ rc4.h \
replaygain.h \
rational.h \
ripemd.h \
@@ -58,6 +60,7 @@ HEADERS = adler32.h \
time.h \
timecode.h \
timestamp.h \
+ tree.h \
twofish.h \
version.h \
xtea.h \
--
2.6.1
More information about the ffmpeg-devel
mailing list