Skip to content

Commit

Permalink
projects: Update for recent upstream merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Aug 14, 2016
1 parent 767b2e0 commit 71ceba0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions SMP/config.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1610,6 +1610,7 @@
%define CONFIG_ABENCH_FILTER 1
%define CONFIG_ACOMPRESSOR_FILTER 1
%define CONFIG_ACROSSFADE_FILTER 1
%define CONFIG_ACRUSHER_FILTER 1
%define CONFIG_ADELAY_FILTER 1
%define CONFIG_AECHO_FILTER 1
%define CONFIG_AEMPHASIS_FILTER 1
Expand Down
1 change: 1 addition & 0 deletions SMP/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1660,6 +1660,7 @@
#define CONFIG_ABENCH_FILTER 1
#define CONFIG_ACOMPRESSOR_FILTER 1
#define CONFIG_ACROSSFADE_FILTER 1
#define CONFIG_ACRUSHER_FILTER 1
#define CONFIG_ADELAY_FILTER 1
#define CONFIG_AECHO_FILTER 1
#define CONFIG_AEMPHASIS_FILTER 1
Expand Down
1 change: 1 addition & 0 deletions SMP/libavfilter.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
<ClCompile Include="..\libavfilter\f_bench.c" />
<ClCompile Include="..\libavfilter\af_sidechaincompress.c" />
<ClCompile Include="..\libavfilter\af_afade.c" />
<ClCompile Include="..\libavfilter\af_acrusher.c" />
<ClCompile Include="..\libavfilter\af_adelay.c" />
<ClCompile Include="..\libavfilter\af_aecho.c" />
<ClCompile Include="..\libavfilter\af_aemphasis.c" />
Expand Down
3 changes: 3 additions & 0 deletions SMP/libavfilter.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@
<ClCompile Include="..\libavfilter\af_afade.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_acrusher.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_adelay.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
Expand Down

0 comments on commit 71ceba0

Please sign in to comment.