Skip to content
2 changes: 1 addition & 1 deletion cerbero/build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ def __init__(self):

def get_cargoc_args(self):
cargoc_args = [
'--release', '--frozen',
'--release',
'--prefix', self.config.prefix,
'--libdir', self.config.libdir,
]
Expand Down
2 changes: 2 additions & 0 deletions recipes/gst-plugins-rs.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ class Recipe(recipe.Recipe):
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'pango', 'cairo',
'gst-plugins-bad-1.0', 'dav1d']

patches = ['gst-plugins-rs/0001-awss3sink-soft-seek.patch']

def enable_plugin(self, name, category):
if self.library_type in (LibraryType.SHARED, LibraryType.BOTH):
attr = f'files_plugins_{category}'
Expand Down
Loading