diff --git a/SMP/config.asm b/SMP/config.asm index bda1e105e4f5d58e8f545dcd19feb631be74a33e..e531125092340b1e39c9749ab17bb515582a84b5 100644 --- a/SMP/config.asm +++ b/SMP/config.asm @@ -1474,6 +1474,7 @@ %define CONFIG_APERMS_FILTER 1 %define CONFIG_APHASER_FILTER 1 %define CONFIG_ARESAMPLE_FILTER 1 +%define CONFIG_AREVERSE_FILTER 1 %define CONFIG_ASELECT_FILTER 1 %define CONFIG_ASENDCMD_FILTER 1 %define CONFIG_ASETNSAMPLES_FILTER 1 diff --git a/SMP/config.h b/SMP/config.h index 67e56572d95f0ec5d7e46b8c3e130b70ca51605a..3a63e41d4fdcb6edafefbe4129e571acafe638bf 100644 --- a/SMP/config.h +++ b/SMP/config.h @@ -1521,6 +1521,7 @@ #define CONFIG_APERMS_FILTER 1 #define CONFIG_APHASER_FILTER 1 #define CONFIG_ARESAMPLE_FILTER 1 +#define CONFIG_AREVERSE_FILTER 1 #define CONFIG_ASELECT_FILTER 1 #define CONFIG_ASENDCMD_FILTER 1 #define CONFIG_ASETNSAMPLES_FILTER 1 diff --git a/SMP/libavfilter.vcxproj b/SMP/libavfilter.vcxproj index 545f6f723b5098c88564854dc2e08ba987cd1eb1..f77b6a65fa628f86075a4dfdb63302c892dc4a7d 100644 --- a/SMP/libavfilter.vcxproj +++ b/SMP/libavfilter.vcxproj @@ -137,6 +137,8 @@ + + @@ -385,8 +387,6 @@ - - diff --git a/SMP/libavfilter.vcxproj.filters b/SMP/libavfilter.vcxproj.filters index 5e8c4584b2a7d1d498032081492e5ee95833d136..165977b56acfffc54b507bf8a338a19f33e8823c 100644 --- a/SMP/libavfilter.vcxproj.filters +++ b/SMP/libavfilter.vcxproj.filters @@ -158,6 +158,9 @@ Source Files\libavfilter + + Source Files\libavfilter + Source Files\libavfilter @@ -515,9 +518,6 @@ Source Files\libavfilter - - Source Files\libavfilter - Source Files\libavfilter