From 65f186f4d08b5543a809261c0e970c00e860b22f Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 22 Jan 2006 18:11:35 +0000 Subject: proper support for shared libpostproc patch by Nico Sabbi, fixes and consistency cleanups by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17464 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libmpcodecs/Makefile') diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile index bc89a7c8cb..494d27bd34 100644 --- a/libmpcodecs/Makefile +++ b/libmpcodecs/Makefile @@ -139,7 +139,10 @@ VFILTER_SRCS=vf.c \ 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 -- cgit v1.2.3