Move FFmpeg runtime to frontend

This commit is contained in:
gamer147
2026-08-03 11:33:38 -04:00
parent c5d32b600f
commit d00c6074cc
7 changed files with 17 additions and 10 deletions

View File

@@ -8,6 +8,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\engine\Age.Engine\Age.Engine.csproj" />
<Compile Include="..\..\godot\FfmpegMovieNative.cs" Link="FfmpegMovieNative.cs" />
<ProjectReference Include="..\..\engine\Age.Engine.Frontend\Age.Engine.Frontend.csproj" />
</ItemGroup>
</Project>