mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Modifing the lib path and adding a start script in bash for linux systems
This commit is contained in:
parent
04beaf4c49
commit
bb505e5841
@ -9,7 +9,7 @@ namespace Kyoo.InternalAPI.TranscoderLink
|
||||
{
|
||||
public static class TranscoderAPI
|
||||
{
|
||||
private const string TranscoderPath = @"/home/anonymus-raccoon/Projects/Kyoo/transcoder/cmake-build-debug/libtranscoder.so";
|
||||
private const string TranscoderPath = "libtranscoder.so";
|
||||
|
||||
[DllImport(TranscoderPath, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern int init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user