提交 3a625ef4 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 0b3d90a0
......@@ -1168,12 +1168,12 @@
%define CONFIG_LIBOPENCORE_AMRNB_DECODER 0
%define CONFIG_LIBOPENCORE_AMRWB_DECODER 0
%define CONFIG_LIBOPENJPEG_DECODER 0
%define CONFIG_LIBOPUS_DECODER 0
%define CONFIG_LIBOPUS_DECODER 1
%define CONFIG_LIBRSVG_DECODER 0
%define CONFIG_LIBSPEEX_DECODER 1
%define CONFIG_LIBVORBIS_DECODER 1
%define CONFIG_LIBVPX_VP8_DECODER 0
%define CONFIG_LIBVPX_VP9_DECODER 0
%define CONFIG_LIBVPX_VP8_DECODER 1
%define CONFIG_LIBVPX_VP9_DECODER 1
%define CONFIG_LIBZVBI_TELETEXT_DECODER 0
%define CONFIG_BINTEXT_DECODER 1
%define CONFIG_XBIN_DECODER 1
......@@ -1268,6 +1268,8 @@
%define CONFIG_FSB_DEMUXER 1
%define CONFIG_G722_DEMUXER 1
%define CONFIG_G723_1_DEMUXER 1
%define CONFIG_G726_DEMUXER 1
%define CONFIG_G726LE_DEMUXER 1
%define CONFIG_G729_DEMUXER 1
%define CONFIG_GDV_DEMUXER 1
%define CONFIG_GENH_DEMUXER 1
......@@ -1603,6 +1605,7 @@
%define CONFIG_ADPCM_ADX_ENCODER 1
%define CONFIG_ADPCM_G722_ENCODER 1
%define CONFIG_ADPCM_G726_ENCODER 1
%define CONFIG_ADPCM_G726LE_ENCODER 1
%define CONFIG_ADPCM_IMA_QT_ENCODER 1
%define CONFIG_ADPCM_IMA_WAV_ENCODER 1
%define CONFIG_ADPCM_MS_ENCODER 1
......@@ -2129,6 +2132,8 @@
%define CONFIG_FRAMEMD5_MUXER 1
%define CONFIG_G722_MUXER 1
%define CONFIG_G723_1_MUXER 1
%define CONFIG_G726_MUXER 1
%define CONFIG_G726LE_MUXER 1
%define CONFIG_GIF_MUXER 1
%define CONFIG_GSM_MUXER 1
%define CONFIG_GXF_MUXER 1
......
......@@ -1225,12 +1225,12 @@
#define CONFIG_LIBOPENCORE_AMRNB_DECODER 0
#define CONFIG_LIBOPENCORE_AMRWB_DECODER 0
#define CONFIG_LIBOPENJPEG_DECODER 0
#define CONFIG_LIBOPUS_DECODER 0
#define CONFIG_LIBOPUS_DECODER 1
#define CONFIG_LIBRSVG_DECODER 0
#define CONFIG_LIBSPEEX_DECODER 1
#define CONFIG_LIBVORBIS_DECODER 1
#define CONFIG_LIBVPX_VP8_DECODER 0
#define CONFIG_LIBVPX_VP9_DECODER 0
#define CONFIG_LIBVPX_VP8_DECODER 1
#define CONFIG_LIBVPX_VP9_DECODER 1
#define CONFIG_LIBZVBI_TELETEXT_DECODER 0
#define CONFIG_BINTEXT_DECODER 1
#define CONFIG_XBIN_DECODER 1
......@@ -1325,6 +1325,8 @@
#define CONFIG_FSB_DEMUXER 1
#define CONFIG_G722_DEMUXER 1
#define CONFIG_G723_1_DEMUXER 1
#define CONFIG_G726_DEMUXER 1
#define CONFIG_G726LE_DEMUXER 1
#define CONFIG_G729_DEMUXER 1
#define CONFIG_GDV_DEMUXER 1
#define CONFIG_GENH_DEMUXER 1
......@@ -1660,6 +1662,7 @@
#define CONFIG_ADPCM_ADX_ENCODER 1
#define CONFIG_ADPCM_G722_ENCODER 1
#define CONFIG_ADPCM_G726_ENCODER 1
#define CONFIG_ADPCM_G726LE_ENCODER 1
#define CONFIG_ADPCM_IMA_QT_ENCODER 1
#define CONFIG_ADPCM_IMA_WAV_ENCODER 1
#define CONFIG_ADPCM_MS_ENCODER 1
......@@ -2207,6 +2210,8 @@
#define CONFIG_FRAMEMD5_MUXER 1
#define CONFIG_G722_MUXER 1
#define CONFIG_G723_1_MUXER 1
#define CONFIG_G726_MUXER 1
#define CONFIG_G726LE_MUXER 1
#define CONFIG_GIF_MUXER 1
#define CONFIG_GSM_MUXER 1
#define CONFIG_GXF_MUXER 1
......

Microsoft Visual Studio Solution File, Format Version 12.00
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
MinimumVisualStudioVersion = 12.0.30501.0
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libavcodec", "libavcodec.vcxproj", "{B4824EFF-C340-425D-A4A8-E2E02A71A7AE}"
ProjectSection(ProjectDependencies) = postProject
{CE6C44DD-6E38-4293-8AB3-04EE28CCA972} = {CE6C44DD-6E38-4293-8AB3-04EE28CCA972}
......
......@@ -144,25 +144,21 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
<IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\ffmpeg\</IntDir>
<LinkIncremental>false</LinkIncremental>
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\ffmpeg\</IntDir>
<OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
<LinkIncremental>false</LinkIncremental>
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
<OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
<IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\ffmpeg\</IntDir>
<LinkIncremental>false</LinkIncremental>
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
<IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\ffmpeg\</IntDir>
<OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
<LinkIncremental>false</LinkIncremental>
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
......@@ -199,6 +195,7 @@
<AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<FloatingPointModel>Precise</FloatingPointModel>
<MinimalRebuild>false</MinimalRebuild>
<DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
......@@ -216,8 +213,8 @@
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -246,11 +243,11 @@ del ..\libavutil\ffversion.h
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<OmitFramePointers>false</OmitFramePointers>
<AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
<AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<FloatingPointModel>Precise</FloatingPointModel>
<MinimalRebuild>false</MinimalRebuild>
<DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
......@@ -267,8 +264,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -302,6 +299,7 @@ del ..\libavutil\ffversion.h
<AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<FloatingPointModel>Precise</FloatingPointModel>
<MinimalRebuild>false</MinimalRebuild>
<DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
......@@ -319,8 +317,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -349,11 +347,11 @@ del ..\libavutil\ffversion.h
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<OmitFramePointers>false</OmitFramePointers>
<AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
<AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<FloatingPointModel>Precise</FloatingPointModel>
<MinimalRebuild>false</MinimalRebuild>
<DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<MinimumRequiredVersion>6.0</MinimumRequiredVersion>
</ClCompile>
......@@ -370,8 +368,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -399,12 +397,10 @@ del ..\libavutil\ffversion.h
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0502;_LIB;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalIncludeDirectories>.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FloatingPointExceptions>false</FloatingPointExceptions>
<ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
......@@ -429,8 +425,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -458,12 +454,10 @@ del ..\libavutil\ffversion.h
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;_LIB;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalIncludeDirectories>.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FloatingPointExceptions>false</FloatingPointExceptions>
<ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
......@@ -487,8 +481,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -515,12 +509,10 @@ del ..\libavutil\ffversion.h
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0502;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalIncludeDirectories>.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FloatingPointExceptions>false</FloatingPointExceptions>
<ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<FunctionLevelLinking>true</FunctionLevelLinking>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
......@@ -546,8 +538,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -574,12 +566,10 @@ del ..\libavutil\ffversion.h
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalIncludeDirectories>.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FloatingPointExceptions>false</FloatingPointExceptions>
<ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<FunctionLevelLinking>true</FunctionLevelLinking>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
......@@ -604,8 +594,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......

Microsoft Visual Studio Solution File, Format Version 12.00
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
MinimumVisualStudioVersion = 12.0.30501.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{0823582D-5403-47DA-A2A0-D479D4DED7A3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libiconv", "..\..\libiconv\SMP\libiconv.vcxproj", "{CB8BB76F-D3FF-434E-A85E-7FFC0893EC9B}"
......
......@@ -139,25 +139,21 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
<IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\ffplay\</IntDir>
<LinkIncremental>false</LinkIncremental>
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\ffplay\</IntDir>
<OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
<LinkIncremental>false</LinkIncremental>
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
<OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
<IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\ffplay\</IntDir>
<LinkIncremental>false</LinkIncremental>
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
<IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\ffplay\</IntDir>
<OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
<LinkIncremental>false</LinkIncremental>
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
......@@ -194,6 +190,7 @@
<AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<FloatingPointModel>Precise</FloatingPointModel>
<MinimalRebuild>false</MinimalRebuild>
<DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
......@@ -211,8 +208,8 @@
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -241,11 +238,11 @@ del ..\libavutil\ffversion.h
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<OmitFramePointers>false</OmitFramePointers>
<AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
<AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<FloatingPointModel>Precise</FloatingPointModel>
<MinimalRebuild>false</MinimalRebuild>
<DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
......@@ -262,8 +259,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -297,6 +294,7 @@ del ..\libavutil\ffversion.h
<AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<FloatingPointModel>Precise</FloatingPointModel>
<MinimalRebuild>false</MinimalRebuild>
<DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
......@@ -314,8 +312,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -344,11 +342,11 @@ del ..\libavutil\ffversion.h
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<OmitFramePointers>false</OmitFramePointers>
<AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
<AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<FloatingPointModel>Precise</FloatingPointModel>
<MinimalRebuild>false</MinimalRebuild>
<DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<MinimumRequiredVersion>6.0</MinimumRequiredVersion>
</ClCompile>
......@@ -365,8 +363,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -394,12 +392,10 @@ del ..\libavutil\ffversion.h
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0502;_LIB;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalIncludeDirectories>$(OutDir)\include\SDL;$(ProjectDir)\..\..\prebuilt\include\SDL;.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FloatingPointExceptions>false</FloatingPointExceptions>
<ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
......@@ -424,8 +420,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -453,12 +449,10 @@ del ..\libavutil\ffversion.h
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;_LIB;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalIncludeDirectories>$(OutDir)\include\SDL;$(ProjectDir)\..\..\prebuilt\include\SDL;.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FloatingPointExceptions>false</FloatingPointExceptions>
<ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
......@@ -482,8 +476,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -510,12 +504,10 @@ del ..\libavutil\ffversion.h
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0502;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalIncludeDirectories>$(OutDir)\include\SDL;$(ProjectDir)\..\..\prebuilt\include\SDL;.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FloatingPointExceptions>false</FloatingPointExceptions>
<ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<FunctionLevelLinking>true</FunctionLevelLinking>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
......@@ -541,8 +533,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -569,12 +561,10 @@ del ..\libavutil\ffversion.h
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalIncludeDirectories>$(OutDir)\include\SDL;$(ProjectDir)\..\..\prebuilt\include\SDL;.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FloatingPointExceptions>false</FloatingPointExceptions>
<ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<FunctionLevelLinking>true</FunctionLevelLinking>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
......@@ -599,8 +589,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......
......@@ -139,25 +139,21 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
<IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\ffprobe\</IntDir>
<LinkIncremental>false</LinkIncremental>
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\ffprobe\</IntDir>
<OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
<LinkIncremental>false</LinkIncremental>
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
<OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
<IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\ffprobe\</IntDir>
<LinkIncremental>false</LinkIncremental>
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x86\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
<IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\ffprobe\</IntDir>
<OutDir>$(ProjectDir)..\..\..\msvc\</OutDir>
<LinkIncremental>false</LinkIncremental>
<LocalDebuggerWorkingDirectory>$(OutDir)\bin\x64\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
......@@ -194,6 +190,7 @@
<AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<FloatingPointModel>Precise</FloatingPointModel>
<MinimalRebuild>false</MinimalRebuild>
<DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
......@@ -211,8 +208,8 @@
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -241,11 +238,11 @@ del ..\libavutil\ffversion.h
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<OmitFramePointers>false</OmitFramePointers>
<AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
<AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<FloatingPointModel>Precise</FloatingPointModel>
<MinimalRebuild>false</MinimalRebuild>
<DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
......@@ -262,8 +259,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -297,6 +294,7 @@ del ..\libavutil\ffversion.h
<AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<FloatingPointModel>Precise</FloatingPointModel>
<MinimalRebuild>false</MinimalRebuild>
<DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
......@@ -314,8 +312,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -344,11 +342,11 @@ del ..\libavutil\ffversion.h
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<OmitFramePointers>false</OmitFramePointers>
<AdditionalOptions Condition="$([System.String]::Copy($(PlatformToolset)).Contains('Intel'))">/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
<AdditionalOptions Condition="'$(AdditionalOptions)' == '' and '$(VisualStudioVersion)' != '12.0'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<FloatingPointModel>Precise</FloatingPointModel>
<MinimalRebuild>false</MinimalRebuild>
<DisableSpecificWarnings>4244;4267;4018;4146;4028;4996;4090;4114;4308;4305;4005;4101;4554;4307;4273;4133;4544;4334;4293;4047;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<MinimumRequiredVersion>6.0</MinimumRequiredVersion>
</ClCompile>
......@@ -365,8 +363,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -394,12 +392,10 @@ del ..\libavutil\ffversion.h
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0502;_LIB;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalIncludeDirectories>.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FloatingPointExceptions>false</FloatingPointExceptions>
<ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
......@@ -424,8 +420,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -453,12 +449,10 @@ del ..\libavutil\ffversion.h
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;_LIB;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalIncludeDirectories>.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FloatingPointExceptions>false</FloatingPointExceptions>
<ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
......@@ -482,8 +476,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -510,12 +504,10 @@ del ..\libavutil\ffversion.h
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0502;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalIncludeDirectories>.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FloatingPointExceptions>false</FloatingPointExceptions>
<ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<FunctionLevelLinking>true</FunctionLevelLinking>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
......@@ -541,8 +533,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......@@ -569,12 +561,10 @@ del ..\libavutil\ffversion.h
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0600;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<C99Support>true</C99Support>
<EnableAnsiAliasing Condition="'$(PlatformToolset)'!='Intel C++ Compiler XE 13.0'">true</EnableAnsiAliasing>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalIncludeDirectories>.\;..\;$(OutDir)\include;$(ProjectDir)\..\..\prebuilt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FloatingPointExceptions>false</FloatingPointExceptions>
<ForcedIncludeFiles>compat.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<FunctionLevelLinking>true</FunctionLevelLinking>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
......@@ -599,8 +589,8 @@ del ..\libavutil\ffversion.h
</Link>
<PostBuildEvent>
<Command>
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
mkdir "$(OutDir)"\licenses
copy ..\COPYING.GPLv3 "$(OutDir)"\licenses\ffmpeg.txt</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if exist ..\config.h (
......
此差异已折叠。
......@@ -2340,12 +2340,15 @@
<ClCompile Include="..\libavcodec\libmp3lame.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\libopusenc.c">
<ClCompile Include="..\libavcodec\libopusdec.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\libopus.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\libopusenc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\libspeexdec.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -2361,6 +2364,9 @@
<ClCompile Include="..\libavcodec\libvorbisenc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\libvpxdec.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\libvpxenc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......
......@@ -3653,13 +3653,10 @@ const AVCodec ff_libopenh264_decoder = {0};
const AVCodec ff_libopenh264_encoder = {0};
const AVCodec ff_libopenjpeg_decoder = {0};
const AVCodec ff_libopenjpeg_encoder = {0};
const AVCodec ff_libopus_decoder = {0};
const AVCodec ff_librsvg_decoder = {0};
const AVCodec ff_libshine_encoder = {0};
const AVCodec ff_libtwolame_encoder = {0};
const AVCodec ff_libvo_amrwbenc_encoder = {0};
const AVCodec ff_libvpx_vp8_decoder = {0};
const AVCodec ff_libvpx_vp9_decoder = {0};
const AVCodec ff_libwavpack_encoder = {0};
const AVCodec ff_libwebp_anim_encoder = {0};
const AVCodec ff_libwebp_encoder = {0};
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
......@@ -568,6 +568,9 @@
<ClCompile Include="..\libavformat\g723_1.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\g726.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\g729dec.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册