build script: add pkg extra libraries to sndfile target

This commit is contained in:
alexey.lysiuk 2020-12-09 10:34:26 +02:00
parent b803b9fe0f
commit d7baaa7675
1 changed files with 1 additions and 0 deletions

View File

@ -912,6 +912,7 @@ class PcreTarget(ConfigureMakeStaticDependencyTarget):
class SndFileTarget(CMakeStaticDependencyTarget):
def __init__(self, name='sndfile'):
super().__init__(name)
self.pkg_libs = {'sndfile': '-lopus -lFLAC -lvorbisenc -lvorbis -logg'}
opts = self.options
opts['BUILD_REGTEST'] = 'NO'