提交 8f61c9cc 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 233a02ac
......@@ -1597,6 +1597,7 @@
%define CONFIG_SMARTBLUR_FILTER 1
%define CONFIG_SPLIT_FILTER 1
%define CONFIG_SPP_FILTER 1
%define CONFIG_SSIM_FILTER 1
%define CONFIG_STEREO3D_FILTER 1
%define CONFIG_SUBTITLES_FILTER 1
%define CONFIG_SUPER2XSAI_FILTER 1
......
......@@ -1644,6 +1644,7 @@
#define CONFIG_SMARTBLUR_FILTER 1
#define CONFIG_SPLIT_FILTER 1
#define CONFIG_SPP_FILTER 1
#define CONFIG_SSIM_FILTER 1
#define CONFIG_STEREO3D_FILTER 1
#define CONFIG_SUBTITLES_FILTER 1
#define CONFIG_SUPER2XSAI_FILTER 1
......
......@@ -392,6 +392,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\vf_spp.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_ssim.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_stereo3d.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_super2xsai.c">
......
......@@ -524,6 +524,9 @@
<ClCompile Include="..\libavfilter\vf_spp.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_ssim.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_stereo3d.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册