-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix macOS and Linux build #92
Fix macOS and Linux build #92
Conversation
oops :| |
lgtm, thanks :) |
@@ -84,10 +84,14 @@ set(GSTCEF_SRCS | |||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one line above there's another gstcefloader.cc
@@ -141,7 +140,7 @@ int main(int argc, char * argv[]) | |||
CefMainArgs args(argc, argv); | |||
#endif | |||
|
|||
#ifdef GST_CEF_USE_SANDBOX | |||
#if defined(__APPLE__) && defined(GST_CEF_USE_SANDBOX) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same change has to be made also in gstcef.cc
in two places
Hi all,
This PR fixes two issues I was made aware of today: