29 lines
1.3 KiB
Diff
29 lines
1.3 KiB
Diff
|
commit dc4103610520ae70d4989ffe3850dcf4deed54a9
|
||
|
Author: Alexis Ballier <aballier@gentoo.org>
|
||
|
Date: Thu Apr 7 10:19:23 2011 -0300
|
||
|
|
||
|
Install libavutil/{aes,sha}.h
|
||
|
|
||
|
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
||
|
|
||
|
diff --git a/libavutil/Makefile b/libavutil/Makefile
|
||
|
index 300acb1..baee496 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
|