diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-03-12 17:38:00 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-03-12 17:38:00 +0000 |
commit | 1e0382ab0116cdbaa6b48a2339fc086838c26065 (patch) | |
tree | 0bc086606074ca570e13997c2566ebbdb6e9b875 /media-video/2mandvd/files | |
parent | cleanup (diff) | |
download | gentoo-2-1e0382ab0116cdbaa6b48a2339fc086838c26065.tar.gz gentoo-2-1e0382ab0116cdbaa6b48a2339fc086838c26065.tar.bz2 gentoo-2-1e0382ab0116cdbaa6b48a2339fc086838c26065.zip |
Version bump, bug 405153. Thanks to Michael (kensington) for the patch and the updated ebuild. Remove old.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'media-video/2mandvd/files')
-rw-r--r-- | media-video/2mandvd/files/2mandvd-1.7.3-libav.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-video/2mandvd/files/2mandvd-1.7.3-libav.patch b/media-video/2mandvd/files/2mandvd-1.7.3-libav.patch new file mode 100644 index 000000000000..59dfd1e33a1e --- /dev/null +++ b/media-video/2mandvd/files/2mandvd-1.7.3-libav.patch @@ -0,0 +1,10 @@ +--- videowrapper.h ++++ videowrapper.h +@@ -11,6 +11,7 @@ + #include <libavutil/common.h> + #include <libavcodec/avcodec.h> + #include <libavformat/avformat.h> ++ #include <libavutil/mathematics.h> + #include <libswscale/swscale.h> + } + |