Moved ffmpeg to the controller project and added ffprobe

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-18 16:47:10 -04:00
parent 59a3dcc8c1
commit 3e86104641
8 changed files with 100 additions and 64 deletions

View File

@@ -79,6 +79,13 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="FFMpeg\ffmpeg.exe" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="FFMpeg\ffprobe.exe" />
<Content Include="FFMpeg\readme.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.