提交 40971cad 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 9b1a42d2
......@@ -1184,6 +1184,7 @@
%define CONFIG_ISS_DEMUXER 1
%define CONFIG_IV8_DEMUXER 1
%define CONFIG_IVF_DEMUXER 1
%define CONFIG_IVR_DEMUXER 1
%define CONFIG_JACOSUB_DEMUXER 1
%define CONFIG_JV_DEMUXER 1
%define CONFIG_LMLM4_DEMUXER 1
......
......@@ -1234,6 +1234,7 @@
#define CONFIG_ISS_DEMUXER 1
#define CONFIG_IV8_DEMUXER 1
#define CONFIG_IVF_DEMUXER 1
#define CONFIG_IVR_DEMUXER 1
#define CONFIG_JACOSUB_DEMUXER 1
#define CONFIG_JV_DEMUXER 1
#define CONFIG_LMLM4_DEMUXER 1
......
......@@ -268,6 +268,9 @@
<ClCompile Include="..\libavformat\iv8.c" />
<ClCompile Include="..\libavformat\ivfdec.c" />
<ClCompile Include="..\libavformat\ivfenc.c" />
<ClCompile Include="..\libavformat\rmdec.c" />
<ClCompile Include="..\libavformat\rm.c" />
<ClCompile Include="..\libavformat\rmsipr.c" />
<ClCompile Include="..\libavformat\jacosubdec.c" />
<ClCompile Include="..\libavformat\jacosubenc.c" />
<ClCompile Include="..\libavformat\jvdec.c" />
......@@ -282,7 +285,6 @@
<ClCompile Include="..\libavformat\m4vdec.c" />
<ClCompile Include="..\libavformat\matroskadec.c" />
<ClCompile Include="..\libavformat\matroska.c" />
<ClCompile Include="..\libavformat\rmsipr.c" />
<ClCompile Include="..\libavformat\matroskaenc.c" />
<ClCompile Include="..\libavformat\hevc.c" />
<ClCompile Include="..\libavformat\wv.c" />
......@@ -354,8 +356,6 @@
<ClCompile Include="..\libavformat\realtextdec.c" />
<ClCompile Include="..\libavformat\redspark.c" />
<ClCompile Include="..\libavformat\rl2.c" />
<ClCompile Include="..\libavformat\rmdec.c" />
<ClCompile Include="..\libavformat\rm.c" />
<ClCompile Include="..\libavformat\rmenc.c" />
<ClCompile Include="..\libavformat\idroqdec.c" />
<ClCompile Include="..\libavformat\idroqenc.c" />
......
......@@ -625,6 +625,15 @@
<ClCompile Include="..\libavformat\ivfenc.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\rmdec.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\rm.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\rmsipr.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\jacosubdec.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
......@@ -667,9 +676,6 @@
<ClCompile Include="..\libavformat\matroska.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\rmsipr.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\matroskaenc.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
......@@ -883,12 +889,6 @@
<ClCompile Include="..\libavformat\rl2.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\rmdec.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\rm.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\rmenc.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
......
......@@ -101,6 +101,7 @@ EXPORTS
av_expr_parse
av_expr_parse_and_eval
av_fast_malloc
av_fast_mallocz
av_fast_realloc
av_fifo_alloc
av_fifo_alloc_array
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册