diff options
Diffstat (limited to 'virtual/ffmpeg/ffmpeg-0.10.3.ebuild')
-rw-r--r-- | virtual/ffmpeg/ffmpeg-0.10.3.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/virtual/ffmpeg/ffmpeg-0.10.3.ebuild b/virtual/ffmpeg/ffmpeg-0.10.3.ebuild index 8d80c23fa581..873adf5e3a4e 100644 --- a/virtual/ffmpeg/ffmpeg-0.10.3.ebuild +++ b/virtual/ffmpeg/ffmpeg-0.10.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.10.3.ebuild,v 1.2 2012/05/17 20:45:11 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.10.3.ebuild,v 1.3 2012/05/18 00:21:34 ssuominen Exp $ EAPI=4 @@ -18,9 +18,5 @@ RDEPEND=" >=media-video/ffmpeg-0.10.3[X?,encode?,jpeg2k?,mp3?,sdl?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] >=media-video/libav-0.8.2-r2[X?,encode?,jpeg2k?,mp3?,sdl?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] ) - || ( - >=media-video/ffmpeg-0.10.3 - media-libs/libpostproc - ) " DEPEND="" |