Fix ffmpeg (add missing yasm dependency) (#5087)

This commit is contained in:
healther 2017-08-15 23:54:39 +02:00 committed by Adam J. Stewart
parent 256cd68b27
commit 8df9f9e1f4

View file

@ -37,6 +37,8 @@ class Ffmpeg(AutotoolsPackage):
variant('shared', default=True,
description='build shared libraries')
depends_on('yasm@1.2.0:')
def configure_args(self):
spec = self.spec
config_args = ['--enable-pic']