提交 1a73a2d4 编写于 作者: M Matt Oliver

projects: Update for recent merge.

上级 110b4563
...@@ -1530,6 +1530,7 @@ ...@@ -1530,6 +1530,7 @@
%define CONFIG_SUBTITLES_FILTER 1 %define CONFIG_SUBTITLES_FILTER 1
%define CONFIG_SUPER2XSAI_FILTER 1 %define CONFIG_SUPER2XSAI_FILTER 1
%define CONFIG_SWAPUV_FILTER 1 %define CONFIG_SWAPUV_FILTER 1
%define CONFIG_TBLEND_FILTER 1
%define CONFIG_TELECINE_FILTER 1 %define CONFIG_TELECINE_FILTER 1
%define CONFIG_THUMBNAIL_FILTER 1 %define CONFIG_THUMBNAIL_FILTER 1
%define CONFIG_TILE_FILTER 1 %define CONFIG_TILE_FILTER 1
......
...@@ -1577,6 +1577,7 @@ ...@@ -1577,6 +1577,7 @@
#define CONFIG_SUBTITLES_FILTER 1 #define CONFIG_SUBTITLES_FILTER 1
#define CONFIG_SUPER2XSAI_FILTER 1 #define CONFIG_SUPER2XSAI_FILTER 1
#define CONFIG_SWAPUV_FILTER 1 #define CONFIG_SWAPUV_FILTER 1
#define CONFIG_TBLEND_FILTER 1
#define CONFIG_TELECINE_FILTER 1 #define CONFIG_TELECINE_FILTER 1
#define CONFIG_THUMBNAIL_FILTER 1 #define CONFIG_THUMBNAIL_FILTER 1
#define CONFIG_TILE_FILTER 1 #define CONFIG_TILE_FILTER 1
......
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
</ProjectConfiguration> </ProjectConfiguration>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<YASM Include="..\libavfilter\x86\vf_fspp.asm" />
<YASM Include="..\libavfilter\x86\vf_gradfun.asm" /> <YASM Include="..\libavfilter\x86\vf_gradfun.asm" />
<YASM Include="..\libavfilter\x86\vf_hqdn3d.asm" /> <YASM Include="..\libavfilter\x86\vf_hqdn3d.asm" />
<YASM Include="..\libavfilter\x86\vf_idet.asm" /> <YASM Include="..\libavfilter\x86\vf_idet.asm" />
...@@ -264,6 +265,7 @@ ...@@ -264,6 +265,7 @@
<ClCompile Include="..\libavfilter\vf_framepack.c"> <ClCompile Include="..\libavfilter\vf_framepack.c">
</ClCompile> </ClCompile>
<ClCompile Include="..\libavfilter\vf_fspp.c"> <ClCompile Include="..\libavfilter\vf_fspp.c">
<ObjectFileName>$(IntDir)\libavfilter_vf_fspp.obj</ObjectFileName>
</ClCompile> </ClCompile>
<ClCompile Include="..\libavfilter\vf_geq.c"> <ClCompile Include="..\libavfilter\vf_geq.c">
</ClCompile> </ClCompile>
...@@ -437,8 +439,7 @@ ...@@ -437,8 +439,7 @@
</ClCompile> </ClCompile>
<ClCompile Include="..\libavfilter\log2_tab.c"> <ClCompile Include="..\libavfilter\log2_tab.c">
</ClCompile> </ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_fspp.c"> <ClCompile Include="..\libavfilter\x86\vf_fspp_init.c">
<ObjectFileName>$(IntDir)\libavfilter_x86_vf_fspp.obj</ObjectFileName>
</ClCompile> </ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_gradfun_init.c"> <ClCompile Include="..\libavfilter\x86\vf_gradfun_init.c">
</ClCompile> </ClCompile>
......
...@@ -24,6 +24,9 @@ ...@@ -24,6 +24,9 @@
</Filter> </Filter>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<YASM Include="..\libavfilter\x86\vf_fspp.asm">
<Filter>Source Files\libavfilter\x86</Filter>
</YASM>
<YASM Include="..\libavfilter\x86\vf_gradfun.asm"> <YASM Include="..\libavfilter\x86\vf_gradfun.asm">
<Filter>Source Files\libavfilter\x86</Filter> <Filter>Source Files\libavfilter\x86</Filter>
</YASM> </YASM>
...@@ -593,7 +596,7 @@ ...@@ -593,7 +596,7 @@
<ClCompile Include="..\libavfilter\log2_tab.c"> <ClCompile Include="..\libavfilter\log2_tab.c">
<Filter>Source Files\libavfilter</Filter> <Filter>Source Files\libavfilter</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_fspp.c"> <ClCompile Include="..\libavfilter\x86\vf_fspp_init.c">
<Filter>Source Files\libavfilter\x86</Filter> <Filter>Source Files\libavfilter\x86</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_gradfun_init.c"> <ClCompile Include="..\libavfilter\x86\vf_gradfun_init.c">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册