Skip to content

Commit

Permalink
libsvtav1: Fixed nitpick from previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteve Soria committed Jan 13, 2023
1 parent 582e6d9 commit a50d1bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/libsvtav1/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a50d1bb

Please sign in to comment.