Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
add patch
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Oct 14, 2023
1 parent dce1dab commit f09e5ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
!CMakePresets.json
!LICENSE
!README.md
!patch_libobs.diff

# Exclude lock files
*.lock.json
Expand Down
12 changes: 12 additions & 0 deletions patch_libobs.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/libobs/CMakeLists.txt b/libobs/CMakeLists.txt
index d2e2671..d7797c6 100644
--- a/libobs/CMakeLists.txt
+++ b/libobs/CMakeLists.txt
@@ -287,6 +287,7 @@ set(public_headers
util/base.h
util/bmem.h
util/c99defs.h
+ util/config-file.h
util/darray.h
util/profiler.h
util/sse-intrin.h

0 comments on commit f09e5ad

Please sign in to comment.