Skip to content

Commit

Permalink
setup: search for ffmpeg in TORCHVISION_LIBRARY (#2612)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Aug 24, 2020
1 parent ba1b221 commit 739061b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ def get_extensions():
ffmpeg_include_dir,
extensions_dir,
],
library_dirs=library_dirs,
libraries=[
'avcodec',
'avformat',
Expand Down

0 comments on commit 739061b

Please sign in to comment.