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

Commit

Permalink
Merge pull request #414 from DolbyIO/kubaau-patch-1
Browse files Browse the repository at this point in the history
Kubaau patch 1
  • Loading branch information
Kuba Audykowicz authored Sep 18, 2023
2 parents fdd9164 + 6ac9469 commit 7f41b8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions DolbyIO/Source/DolbyIO.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public DolbyIO(ReadOnlyTargetRules Target) : base(Target)
{
RuntimeDependencies.Add(Path.Combine(BinDir, Dll));
}
RuntimeDependencies.Add(Path.Combine(BinDir, "cac_dvdnr.dll"));
RuntimeDependencies.Add(Path.Combine(BinDir, "model.dnr"));
RuntimeDependencies.Add(Path.Combine(BinDir, "video_processor.model"));
}
Expand All @@ -70,7 +69,6 @@ public DolbyIO(ReadOnlyTargetRules Target) : base(Target)
{
RuntimeDependencies.Add(Lib);
}
RuntimeDependencies.Add(Path.Combine(LibDir, "libcac_dvdnr.dylib"));
RuntimeDependencies.Add(Path.Combine(LibDir, "libdlb_vidseg_c_api.dylib"));
RuntimeDependencies.Add(Path.Combine(LibDir, "libdvclient.dylib"));
RuntimeDependencies.Add(Path.Combine(LibDir, "libdvdnr.dylib"));
Expand Down Expand Up @@ -98,7 +96,7 @@ public DolbyIO(ReadOnlyTargetRules Target) : base(Target)
{
RuntimeDependencies.Add(Lib);
}
RuntimeDependencies.Add(Path.Combine(LibDir, "libcac_dvdnr.so"));
RuntimeDependencies.Add(Path.Combine(LibDir, "libdvdnr.so"));
RuntimeDependencies.Add(Path.Combine(LibDir, "model.dnr"));
}
else if (Target.Platform == UnrealTargetPlatform.Android)
Expand Down

0 comments on commit 7f41b8b

Please sign in to comment.