comparison libmpcodecs/Makefile @ 16447:b2379996cb88

screenshot filter
author henry
date Sun, 11 Sep 2005 07:25:50 +0000
parents ae5caba38b89
children 8369ff5711de
comparison
equal deleted inserted replaced
16446:c82c0d407ec9 16447:b2379996cb88
126 vf_unsharp.c \ 126 vf_unsharp.c \
127 vf_vo.c \ 127 vf_vo.c \
128 vf_yuvcsp.c \ 128 vf_yuvcsp.c \
129 vf_yuy2.c \ 129 vf_yuy2.c \
130 vf_yvu9.c \ 130 vf_yvu9.c \
131 vf_screenshot.c \
131 132
132 ifeq ($(HAVE_FFPOSTPROCESS),yes) 133 ifeq ($(HAVE_FFPOSTPROCESS),yes)
133 VFILTER_SRCS += vf_pp.c 134 VFILTER_SRCS += vf_pp.c
134 endif 135 endif
135 136