From 5a4a250000ce8735639503aac2ee29def935865d Mon Sep 17 00:00:00 2001 From: jbrjake Date: Fri, 27 Jul 2007 14:55:58 +0000 Subject: This huge patch from huevos_rancheros ports a number of video filters from mencoder to HandBrake: yadif+mcdeint, hqdn3d, pp7, and pullup+softskip+harddup. What this means is that HB now has stateless inverse telecine, temporal denoising, and motion-adaptive deinterlacing! HandBrake is growing up =) Thank you, huevos_rancheros! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@749 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb/Makefile') diff --git a/libhb/Makefile b/libhb/Makefile index 6135b1161..deba9a30b 100644 --- a/libhb/Makefile +++ b/libhb/Makefile @@ -25,7 +25,7 @@ SRCS = common.c hb.c ports.c scan.c work.c decmpeg2.c encavcodec.c \ update.c demuxmpeg.c fifo.c render.c reader.c muxcommon.c stream.c \ muxmp4.c sync.c decsub.c deca52.c decdca.c encfaac.c declpcm.c encx264.c \ decavcodec.c encxvid.c muxmkv.c muxavi.c enclame.c muxogm.c encvorbis.c \ - dvd.c ipodutil.cpp + dvd.c ipodutil.cpp deblock.c deinterlace.c denoise.c detelecine.c OTMP = $(SRCS:%.c=%.o) OBJS = $(OTMP:%.cpp=%.o) -- cgit v1.2.3