Skip to content

Commit

Permalink
media-libs/ffmpegsource: reset minimum ffmpeg version in RDEPEND in 9999
Browse files Browse the repository at this point in the history
ffmpegsource can utilize libswresample >= 1.0.0,
which is available in ffmpeg >= 2.4.

Package-Manager: portage-2.2.26
  • Loading branch information
Coacher authored and Ian Delaney committed Jan 10, 2016
1 parent c2889db commit 8d66089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-libs/ffmpegsource/ffmpegsource-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ IUSE="libav static-libs"
RDEPEND="
sys-libs/zlib
libav? ( >=media-video/libav-9.17:0= )
!libav? ( >=media-video/ffmpeg-1.2.6-r1:0= )
!libav? ( >=media-video/ffmpeg-2.4:0= )
"
DEPEND="${RDEPEND}
virtual/pkgconfig
Expand Down

0 comments on commit 8d66089

Please sign in to comment.