Use ffmpeg for Windows Video Dumping instead of VFW

This commit is contained in:
Fog
2015-01-17 13:47:07 -05:00
parent e7f2a04699
commit 6cad635bd8
313 changed files with 260584 additions and 379 deletions

View File

@ -93,7 +93,7 @@
OutDir :)
-->
<ItemGroup>
<ExternalDlls Include="$(ExternalsDir)OpenAL\$(PlatformName)\*.dll" />
<ExternalDlls Include="$(ExternalsDir)ffmpeg\shared\bin\*.dll;$(ExternalsDir)OpenAL\$(PlatformName)\*.dll" />
</ItemGroup>
<!--Either method of running requires the runtime deps to be copied to pwd-->
<Target Name="CopyDeps"