summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-05-16 08:30:50 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-05-16 08:30:50 +0000
commit25867d26450dedd4dce5c3e81705ffb7e7390c54 (patch)
tree41aba045071cdb1b6cf8ac2ec21087f5c848870e /media-sound/cmus/files
parentActually drop version that fails to build on stable. (diff)
downloadgentoo-2-25867d26450dedd4dce5c3e81705ffb7e7390c54.tar.gz
gentoo-2-25867d26450dedd4dce5c3e81705ffb7e7390c54.tar.bz2
gentoo-2-25867d26450dedd4dce5c3e81705ffb7e7390c54.zip
Stable on amd64 and x86. Depend on new ffmpeg as it uses new api.
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/cmus/files')
-rw-r--r--media-sound/cmus/files/cmus-2.4.2-ffmpeg.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/media-sound/cmus/files/cmus-2.4.2-ffmpeg.patch b/media-sound/cmus/files/cmus-2.4.2-ffmpeg.patch
deleted file mode 100644
index eb6c97e6c1ec..000000000000
--- a/media-sound/cmus/files/cmus-2.4.2-ffmpeg.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- cmus-v2.4.2/ffmpeg.c.orig
-+++ cmus-v2.4.2/ffmpeg.c
-@@ -32,6 +32,9 @@
- #include <libavcodec/avcodec.h>
- #include <libavformat/avformat.h>
- #include <libavformat/avio.h>
-+#ifndef AVUTIL_MATHEMATICS_H
-+#include <libavutil/mathematics.h>
-+#endif
- #endif
-
- #if (LIBAVFORMAT_VERSION_INT < ((52<<16)+(31<<8)+0))