From bd7f25a1d389b79716495d2f64ed29253a88e56f Mon Sep 17 00:00:00 2001 From: Matt Oliver Date: Mon, 6 Jul 2015 01:45:39 +1000 Subject: [PATCH] projects: Update for recent upstream merge. --- SMP/config.asm | 2 ++ SMP/config.h | 2 ++ SMP/libavfilter.vcxproj | 2 ++ SMP/libavfilter.vcxproj.filters | 3 +++ 4 files changed, 9 insertions(+) diff --git a/SMP/config.asm b/SMP/config.asm index fcd83cec75..201d6d862a 100644 --- a/SMP/config.asm +++ b/SMP/config.asm @@ -1521,6 +1521,7 @@ %define CONFIG_DESHAKE_FILTER 1 %define CONFIG_DETELECINE_FILTER 1 %define CONFIG_DRAWBOX_FILTER 1 +%define CONFIG_DRAWGRAPH_FILTER 1 %define CONFIG_DRAWGRID_FILTER 1 %define CONFIG_DRAWTEXT_FILTER 1 %define CONFIG_EDGEDETECT_FILTER 1 @@ -1635,6 +1636,7 @@ %define CONFIG_SMPTEHDBARS_FILTER 1 %define CONFIG_TESTSRC_FILTER 1 %define CONFIG_NULLSINK_FILTER 1 +%define CONFIG_ADRAWGRAPH_FILTER 1 %define CONFIG_AVECTORSCOPE_FILTER 1 %define CONFIG_CONCAT_FILTER 1 %define CONFIG_SHOWCQT_FILTER 1 diff --git a/SMP/config.h b/SMP/config.h index 9df1a00ad6..49fe9b2a80 100644 --- a/SMP/config.h +++ b/SMP/config.h @@ -1568,6 +1568,7 @@ #define CONFIG_DESHAKE_FILTER 1 #define CONFIG_DETELECINE_FILTER 1 #define CONFIG_DRAWBOX_FILTER 1 +#define CONFIG_DRAWGRAPH_FILTER 1 #define CONFIG_DRAWGRID_FILTER 1 #define CONFIG_DRAWTEXT_FILTER 1 #define CONFIG_EDGEDETECT_FILTER 1 @@ -1682,6 +1683,7 @@ #define CONFIG_SMPTEHDBARS_FILTER 1 #define CONFIG_TESTSRC_FILTER 1 #define CONFIG_NULLSINK_FILTER 1 +#define CONFIG_ADRAWGRAPH_FILTER 1 #define CONFIG_AVECTORSCOPE_FILTER 1 #define CONFIG_CONCAT_FILTER 1 #define CONFIG_SHOWCQT_FILTER 1 diff --git a/SMP/libavfilter.vcxproj b/SMP/libavfilter.vcxproj index 1d1e948101..6f9285b776 100644 --- a/SMP/libavfilter.vcxproj +++ b/SMP/libavfilter.vcxproj @@ -255,6 +255,8 @@ + + diff --git a/SMP/libavfilter.vcxproj.filters b/SMP/libavfilter.vcxproj.filters index 0f1043e175..ecda510ae6 100644 --- a/SMP/libavfilter.vcxproj.filters +++ b/SMP/libavfilter.vcxproj.filters @@ -329,6 +329,9 @@ Source Files\libavfilter + + Source Files\libavfilter + Source Files\libavfilter -- GitLab