summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-03-28 17:52:50 +0000
committerJohannes Huber <johu@gentoo.org>2012-03-28 17:52:50 +0000
commitd1f6fc9053d460996f7dc8b9cdd88fdf0f0368fb (patch)
treef87dcea8f6916b049fb939813331a3b428144111 /media-sound/karlyriceditor/files
parentRestore alpha keywords (diff)
downloadhistorical-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.patch10
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"
+
+ };