avutil: make aes and sha api public
authorAlexis Ballier <aballier@gentoo.org>
Thu, 7 Apr 2011 13:19:23 +0000 (10:19 -0300)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 14 Apr 2011 20:14:30 +0000 (22:14 +0200)
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>
libavutil/Makefile

index 300acb1..baee496 100644 (file)
@@ -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