comparison libmpcodecs/Makefile @ 18590:2fa15de8806b

Motion compensating deinterlacer note, the code could probably benefit from some finetuning / experimentation in case anyone is bored ...
author michael
date Tue, 06 Jun 2006 00:11:13 +0000
parents 8dd9503e4d19
children a80c7de8a4ba
comparison
equal deleted inserted replaced
18589:de155823ef82 18590:2fa15de8806b
155 155
156 VFILTER_LAVC_DSPUTIL_SRCS += vf_uspp.c \ 156 VFILTER_LAVC_DSPUTIL_SRCS += vf_uspp.c \
157 vf_fspp.c \ 157 vf_fspp.c \
158 vf_qp.c \ 158 vf_qp.c \
159 vf_spp.c \ 159 vf_spp.c \
160 vf_mcdeint.c \
160 161
161 ifeq ($(CONFIG_LIBPOSTPROC),yes) 162 ifeq ($(CONFIG_LIBPOSTPROC),yes)
162 VFILTER_SRCS += vf_pp.c 163 VFILTER_SRCS += vf_pp.c
163 endif 164 endif
164 ifeq ($(CONFIG_LIBPOSTPROC_SO),yes) 165 ifeq ($(CONFIG_LIBPOSTPROC_SO),yes)