提交 78215d2e 编写于 作者: M Matt Oliver

projects: Update for recent merge.

上级 07b7cd50
......@@ -934,6 +934,7 @@
%define CONFIG_VIMA_DECODER 1
%define CONFIG_SSA_DECODER 1
%define CONFIG_ASS_DECODER 1
%define CONFIG_CCAPTION_DECODER 1
%define CONFIG_DVBSUB_DECODER 1
%define CONFIG_DVDSUB_DECODER 1
%define CONFIG_JACOSUB_DECODER 1
......
......@@ -981,6 +981,7 @@
#define CONFIG_VIMA_DECODER 1
#define CONFIG_SSA_DECODER 1
#define CONFIG_ASS_DECODER 1
#define CONFIG_CCAPTION_DECODER 1
#define CONFIG_DVBSUB_DECODER 1
#define CONFIG_DVDSUB_DECODER 1
#define CONFIG_JACOSUB_DECODER 1
......
......@@ -519,6 +519,8 @@
</ClCompile>
<ClCompile Include="..\libavcodec\cavsdata.c">
</ClCompile>
<ClCompile Include="..\libavcodec\ccaption_dec.c">
</ClCompile>
<ClCompile Include="..\libavcodec\cdgraphics.c">
</ClCompile>
<ClCompile Include="..\libavcodec\cdxl.c">
......
......@@ -779,6 +779,9 @@
<ClCompile Include="..\libavcodec\cavsdata.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\ccaption_dec.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\cdgraphics.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......
......@@ -12,6 +12,8 @@ EXPORTS
avdevice_free_list_devices
avdevice_license
avdevice_list_devices
avdevice_list_input_sources
avdevice_list_output_sinks
avdevice_register_all
avdevice_version
av_device_capabilities DATA
......
......@@ -63,6 +63,8 @@
</ClCompile>
<ClCompile Include="..\libavdevice\avdevice.c">
</ClCompile>
<ClCompile Include="..\libavdevice\utils.c">
</ClCompile>
<ClCompile Include="..\libavdevice\dshow.c">
</ClCompile>
<ClCompile Include="..\libavdevice\dshow_enummediatypes.c">
......
......@@ -24,6 +24,9 @@
<ClCompile Include="..\libavdevice\avdevice.c">
<Filter>Source Files\libavdevice</Filter>
</ClCompile>
<ClCompile Include="..\libavdevice\utils.c">
<Filter>Source Files\libavdevice</Filter>
</ClCompile>
<ClCompile Include="..\libavdevice\dshow.c">
<Filter>Source Files\libavdevice</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册