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 9627dee0be..2f7f2bba9d 100644
--- a/libmpcodecs/vf.c
+++ b/libmpcodecs/vf.c
@@ -41,6 +41,7 @@ extern vf_info_t vf_info_rotate;
extern vf_info_t vf_info_mirror;
extern vf_info_t vf_info_palette;
extern vf_info_t vf_info_lavc;
+extern vf_info_t vf_info_zrmjpeg;
extern vf_info_t vf_info_dvbscale;
extern vf_info_t vf_info_cropdetect;
extern vf_info_t vf_info_test;
@@ -111,6 +112,9 @@ static vf_info_t* filter_list[]={
&vf_info_lavc,
&vf_info_lavcdeint,
#endif
+#ifdef HAVE_ZR
+ &vf_info_zrmjpeg,
+#endif
&vf_info_dvbscale,
&vf_info_cropdetect,
&vf_info_test,