Unverified Commit 739061be authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

setup: search for ffmpeg in TORCHVISION_LIBRARY (#2612)

parent ba1b2212
...@@ -358,6 +358,7 @@ def get_extensions(): ...@@ -358,6 +358,7 @@ def get_extensions():
ffmpeg_include_dir, ffmpeg_include_dir,
extensions_dir, extensions_dir,
], ],
library_dirs=library_dirs,
libraries=[ libraries=[
'avcodec', 'avcodec',
'avformat', 'avformat',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment