Skip to content

Commit

Permalink
Explicitly discard xlib from ffmpeg dependencies on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoLusardi committed Aug 19, 2024
1 parent aff42cd commit bffce5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def configure(self):
self.options["ffmpeg"].with_vdpau=False
self.options["ffmpeg"].with_vulkan=False
self.options["ffmpeg"].with_xcb=False
self.options["ffmpeg"].with_xlib=False

def generate(self):
tc = CMakeToolchain(self)
Expand Down
1 change: 1 addition & 0 deletions video_io/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ def configure(self):
self.options["ffmpeg"].with_vdpau=False
self.options["ffmpeg"].with_vulkan=False
self.options["ffmpeg"].with_xcb=False
self.options["ffmpeg"].with_xlib=False

0 comments on commit bffce5e

Please sign in to comment.