aedi: use cmake to build vorbis

This commit is contained in:
alexey.lysiuk 2021-05-31 11:54:51 +03:00
parent 033959d514
commit ffbd9fb1c5
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ class SndFileTarget(CMakeStaticDependencyTarget):
return os.path.exists(state.source + 'sndfile.pc.in')
class VorbisTarget(ConfigureMakeStaticDependencyTarget):
class VorbisTarget(CMakeStaticDependencyTarget):
def __init__(self, name='vorbis'):
super().__init__(name)