diff options
author | Johannes Huber <johu@gentoo.org> | 2012-03-28 17:52:50 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-03-28 17:52:50 +0000 |
commit | 1f82bff71032e062d0f47328b8880962930af393 (patch) | |
tree | 81ec3a159d1f59b0701e63a63a30436968948591 /media-sound/karlyriceditor/files/karlyriceditor-1.3-libav.patch | |
parent | Restore alpha keywords (diff) | |
download | gentoo-2-1f82bff71032e062d0f47328b8880962930af393.tar.gz gentoo-2-1f82bff71032e062d0f47328b8880962930af393.tar.bz2 gentoo-2-1f82bff71032e062d0f47328b8880962930af393.zip |
Version bump by Michael (kensington) <gentoo@scribeofthenile.com> wrt bug #407507.
(Portage version: 2.2.0_alpha95/cvs/Linux i686)
Diffstat (limited to 'media-sound/karlyriceditor/files/karlyriceditor-1.3-libav.patch')
-rw-r--r-- | media-sound/karlyriceditor/files/karlyriceditor-1.3-libav.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-sound/karlyriceditor/files/karlyriceditor-1.3-libav.patch b/media-sound/karlyriceditor/files/karlyriceditor-1.3-libav.patch new file mode 100644 index 000000000000..d3f63d51b522 --- /dev/null +++ b/media-sound/karlyriceditor/files/karlyriceditor-1.3-libav.patch @@ -0,0 +1,10 @@ +--- src/ffmpeg_headers.h ++++ src/ffmpeg_headers.h +@@ -32,6 +32,7 @@ + + #include "libavcodec/avcodec.h" + #include "libavformat/avformat.h" ++#include "libavutil/mathematics.h" + #include "libswscale/swscale.h" + + }; |