-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
When I used Fody.Costura.
lameenc32.dll import embedded resource.
But SharpAvi have to Set Location.. (My exe File With lameenc32.dll)
Plz Add this Function Next Version.
// Add ( Fody Or ILMerger Already Finished Loadlibrary )
public static void SetLameDll(string libraryName)
{
var facadeAsm = GenerateLameFacadeAssembly(libraryName);
lameFacadeType = facadeAsm.GetType(typeof(Mp3AudioEncoderLame).Namespace + ".Runtime.LameFacadeImpl");
}
// End Add
public static void SetLameDllLocation(string lameDllPath)
{
}
Thanks ^^ Mr. And Happy New Year ^^
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels