summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/Makefile')
-rw-r--r--libmpcodecs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index ddeccbbb8d..76d3150d32 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -27,6 +27,10 @@ ifeq ($(FAME),yes)
VFILTER_SRCS += vf_fame.c
endif
+ifeq ($(ZORAN),yes)
+VFILTER_SRCS += vf_zrmjpeg.c
+endif
+
ifeq ($(PNG),yes)
VIDEO_SRCS += vd_mpng.c
endif