Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PopSlime committed Oct 13, 2022
2 parents 47962bb + 95a0dd2 commit 5a09187
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 11 additions & 0 deletions FFmpeg.AutoGen/modifications.md
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)
11 changes: 0 additions & 11 deletions FFmpeg.AutoGen/modifications.txt

This file was deleted.

0 comments on commit 5a09187

Please sign in to comment.