diff --git a/src/setup.py b/src/setup.py index 58299d2dc1..96bc56f508 100755 --- a/src/setup.py +++ b/src/setup.py @@ -765,7 +765,7 @@ def glob_recurse(srcdir): #as long as you install in the same place or tweak the paths. #ffmpeg is needed for both swscale and x264: - libffmpeg_path = None + libffmpeg_path = "" if dec_avcodec_ENABLED: assert not dec_avcodec2_ENABLED, "cannot enable both dec_avcodec and dec_avcodec2" libffmpeg_path = "C:\\ffmpeg-win32-bin"