summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vf.c')
-rw-r--r--libmpcodecs/vf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c
index 9623efc6c8..7ddc92a926 100644
--- a/libmpcodecs/vf.c
+++ b/libmpcodecs/vf.c
@@ -98,6 +98,7 @@ extern vf_info_t vf_info_phase;
extern vf_info_t vf_info_divtc;
extern vf_info_t vf_info_harddup;
extern vf_info_t vf_info_softskip;
+extern vf_info_t vf_info_screenshot;
// list of available filters:
static vf_info_t* filter_list[]={
@@ -185,6 +186,9 @@ static vf_info_t* filter_list[]={
&vf_info_divtc,
&vf_info_harddup,
&vf_info_softskip,
+#ifdef HAVE_PNG
+ &vf_info_screenshot,
+#endif
NULL
};