Browse Source

Bump deps

Qt update for potential OSX corruption fix on 5K macs and such.
Other depenencies at least to fix scaling video corruption issues.
Vincent Lang 7 years ago
parent
commit
7edb7889f2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CMakeModules/DependencyConfiguration.cmake
  2. 1 1
      CMakeModules/QtConfiguration.cmake

+ 1 - 1
CMakeModules/DependencyConfiguration.cmake

@@ -9,7 +9,7 @@ if(DEPENDENCY_TOKEN)
     set(DEPS_BUILD_NUMBER 87)
   elseif(APPLE OR WIN32)
     set(DEPENDCY_FOLDER plexmediaplayer-dependencies-codecs)
-    set(DEPS_BUILD_NUMBER 246)
+    set(DEPS_BUILD_NUMBER 257)
   endif()
   if(NOT (DEPENDCY_FOLDER STREQUAL ""))
     download_deps(

+ 1 - 1
CMakeModules/QtConfiguration.cmake

@@ -10,7 +10,7 @@ if(NOT IS_DIRECTORY ${QTROOT})
 		"plexmediaplayer-qt"
 		DIRECTORY dir
 		DEPHASH_VAR QT_DEPS_HASH
-    BUILD_NUMBER 140
+    BUILD_NUMBER 156
     ARTIFACTNAME konvergo-qt
     DYLIB_SCRIPT_PATH ${PROJECT_SOURCE_DIR}/scripts/fix-install-names.py
 	)