Skip to content
Permalink
Browse files

ffmpeg, ffmpeg-devel: fix libvpx dependency removal for 10.5

It was changed to a lib dependency with the release of libvpx 1.7.0
  • Loading branch information
dbevans committed Mar 22, 2018
1 parent 03031bf commit 4a208ed3f1b34460129f7a936edb9f849d9d2f24
Showing with 2 additions and 2 deletions.
  1. +1 −1 multimedia/ffmpeg-devel/Portfile
  2. +1 −1 multimedia/ffmpeg/Portfile
@@ -162,7 +162,7 @@ platform darwin {

# as of 1.6.0 libvpx only supports darwin 10 or later
if {${os.major} < 10} {
depends_build-delete port:libvpx
depends_lib-delete port:libvpx
configure.args-replace --enable-libvpx --disable-libvpx
}

@@ -168,7 +168,7 @@ platform darwin {

# as of 1.6.0 libvpx only supports darwin 10 or later
if {${os.major} < 10} {
depends_build-delete port:libvpx
depends_lib-delete port:libvpx
configure.args-replace --enable-libvpx --disable-libvpx
}

0 comments on commit 4a208ed

Please sign in to comment.
You can’t perform that action at this time.