This repository was archived by the owner on Sep 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ public DolbyIO(ReadOnlyTargetRules Target) : base(Target)
5454 {
5555 RuntimeDependencies . Add ( Path . Combine ( BinDir , Dll ) ) ;
5656 }
57- RuntimeDependencies . Add ( Path . Combine ( BinDir , "cac_dvdnr.dll" ) ) ;
5857 RuntimeDependencies . Add ( Path . Combine ( BinDir , "model.dnr" ) ) ;
5958 RuntimeDependencies . Add ( Path . Combine ( BinDir , "video_processor.model" ) ) ;
6059 }
@@ -70,7 +69,6 @@ public DolbyIO(ReadOnlyTargetRules Target) : base(Target)
7069 {
7170 RuntimeDependencies . Add ( Lib ) ;
7271 }
73- RuntimeDependencies . Add ( Path . Combine ( LibDir , "libcac_dvdnr.dylib" ) ) ;
7472 RuntimeDependencies . Add ( Path . Combine ( LibDir , "libdlb_vidseg_c_api.dylib" ) ) ;
7573 RuntimeDependencies . Add ( Path . Combine ( LibDir , "libdvclient.dylib" ) ) ;
7674 RuntimeDependencies . Add ( Path . Combine ( LibDir , "libdvdnr.dylib" ) ) ;
@@ -98,7 +96,7 @@ public DolbyIO(ReadOnlyTargetRules Target) : base(Target)
9896 {
9997 RuntimeDependencies . Add ( Lib ) ;
10098 }
101- RuntimeDependencies . Add ( Path . Combine ( LibDir , "libcac_dvdnr .so" ) ) ;
99+ RuntimeDependencies . Add ( Path . Combine ( LibDir , "libdvdnr .so" ) ) ;
102100 RuntimeDependencies . Add ( Path . Combine ( LibDir , "model.dnr" ) ) ;
103101 }
104102 else if ( Target . Platform == UnrealTargetPlatform . Android )
You can’t perform that action at this time.
0 commit comments