Skip to content
Snippets Groups Projects
Commit a3a0af4f authored by Alexis Ballier's avatar Alexis Ballier Committed by Luca Barbato
Browse files

avutil: make aes and sha api public


The functions are already av_ prefixed and sha1 header is already provided.
Install libavutil/{aes,sha}.h

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
parent ca402f32
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ include $(SUBDIR)../config.mak
NAME = avutil
HEADERS = adler32.h \
aes.h \
attributes.h \
audioconvert.h \
avassert.h \
......@@ -33,6 +34,7 @@ HEADERS = adler32.h \
random_seed.h \
rational.h \
samplefmt.h \
sha.h \
sha1.h \
BUILT_HEADERS = avconfig.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment