> On Aug 19, 2017, at 09:56, Zero King <l...@macports.org> wrote: > > Zero King (l2dy) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/3e10a60f51061022e5347a0bcc105d9be3789768 > > The following commit(s) were added to refs/heads/master by this push: > > new 3e10a60 VLC: add missing dependency ffmpeg > > 3e10a60 is described below > > > commit 3e10a60f51061022e5347a0bcc105d9be3789768 > > Author: Zero King <l...@macports.org> > AuthorDate: Sat Aug 19 14:56:12 2017 +0000 > > > VLC: add missing dependency ffmpeg > > --- > multimedia/VLC/Portfile | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/multimedia/VLC/Portfile b/multimedia/VLC/Portfile > index 222feb2..6808b35 100644 > --- a/multimedia/VLC/Portfile > +++ b/multimedia/VLC/Portfile > @@ -81,6 +81,9 @@ if {(${subport} eq ${name}) || (${subport} eq > "lib${name}")} { > if {[tbool use_ffmpeg_VLC]} { > depends_lib-append \ > port:ffmpeg-VLC > + } else { > + depends_lib-append \ > + port:ffmpeg
Would ffmpeg-devel work too? If so, it should be written: path:lib/libavcodec.dylib:ffmpeg