fixes #2285 - [BUG] VAAPI Transcoding (Does not work with certain codecs)

This commit is contained in:
Luke Pulverenti
2016-11-13 15:27:09 -05:00
parent 95341c5c96
commit 3c55747cd6
3 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="EmitMSBuildWarning" BeforeTargets="Build">
<Warning Text="Packages containing MSBuild targets and props files cannot be fully installed in projects targeting multiple frameworks. The MSBuild targets and props files have been ignored." />
</Target>
</Project>