From 43942e711b59861e85d8a65b4eb8ab3fcfa691bc Mon Sep 17 00:00:00 2001 From: jbrjake Date: Fri, 27 Jul 2007 16:37:56 +0000 Subject: [PATCH] Oops, fixes a typo I made in the libhb/Jamfile that broke compilation. Thanks for noticing, cvk_b. git-svn-id: svn://localhost/HandBrake/trunk@752 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhb/Jamfile b/libhb/Jamfile index 41cc9388..9750cd01 100644 --- a/libhb/Jamfile +++ b/libhb/Jamfile @@ -10,7 +10,7 @@ LIBHB_SRC = ipodutil.cpp 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 muxmp4.c sync.c stream.c decsub.c deca52.c decdca.c encfaac.c declpcm.c encx264.c decavcodec.c encxvid.c -muxavi.c enclame.c muxogm.c encvorbis.c dvd.c muxmkv.c deblock.c deinterlace.c denoise.c detelecine.c; +muxavi.c enclame.c muxogm.c encvorbis.c dvd.c muxmkv.c deblock.c deinterlace.c denoise.c detelecine.c ; Library libhb : $(LIBHB_SRC) ; -- 2.11.0