Mercurial > mplayer.hg
comparison libmpcodecs/Makefile @ 17463:b56f34ba3f2f
proper support for shared libpostproc
patch by Nico Sabbi, fixes and consistency cleanups by me
author | diego |
---|---|
date | Sun, 22 Jan 2006 18:11:35 +0000 |
parents | 2e20dd653147 |
children | ce1ba8fd57e7 |
comparison
equal
deleted
inserted
replaced
17462:18c4f5105fe6 | 17463:b56f34ba3f2f |
---|---|
137 vf_yuvcsp.c \ | 137 vf_yuvcsp.c \ |
138 vf_yuy2.c \ | 138 vf_yuy2.c \ |
139 vf_yvu9.c \ | 139 vf_yvu9.c \ |
140 vf_screenshot.c \ | 140 vf_screenshot.c \ |
141 | 141 |
142 ifeq ($(HAVE_FFPOSTPROCESS),yes) | 142 ifeq ($(CONFIG_LIBPOSTPROC),yes) |
143 VFILTER_SRCS += vf_pp.c | |
144 endif | |
145 ifeq ($(CONFIG_LIBPOSTPROC_SO),yes) | |
143 VFILTER_SRCS += vf_pp.c | 146 VFILTER_SRCS += vf_pp.c |
144 endif | 147 endif |
145 | 148 |
146 ENCODER_SRCS=ae.c \ | 149 ENCODER_SRCS=ae.c \ |
147 ae_pcm.c \ | 150 ae_pcm.c \ |