Skip to content

Commit

Permalink
Removed unavailable ffmpeg dependency (xcb) for Windows and MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoLusardi committed Aug 4, 2024
1 parent 8f4b787 commit 7cc457f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video_io/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def configure(self):
self.options["ffmpeg"].with_libfdk_aac=False
self.options["ffmpeg"].with_libwebp=False
self.options["ffmpeg"].with_ssl='openssl'
self.options["ffmpeg"].with_xcb=False
self.options["ffmpeg"].with_programs=True
self.options["ffmpeg"].with_libsvtav1=False
self.options["ffmpeg"].with_libaom=False
Expand All @@ -89,3 +88,4 @@ def configure(self):
self.options["ffmpeg"].with_vaapi=False
self.options["ffmpeg"].with_vdpau=False
self.options["ffmpeg"].with_vulkan=False
self.options["ffmpeg"].with_xcb=False

0 comments on commit 7cc457f

Please sign in to comment.