Skip to content

Commit

Permalink
Update libobs to v27.6.4 (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff authored Aug 18, 2022
1 parent d11d9c0 commit 9062c0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variables:
SLGenerator: Visual Studio 16 2019
SLDistributeDirectory: distribute
SLFullDistributePath: $(SLBuildDirectory)\$(SLDistributeDirectory)
LibOBSVersion: 27.6.2
LibOBSVersion: 27.6.4

jobs:
- job: 'WindowsRelease'
Expand Down Expand Up @@ -319,4 +319,4 @@ jobs:
globExpressions: '$(tagartifact)-$(ReleaseName)-osx.tar.gz'
filesAcl: 'public-read'
displayName: 'Upload tag artifact to S3'
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'tags'))
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'tags'))
5 changes: 5 additions & 0 deletions obs-studio-server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ download_project(
URL ${OSN_LIBOBS_URL}
UPDATE_DISCONNECTED 1
)
if(WIN32)
# LibObsTarget.cmake in widnows builds now contains a check for w32-pthreads
# so we have to explicitly add it before libobs.
include("${libobs_SOURCE_DIR}/cmake/w32-pthreads/w32-pthreadsConfig.cmake")
endif()

include("${libobs_SOURCE_DIR}/cmake/LibObs/LibObsConfig.cmake")

Expand Down

0 comments on commit 9062c0d

Please sign in to comment.