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 | d1f6fc9053d460996f7dc8b9cdd88fdf0f0368fb (patch) | |
tree | f87dcea8f6916b049fb939813331a3b428144111 /media-sound/karlyriceditor/files | |
parent | Restore alpha keywords (diff) | |
download | historical-d1f6fc9053d460996f7dc8b9cdd88fdf0f0368fb.tar.gz historical-d1f6fc9053d460996f7dc8b9cdd88fdf0f0368fb.tar.bz2 historical-d1f6fc9053d460996f7dc8b9cdd88fdf0f0368fb.zip |
Version bump by Michael (kensington) <gentoo@scribeofthenile.com> wrt bug #407507.
Package-Manager: portage-2.2.0_alpha95/cvs/Linux i686
Diffstat (limited to 'media-sound/karlyriceditor/files')
-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" + + }; |