Skip to content

Commit

Permalink
#2588 latest builds need an explicit inclusion clause for libx265.dll
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@25345 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 26, 2020
1 parent 7d7812c commit 9c5bff0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,10 @@ def do_add_DLLs(*dll_names):
]
external_includes += ["urllib", "http.cookiejar", "http.client"]

if dec_avcodec2_ENABLED:
#why isn't this one picked up automatically?
add_DLLs("x265")

#hopefully, cx_Freeze will fix this horror:
#(we shouldn't have to deal with DLL dependencies)
import site
Expand Down

0 comments on commit 9c5bff0

Please sign in to comment.