Mercurial > mplayer.hg
diff 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 |
line wrap: on
line diff
--- a/libmpcodecs/Makefile Sun Jan 22 16:32:04 2006 +0000 +++ b/libmpcodecs/Makefile Sun Jan 22 18:11:35 2006 +0000 @@ -139,7 +139,10 @@ vf_yvu9.c \ vf_screenshot.c \ -ifeq ($(HAVE_FFPOSTPROCESS),yes) +ifeq ($(CONFIG_LIBPOSTPROC),yes) +VFILTER_SRCS += vf_pp.c +endif +ifeq ($(CONFIG_LIBPOSTPROC_SO),yes) VFILTER_SRCS += vf_pp.c endif