diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-04-13 12:48:00 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-04-13 12:48:00 +0000 |
commit | e636ea07b69dd7927ff7492744071e35dd0aac3d (patch) | |
tree | b5957ceaaff17ca7db96a4c194d9690975e229c0 /media-video/ffmpeg/files | |
parent | Fixed broken translations, icons and help files. (diff) | |
download | gentoo-2-e636ea07b69dd7927ff7492744071e35dd0aac3d.tar.gz gentoo-2-e636ea07b69dd7927ff7492744071e35dd0aac3d.tar.bz2 gentoo-2-e636ea07b69dd7927ff7492744071e35dd0aac3d.zip |
New revision for installing avutil headers required by mplayer
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-video/ffmpeg/files')
-rw-r--r-- | media-video/ffmpeg/files/avutil_aes_sha_h.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media-video/ffmpeg/files/avutil_aes_sha_h.patch b/media-video/ffmpeg/files/avutil_aes_sha_h.patch new file mode 100644 index 000000000000..870d73b7ad89 --- /dev/null +++ b/media-video/ffmpeg/files/avutil_aes_sha_h.patch @@ -0,0 +1,28 @@ +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 |