提交 50f7eda7 编写于 作者: M Matt Oliver

projects: Update for recent merge.

上级 18843deb
......@@ -1516,6 +1516,7 @@
%define CONFIG_PULLUP_FILTER 1
%define CONFIG_QP_FILTER 1
%define CONFIG_REMOVELOGO_FILTER 1
%define CONFIG_REPEATFIELDS_FILTER 1
%define CONFIG_ROTATE_FILTER 1
%define CONFIG_SAB_FILTER 1
%define CONFIG_SCALE_FILTER 1
......@@ -1696,6 +1697,7 @@
%define CONFIG_MPJPEG_MUXER 1
%define CONFIG_MXF_MUXER 1
%define CONFIG_MXF_D10_MUXER 1
%define CONFIG_MXF_OPATOM_MUXER 1
%define CONFIG_NULL_MUXER 1
%define CONFIG_NUT_MUXER 1
%define CONFIG_OGA_MUXER 1
......
......@@ -1563,6 +1563,7 @@
#define CONFIG_PULLUP_FILTER 1
#define CONFIG_QP_FILTER 1
#define CONFIG_REMOVELOGO_FILTER 1
#define CONFIG_REPEATFIELDS_FILTER 1
#define CONFIG_ROTATE_FILTER 1
#define CONFIG_SAB_FILTER 1
#define CONFIG_SCALE_FILTER 1
......@@ -1743,6 +1744,7 @@
#define CONFIG_MPJPEG_MUXER 1
#define CONFIG_MXF_MUXER 1
#define CONFIG_MXF_D10_MUXER 1
#define CONFIG_MXF_OPATOM_MUXER 1
#define CONFIG_NULL_MUXER 1
#define CONFIG_NUT_MUXER 1
#define CONFIG_OGA_MUXER 1
......
......@@ -348,6 +348,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\vf_removelogo.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_repeatfields.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_rotate.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_separatefields.c">
......
......@@ -458,6 +458,9 @@
<ClCompile Include="..\libavfilter\vf_removelogo.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_repeatfields.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_rotate.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
......@@ -87,8 +87,6 @@
</ClCompile>
<ClCompile Include="..\libavformat\sdp.c">
</ClCompile>
<ClCompile Include="..\libavformat\seek.c">
</ClCompile>
<ClCompile Include="..\libavformat\url.c">
</ClCompile>
<ClCompile Include="..\libavformat\utils.c">
......
......@@ -60,9 +60,6 @@
<ClCompile Include="..\libavformat\sdp.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\seek.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\url.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册