From a50d1bb59d9c08f0e627f573c5257befabebdf43 Mon Sep 17 00:00:00 2001 From: Esteve Soria Date: Fri, 13 Jan 2023 16:03:05 +0100 Subject: [PATCH] libsvtav1: Fixed nitpick from previous PR --- recipes/libsvtav1/all/conanfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/libsvtav1/all/conanfile.py b/recipes/libsvtav1/all/conanfile.py index ec65f7fe245ee..1abd35e463fd8 100644 --- a/recipes/libsvtav1/all/conanfile.py +++ b/recipes/libsvtav1/all/conanfile.py @@ -50,7 +50,6 @@ def generate(self): tc.variables["BUILD_APPS"] = False tc.variables["BUILD_DEC"] = self.options.build_decoder tc.variables["BUILD_ENC"] = self.options.build_encoder - tc.variables["BUILD_SHARED_LIBS"] = self.options.shared if self.settings.arch in ("x86", "x86_64"): tc.variables["ENABLE_NASM"] = True tc.generate()