New upstream version 26.0.0+dfsg1
This commit is contained in:
parent
8e020cdacb
commit
240080891f
837 changed files with 41275 additions and 9196 deletions
|
|
@ -12,6 +12,7 @@ set(osx-test_SOURCES
|
|||
|
||||
add_executable(osx_test
|
||||
${osx-test_SOURCES})
|
||||
set_target_properties(osx_test PROPERTIES FOLDER "tests and examples")
|
||||
target_link_libraries(osx_test
|
||||
libobs
|
||||
${COCOA})
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ using DisplayContext =
|
|||
|
||||
static void CreateOBS()
|
||||
{
|
||||
if (!obs_startup("en", nullptr))
|
||||
if (!obs_startup("en", nullptr, nullptr))
|
||||
throw "Couldn't create OBS";
|
||||
|
||||
struct obs_video_info ovi;
|
||||
|
|
@ -67,7 +67,7 @@ static DisplayContext CreateDisplay(NSView *view)
|
|||
info.zsformat = GS_ZS_NONE;
|
||||
info.window.view = view;
|
||||
|
||||
return DisplayContext{obs_display_create(&info)};
|
||||
return DisplayContext{obs_display_create(&info, 0)};
|
||||
}
|
||||
|
||||
static SceneContext SetupScene()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue