提交 298840cb 编写于 作者: M Matt Oliver

projects: Update for recent merge.

上级 32bc6603
......@@ -1469,6 +1469,7 @@
%define CONFIG_FRAMEPACK_FILTER 1
%define CONFIG_FRAMESTEP_FILTER 1
%define CONFIG_FREI0R_FILTER 0
%define CONFIG_FSPP_FILTER 1
%define CONFIG_GEQ_FILTER 1
%define CONFIG_GRADFUN_FILTER 1
%define CONFIG_HALDCLUT_FILTER 1
......
......@@ -1516,6 +1516,7 @@
#define CONFIG_FRAMEPACK_FILTER 1
#define CONFIG_FRAMESTEP_FILTER 1
#define CONFIG_FREI0R_FILTER 0
#define CONFIG_FSPP_FILTER 1
#define CONFIG_GEQ_FILTER 1
#define CONFIG_GRADFUN_FILTER 1
#define CONFIG_HALDCLUT_FILTER 1
......
......@@ -263,6 +263,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\vf_framepack.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_fspp.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_geq.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_gradfun.c">
......@@ -413,8 +415,6 @@
</ClCompile>
<ClCompile Include="..\libavfilter\libmpcodecs\vf_eq.c">
</ClCompile>
<ClCompile Include="..\libavfilter\libmpcodecs\vf_fspp.c">
</ClCompile>
<ClCompile Include="..\libavfilter\libmpcodecs\vf_ilpack.c">
</ClCompile>
<ClCompile Include="..\libavfilter\libmpcodecs\vf_pp7.c">
......@@ -437,6 +437,9 @@
</ClCompile>
<ClCompile Include="..\libavfilter\log2_tab.c">
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_fspp.c">
<ObjectFileName>$(IntDir)\libavfilter_x86_vf_fspp.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_gradfun_init.c">
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_hqdn3d_init.c">
......
......@@ -341,6 +341,9 @@
<ClCompile Include="..\libavfilter\vf_framepack.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_fspp.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_geq.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......@@ -557,9 +560,6 @@
<ClCompile Include="..\libavfilter\libmpcodecs\vf_eq.c">
<Filter>Source Files\libavfilter\libmpcodecs</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\libmpcodecs\vf_fspp.c">
<Filter>Source Files\libavfilter\libmpcodecs</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\libmpcodecs\vf_ilpack.c">
<Filter>Source Files\libavfilter\libmpcodecs</Filter>
</ClCompile>
......@@ -593,6 +593,9 @@
<ClCompile Include="..\libavfilter\log2_tab.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_fspp.c">
<Filter>Source Files\libavfilter\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_gradfun_init.c">
<Filter>Source Files\libavfilter\x86</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册