]> granicus.if.org Git - handbrake/commitdiff
Oops, fixes a typo I made in the libhb/Jamfile that broke compilation. Thanks for...
authorjbrjake <jb.rubin@gmail.com>
Fri, 27 Jul 2007 16:37:56 +0000 (16:37 +0000)
committerjbrjake <jb.rubin@gmail.com>
Fri, 27 Jul 2007 16:37:56 +0000 (16:37 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@752 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/Jamfile

index 41cc93886d77bbb2ef0c3654145164a6e58979be..9750cd019f7030b209a54cb8b8a4cb31ef392324 100644 (file)
@@ -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) ;