Skip to content

Commit

Permalink
only build against vpx 1.4 (prefered) and 1.3
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@8913 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Apr 4, 2015
1 parent 0e3a493 commit 3d1a56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Expand Up @@ -946,7 +946,7 @@ def glob_recurse(srcdir):
#vpx_PATH="C:\\vpx-vp8-debug-src-x86-win32mt-vs9-v1.1.0"
#but we use something more generic, without the version numbers:
vpx_path = ""
for p in ("C:\\vpx-1.3", "C:\\vpx-1.2", "C:\\vpx-1.1", "C:\\vpx-vp8"):
for p in ("C:\\vpx-1.4", "C:\\vpx-1.3"):
if os.path.exists(p) and os.path.isdir(p):
vpx_path = p
break
Expand Down

0 comments on commit 3d1a56b

Please sign in to comment.