From: jbrjake Date: Fri, 27 Jul 2007 16:37:56 +0000 (+0000) Subject: Oops, fixes a typo I made in the libhb/Jamfile that broke compilation. Thanks for... X-Git-Tag: 0.9.0~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=537a971fe4d7df1709208ec49c312821ef26fa01;p=handbrake Oops, fixes a typo I made in the libhb/Jamfile that broke compilation. Thanks for noticing, cvk_b. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@752 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/libhb/Jamfile b/libhb/Jamfile index 41cc93886..9750cd019 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) ;