libobs: Add function to get module lib#3871
Merged
Merged
Conversation
9 tasks
Member
|
I don't think this should be modifying |
3ea351f to
af69356
Compare
Contributor
Author
|
I've moved them now to obs.h |
Member
|
I have verified this works well on Ubuntu. |
cg2121
added a commit
to cg2121/obs-browser
that referenced
this pull request
Jan 17, 2021
Member
|
Are you aware of the |
This adds a function find module library. Co-authored-by: Stéphane Lepin <stephane.lepin@gmail.com>
93a3c4e to
cc92733
Compare
Contributor
Author
|
@jp9000 didn't notice that function. I've updated it now to only add the module library function. |
Member
|
Sorry about that. Figured you might've missed it. |
cg2121
added a commit
to cg2121/obs-browser
that referenced
this pull request
Jan 26, 2021
WizardCM
pushed a commit
to cg2121/obs-browser
that referenced
this pull request
Jan 26, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This adds a function to find module library.
Co-authored-by: @Palakis
Motivation and Context
In order to easily find the library file needed to load the browser panels on Linux, these functions were added. This should work on Mac and Windows as well.
Used code made by @Palakis, as they were trying to make Linux browser panels work as well.
How Has This Been Tested?
Tested with obsproject/obs-browser#254
Types of changes
Checklist: