提交 f4fab857 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 1df11903
......@@ -92,7 +92,7 @@
%define HAVE_MIPS32R2 0
%define HAVE_MIPS32R5 0
%define HAVE_MIPS64R6 0
%define HAVE_MIPSDSPR1 0
%define HAVE_MIPSDSP 0
%define HAVE_MIPSDSPR2 0
%define HAVE_MSA 0
%define HAVE_LOONGSON2 0
......@@ -134,7 +134,7 @@
%define HAVE_MIPS32R2_EXTERNAL 0
%define HAVE_MIPS32R5_EXTERNAL 0
%define HAVE_MIPS64R6_EXTERNAL 0
%define HAVE_MIPSDSPR1_EXTERNAL 0
%define HAVE_MIPSDSP_EXTERNAL 0
%define HAVE_MIPSDSPR2_EXTERNAL 0
%define HAVE_MSA_EXTERNAL 0
%define HAVE_LOONGSON2_EXTERNAL 0
......@@ -176,7 +176,7 @@
%define HAVE_MIPS32R2_INLINE 0
%define HAVE_MIPS32R5_INLINE 0
%define HAVE_MIPS64R6_INLINE 0
%define HAVE_MIPSDSPR1_INLINE 0
%define HAVE_MIPSDSP_INLINE 0
%define HAVE_MIPSDSPR2_INLINE 0
%define HAVE_MSA_INLINE 0
%define HAVE_LOONGSON2_INLINE 0
......@@ -1583,6 +1583,7 @@
%define CONFIG_RESAMPLE_FILTER 0
%define CONFIG_RUBBERBAND_FILTER 0
%define CONFIG_SIDECHAINCOMPRESS_FILTER 1
%define CONFIG_SIDECHAINGATE_FILTER 1
%define CONFIG_SILENCEDETECT_FILTER 1
%define CONFIG_SILENCEREMOVE_FILTER 1
%define CONFIG_STEREOTOOLS_FILTER 1
......
......@@ -118,7 +118,7 @@
#define HAVE_MIPS32R2 0
#define HAVE_MIPS32R5 0
#define HAVE_MIPS64R6 0
#define HAVE_MIPSDSPR1 0
#define HAVE_MIPSDSP 0
#define HAVE_MIPSDSPR2 0
#define HAVE_MSA 0
#define HAVE_LOONGSON2 0
......@@ -160,7 +160,7 @@
#define HAVE_MIPS32R2_EXTERNAL 0
#define HAVE_MIPS32R5_EXTERNAL 0
#define HAVE_MIPS64R6_EXTERNAL 0
#define HAVE_MIPSDSPR1_EXTERNAL 0
#define HAVE_MIPSDSP_EXTERNAL 0
#define HAVE_MIPSDSPR2_EXTERNAL 0
#define HAVE_MSA_EXTERNAL 0
#define HAVE_LOONGSON2_EXTERNAL 0
......@@ -202,7 +202,7 @@
#define HAVE_MIPS32R2_INLINE 0
#define HAVE_MIPS32R5_INLINE 0
#define HAVE_MIPS64R6_INLINE 0
#define HAVE_MIPSDSPR1_INLINE 0
#define HAVE_MIPSDSP_INLINE 0
#define HAVE_MIPSDSPR2_INLINE 0
#define HAVE_MSA_INLINE 0
#define HAVE_LOONGSON2_INLINE 0
......@@ -1633,6 +1633,7 @@
#define CONFIG_RESAMPLE_FILTER 0
#define CONFIG_RUBBERBAND_FILTER 0
#define CONFIG_SIDECHAINCOMPRESS_FILTER 1
#define CONFIG_SIDECHAINGATE_FILTER 1
#define CONFIG_SILENCEDETECT_FILTER 1
#define CONFIG_SILENCEREMOVE_FILTER 1
#define CONFIG_STEREOTOOLS_FILTER 1
......
EXPORTS
av_add_i
av_add_q
av_add_stable
av_adler32_update
......@@ -60,6 +61,7 @@ EXPORTS
av_cast5_init
av_channel_layout_extract_channel
av_chroma_location_name
av_cmp_i
av_color_primaries_name
av_color_range_name
av_color_space_name
......@@ -90,6 +92,7 @@ EXPORTS
av_display_matrix_flip
av_display_rotation_get
av_display_rotation_set
av_div_i
av_div_q
av_downmix_info_update_side_data
av_dynarray2_add
......@@ -216,6 +219,7 @@ EXPORTS
av_hmac_free
av_hmac_init
av_hmac_update
av_i2int
av_image_alloc
av_image_check_sar
av_image_check_size
......@@ -228,11 +232,13 @@ EXPORTS
av_image_fill_pointers
av_image_get_buffer_size
av_image_get_linesize
av_int2i
av_int_list_length_for_size
av_lfg_init
av_log
av_log2
av_log2_16bit
av_log2_i
av_log_default_callback
av_log_format_line
av_log_get_flags
......@@ -253,6 +259,8 @@ EXPORTS
av_md5_update
av_memcpy_backptr
av_memdup
av_mod_i
av_mul_i
av_mul_q
av_murmur3_alloc
av_murmur3_final
......@@ -360,6 +368,7 @@ EXPORTS
av_sha_final
av_sha_init
av_sha_update
av_shr_i
av_small_strptime
av_stereo3d_alloc
av_stereo3d_create_side_data
......@@ -377,6 +386,7 @@ EXPORTS
av_strstart
av_strtod
av_strtok
av_sub_i
av_sub_q
av_tea_alloc
av_tea_crypt
......
......@@ -106,6 +106,7 @@
<ClCompile Include="..\libavutil\hash.c" />
<ClCompile Include="..\libavutil\hmac.c" />
<ClCompile Include="..\libavutil\imgutils.c" />
<ClCompile Include="..\libavutil\integer.c" />
<ClCompile Include="..\libavutil\intmath.c" />
<ClCompile Include="..\libavutil\lfg.c" />
<ClCompile Include="..\libavutil\lls.c">
......
......@@ -138,6 +138,9 @@
<ClCompile Include="..\libavutil\imgutils.c">
<Filter>Source Files\libavutil</Filter>
</ClCompile>
<ClCompile Include="..\libavutil\integer.c">
<Filter>Source Files\libavutil</Filter>
</ClCompile>
<ClCompile Include="..\libavutil\intmath.c">
<Filter>Source Files\libavutil</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册