diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-04-07 10:19:23 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-04-07 17:54:52 +0200 |
commit | dc4103610520ae70d4989ffe3850dcf4deed54a9 (patch) | |
tree | 414c453c594f8b58b3aad1ab9ad540c5c70c1f37 | |
parent | 4f29941194dd0ed06aa375e437b48e3031125e59 (diff) | |
download | ffmpeg-dc4103610520ae70d4989ffe3850dcf4deed54a9.tar.gz |
Install libavutil/{aes,sha}.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavutil/Makefile | 2 |
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 |