summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-04-07 10:19:23 -0300
committerLuca Barbato <lu_zero@gentoo.org>2011-04-14 22:14:30 +0200
commita3a0af4fb1237bed0af75868073f9a63db8b1864 (patch)
tree4456ba21aaeef9e934ca7f2e0e772a6c14352130 /libavutil/Makefile
parentca402f32e392590a81a1381dab41c4f9c2c2f98a (diff)
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>
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 300acb1896..baee496e7c 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -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