summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-07-27 16:37:56 +0000
committerjbrjake <[email protected]>2007-07-27 16:37:56 +0000
commit537a971fe4d7df1709208ec49c312821ef26fa01 (patch)
treec5fee7814733e8cf988e8b5ba40e4b3d2ecf3e9c /libhb
parentf4c75d35a93cb5595a7bd5920971627e64617395 (diff)
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
Diffstat (limited to 'libhb')
-rw-r--r--libhb/Jamfile2
1 files changed, 1 insertions, 1 deletions
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) ;