-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/cryville/Cryville.Audio
- Loading branch information
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
This file states modifications to FFmpeg.AutoGen. | ||
|
||
## `Native/FunctionLoader.cs` | ||
- Line 36, 54: Added symbols `NET35` and `NETSTANDARD2_0` | ||
|
||
## `Native/LibraryLoader.cs` | ||
- Line 17: Added symbols `NET35` and `NETSTANDARD2_0` | ||
- Line 33: Removed version suffix | ||
|
||
## `FFmpeg.arrays.g.cs` | ||
- Line 60~63, 68: Commented two methods because their return type triggers a bug of Unity IL2CPP ([UUM-14015](https://issuetracker.unity3d.com/issues/function-with-a-return-type-of-void-star-causes-a-c-plus-plus-compiler-error-on-il2cpp), fixed in 2021.3.9f1, 2022.1.12f1, 2023.1.0a5) |
This file was deleted.
Oops, something went wrong.