Fix ffmpeg (add missing yasm dependency) (#5087)
This commit is contained in:
parent
256cd68b27
commit
8df9f9e1f4
1 changed files with 2 additions and 0 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue