Skip to content

Commit

Permalink
Cherry pick changes from master (#267)
Browse files Browse the repository at this point in the history
* Add display.h #263 (#265)

Co-authored-by: Ruslan Balanukhin <[email protected]>

* Fix codegen parameters in workflow (#262)

---------

Co-authored-by: Ruslan Balanukhin <[email protected]>
Co-authored-by: Nick Darvey <[email protected]>
  • Loading branch information
3 people committed May 5, 2023
1 parent c42ec91 commit 01ee9f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- name: Codegen Build & Test
if: matrix.os == 'windows-latest'
run: |
dotnet run -c Release -p FFmpeg.AutoGen.CppSharpUnsafeGenerator -- -i FFmpeg -o FFmpeg.AutoGen
dotnet run -c Release -p FFmpeg.AutoGen.CppSharpUnsafeGenerator -- --input FFmpeg --namespace FFmpeg.AutoGen
dotnet build FFmpeg.AutoGen
1 change: 1 addition & 0 deletions FFmpeg.AutoGen.CppSharpUnsafeGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ private static IEnumerable<ASTContext> Parse(string includesDir)
yield return p.Parse("libavutil/audio_fifo.h");
yield return p.Parse("libavutil/channel_layout.h");
yield return p.Parse("libavutil/cpu.h");
yield return p.Parse("libavutil/display.h");
yield return p.Parse("libavutil/file.h");
yield return p.Parse("libavutil/frame.h");
yield return p.Parse("libavutil/opt.h");
Expand Down

0 comments on commit 01ee9f3

Please sign in to comment.