提交 8fab2c35 编写于 作者: M Matthew Oliver

projects: Update for recent generator changes.

上级 3611f981
;****** Automatically generated by SMP project_generate - do not modify! */
;******
;******* Automatically generated configuration values
;*
;* Permission is hereby granted, free of charge, to any person obtaining a copy
;* of this software and associated documentation files (the "Software"), to deal
;* in the Software without restriction, including without limitation the rights
......@@ -1814,8 +1814,8 @@
%define CONFIG_VC1_VDPAU_HWACCEL 0
%define CONFIG_VC1_MMAL_HWACCEL 0
%define CONFIG_VC1_QSV_HWACCEL 1
%define CONFIG_VP9_D3D11VA_HWACCEL 0
%define CONFIG_VP9_DXVA2_HWACCEL 0
%define CONFIG_VP9_D3D11VA_HWACCEL 1
%define CONFIG_VP9_DXVA2_HWACCEL 1
%define CONFIG_WMV3_D3D11VA_HWACCEL 1
%define CONFIG_WMV3_DXVA2_HWACCEL 1
%define CONFIG_WMV3_VAAPI_HWACCEL 0
......
/* Automatically generated by SMP project_generate - do not modify! */
/*
/** Automatically generated configuration values
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
......@@ -1864,8 +1864,18 @@
#define CONFIG_VC1_VDPAU_HWACCEL 0
#define CONFIG_VC1_MMAL_HWACCEL 0
#define CONFIG_VC1_QSV_HWACCEL 1
#define CONFIG_VP9_D3D11VA_HWACCEL 0
#define CONFIG_VP9_DXVA2_HWACCEL 0
#include <sdkddkver.h>
#if defined(NTDDI_WIN10_TH2)
# define CONFIG_VP9_D3D11VA_HWACCEL 1
#else
# define CONFIG_VP9_D3D11VA_HWACCEL 0
#endif
#include <sdkddkver.h>
#if defined(NTDDI_WIN10_TH2)
# define CONFIG_VP9_DXVA2_HWACCEL 1
#else
# define CONFIG_VP9_DXVA2_HWACCEL 0
#endif
#define CONFIG_WMV3_D3D11VA_HWACCEL 1
#define CONFIG_WMV3_DXVA2_HWACCEL 1
#define CONFIG_WMV3_VAAPI_HWACCEL 0
......
......@@ -288,8 +288,6 @@
<ClCompile Include="..\libavcodec\rv34dsp.c">
<ObjectFileName>$(IntDir)\libavcodec_rv34dsp.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavcodec\log2_tab.c" />
<ClCompile Include="..\libavcodec\reverse.c" />
<ClCompile Include="..\libavcodec\sinewin.c" />
<ClCompile Include="..\libavcodec\sinewin_fixed.c" />
<ClCompile Include="..\libavcodec\snappy.c" />
......@@ -1036,6 +1034,9 @@
<ClCompile Include="..\libavcodec\x86\snowdsp.c" />
<ClCompile Include="..\libavcodec\x86\vc1dsp_mmx.c" />
<ClCompile Include="..\libavcodec\x86\diracdsp_mmx.c" />
<ClCompile Include="libavcodec\dxva2_vp9_wrap.c" />
<ClCompile Include="libavcodec\log2_tab_wrap.c" />
<ClCompile Include="libavcodec\reverse_wrap.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\libavcodec\avcodec.h" />
......
......@@ -582,12 +582,6 @@
<ClCompile Include="..\libavcodec\rv34dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\log2_tab.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\reverse.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\sinewin.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -2658,6 +2652,15 @@
<ClCompile Include="..\libavcodec\x86\diracdsp_mmx.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
<ClCompile Include="libavcodec\dxva2_vp9_wrap.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="libavcodec\log2_tab_wrap.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="libavcodec\reverse_wrap.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\libavcodec\avcodec.h">
......
/** dxva2_vp9.c file wrapper for libavcodec
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "config.h"
#if CONFIG_VP9_D3D11VA_HWACCEL || CONFIG_VP9_DXVA2_HWACCEL
# include "../../libavcodec/dxva2_vp9.c"
#endif
\ No newline at end of file
/** log2_tab.c file wrapper for libavcodec
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "config.h"
#if CONFIG_SHARED
# include "../../libavcodec/log2_tab.c"
#endif
\ No newline at end of file
/** reverse.c file wrapper for libavcodec
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "config.h"
#if CONFIG_SHARED
# include "../../libavcodec/reverse.c"
#endif
\ No newline at end of file
......@@ -334,7 +334,6 @@
<ClCompile Include="..\libavfilter\avf_showwaves.c" />
<ClCompile Include="..\libavfilter\src_movie.c" />
<ClCompile Include="..\libavfilter\pthread.c" />
<ClCompile Include="..\libavfilter\log2_tab.c" />
<ClCompile Include="..\libavfilter\x86\vf_blend_init.c" />
<ClCompile Include="..\libavfilter\x86\vf_eq.c">
<ObjectFileName>$(IntDir)\libavfilter_x86_vf_eq.obj</ObjectFileName>
......@@ -361,6 +360,7 @@
<ClCompile Include="..\libavfilter\x86\af_volume_init.c" />
<ClCompile Include="..\libavfilter\x86\vf_w3fdif_init.c" />
<ClCompile Include="..\libavfilter\x86\vf_yadif_init.c" />
<ClCompile Include="libavfilter\log2_tab_wrap.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\libavfilter\avfilter.h" />
......
......@@ -726,9 +726,6 @@
<ClCompile Include="..\libavfilter\pthread.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\log2_tab.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_blend_init.c">
<Filter>Source Files\libavfilter\x86</Filter>
</ClCompile>
......@@ -789,6 +786,9 @@
<ClCompile Include="..\libavfilter\x86\vf_yadif_init.c">
<Filter>Source Files\libavfilter\x86</Filter>
</ClCompile>
<ClCompile Include="libavfilter\log2_tab_wrap.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\libavfilter\avfilter.h">
......
/** log2_tab.c file wrapper for libavfilter
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "config.h"
#if CONFIG_SHARED
# include "../../libavfilter/log2_tab.c"
#endif
\ No newline at end of file
......@@ -117,8 +117,6 @@
<ClCompile Include="..\libavformat\rtpdec_xiph.c" />
<ClCompile Include="..\libavformat\srtp.c" />
<ClCompile Include="..\libavformat\rtpenc_chain.c" />
<ClCompile Include="..\libavformat\log2_tab.c" />
<ClCompile Include="..\libavformat\golomb_tab.c" />
<ClCompile Include="..\libavformat\a64.c" />
<ClCompile Include="..\libavformat\rawenc.c" />
<ClCompile Include="..\libavformat\aadec.c" />
......@@ -490,6 +488,8 @@
<ClCompile Include="..\libavformat\tls.c" />
<ClCompile Include="..\libavformat\udp.c" />
<ClCompile Include="..\libavformat\file_open.c" />
<ClCompile Include="libavformat\golomb_tab_wrap.c" />
<ClCompile Include="libavformat\log2_tab_wrap.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\libavformat\avformat.h" />
......
......@@ -172,12 +172,6 @@
<ClCompile Include="..\libavformat\rtpenc_chain.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\log2_tab.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\golomb_tab.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\a64.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
......@@ -1291,6 +1285,12 @@
<ClCompile Include="..\libavformat\file_open.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="libavformat\golomb_tab_wrap.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="libavformat\log2_tab_wrap.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\libavformat\avformat.h">
......
/** golomb_tab.c file wrapper for libavformat
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "config.h"
#if CONFIG_SHARED
# include "../../libavformat/golomb_tab.c"
#endif
\ No newline at end of file
/** log2_tab.c file wrapper for libavformat
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "config.h"
#if CONFIG_SHARED
# include "../../libavformat/log2_tab.c"
#endif
\ No newline at end of file
/* Automatically generated by SMP project_generate - do not modify! */
/*
/** Automatically generated configuration values
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
......
/* Automatically generated by SMP project_generate - do not modify! */
/*
/** Automatically generated configuration values
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
......
......@@ -87,10 +87,10 @@
<ClCompile Include="..\libswresample\swresample.c" />
<ClCompile Include="..\libswresample\swresample_frame.c" />
<ClCompile Include="..\libswresample\soxr_resample.c" />
<ClCompile Include="..\libswresample\log2_tab.c" />
<ClCompile Include="..\libswresample\x86\audio_convert_init.c" />
<ClCompile Include="..\libswresample\x86\rematrix_init.c" />
<ClCompile Include="..\libswresample\x86\resample_init.c" />
<ClCompile Include="libswresample\log2_tab_wrap.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\libswresample\swresample.h" />
......
......@@ -69,9 +69,6 @@
<ClCompile Include="..\libswresample\soxr_resample.c">
<Filter>Source Files\libswresample</Filter>
</ClCompile>
<ClCompile Include="..\libswresample\log2_tab.c">
<Filter>Source Files\libswresample</Filter>
</ClCompile>
<ClCompile Include="..\libswresample\x86\audio_convert_init.c">
<Filter>Source Files\libswresample\x86</Filter>
</ClCompile>
......@@ -81,6 +78,9 @@
<ClCompile Include="..\libswresample\x86\resample_init.c">
<Filter>Source Files\libswresample\x86</Filter>
</ClCompile>
<ClCompile Include="libswresample\log2_tab_wrap.c">
<Filter>Source Files\libswresample</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\libswresample\swresample.h">
......
/** log2_tab.c file wrapper for libswresample
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "config.h"
#if CONFIG_SHARED
# include "../../libswresample/log2_tab.c"
#endif
\ No newline at end of file
......@@ -92,7 +92,6 @@
<ClCompile Include="..\libswscale\hscale.c" />
<ClCompile Include="..\libswscale\vscale.c" />
<ClCompile Include="..\libswscale\gamma.c" />
<ClCompile Include="..\libswscale\log2_tab.c" />
<ClCompile Include="..\libswscale\x86\rgb2rgb.c">
<ObjectFileName>$(IntDir)\libswscale_x86_rgb2rgb.obj</ObjectFileName>
</ClCompile>
......@@ -103,6 +102,7 @@
<ObjectFileName>$(IntDir)\libswscale_x86_yuv2rgb.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libswscale\x86\hscale_fast_bilinear_simd.c" />
<ClCompile Include="libswscale\log2_tab_wrap.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\libswscale\swscale.h" />
......
......@@ -84,9 +84,6 @@
<ClCompile Include="..\libswscale\gamma.c">
<Filter>Source Files\libswscale</Filter>
</ClCompile>
<ClCompile Include="..\libswscale\log2_tab.c">
<Filter>Source Files\libswscale</Filter>
</ClCompile>
<ClCompile Include="..\libswscale\x86\rgb2rgb.c">
<Filter>Source Files\libswscale\x86</Filter>
</ClCompile>
......@@ -99,6 +96,9 @@
<ClCompile Include="..\libswscale\x86\hscale_fast_bilinear_simd.c">
<Filter>Source Files\libswscale\x86</Filter>
</ClCompile>
<ClCompile Include="libswscale\log2_tab_wrap.c">
<Filter>Source Files\libswscale</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\libswscale\swscale.h">
......
/** log2_tab.c file wrapper for libswscale
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "config.h"
#if CONFIG_SHARED
# include "../../libswscale/log2_tab.c"
#endif
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册