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: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
ca402f32e3
commit
a3a0af4fb1
@ -3,6 +3,7 @@ include $(SUBDIR)../config.mak
|
|||||||
NAME = avutil
|
NAME = avutil
|
||||||
|
|
||||||
HEADERS = adler32.h \
|
HEADERS = adler32.h \
|
||||||
|
aes.h \
|
||||||
attributes.h \
|
attributes.h \
|
||||||
audioconvert.h \
|
audioconvert.h \
|
||||||
avassert.h \
|
avassert.h \
|
||||||
@ -33,6 +34,7 @@ HEADERS = adler32.h \
|
|||||||
random_seed.h \
|
random_seed.h \
|
||||||
rational.h \
|
rational.h \
|
||||||
samplefmt.h \
|
samplefmt.h \
|
||||||
|
sha.h \
|
||||||
sha1.h \
|
sha1.h \
|
||||||
|
|
||||||
BUILT_HEADERS = avconfig.h
|
BUILT_HEADERS = avconfig.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user