Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Martin Finkel
LibVLCSharp
Commits
61b2f4d8
Commit
61b2f4d8
authored
Feb 19, 2019
by
Martin Finkel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Core: Add support for libvlc loading from .NET Core on macOS
parent
17260136
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
LibVLCSharp/Shared/Core.cs
LibVLCSharp/Shared/Core.cs
+5
-0
No files found.
LibVLCSharp/Shared/Core.cs
View file @
61b2f4d8
...
...
@@ -170,6 +170,11 @@ namespace LibVLCSharp.Shared
var
libvlcPath2
=
LibVLCPath
(
libvlcDirPath2
);
paths
.
Add
((
libvlccorePath2
,
libvlcPath2
));
var
libvlcPath3
=
LibVLCPath
(
Path
.
GetDirectoryName
(
typeof
(
LibVLC
).
Assembly
.
Location
));
paths
.
Add
((
string
.
Empty
,
libvlcPath3
));
return
paths
;
}
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment