Skip to content

Commit

Permalink
Update libcef in browser source (obsproject#25)
Browse files Browse the repository at this point in the history
* Update libcef to 3.3578.1859.g3563564
  • Loading branch information
computerquip-streamlabs authored and eddyStreamlabs committed Nov 4, 2019
1 parent bac923d commit 2dbf46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CI/win-build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cmake ^
-DBROWSER_FRONTEND_API_SUPPORT=false ^
-DBROWSER_PANEL_SUPPORT=false ^
-DBROWSER_USE_STATIC_CRT=false ^
-DEXPERIMENTAL_SHARED_TEXTURE_SUPPORT=false
-DEXPERIMENTAL_SHARED_TEXTURE_SUPPORT=true

cmake ^
--build "%BuildPath64%" ^
Expand Down
2 changes: 1 addition & 1 deletion slobs-appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ environment:
BuildPath32: $(APPVEYOR_BUILD_FOLDER)\build32
BuildPath64: $(APPVEYOR_BUILD_FOLDER)\build64
InstallPath: $(APPVEYOR_BUILD_FOLDER)\packed_build
CefVersion: 3.3396.1779.g36f9eab
CefVersion: 3.3578.1859.g3563564
CefDirName: cef_binary_$(CefVersion)_windows64
CefPath: $(APPVEYOR_BUILD_FOLDER)\$(CefDirName)
CefBuildPath: $(CefPath)\build
Expand Down

0 comments on commit 2dbf46f

Please sign in to comment.