From d779db015e45de223ff533649d2a16319da713e0 Mon Sep 17 00:00:00 2001 From: saintdev Date: Sat, 14 Jul 2007 02:24:41 +0000 Subject: Matroska muxer! -Chapters don't work in VLC. I'll need to update the library to work-around this. Most other players should pick them up, however. -PAR, check. -x264 b-frames, check. -Multi-track audio, check. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@680 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb/Jamfile') diff --git a/libhb/Jamfile b/libhb/Jamfile index f3014518a..ce04831df 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 ; +muxavi.c enclame.c muxogm.c encvorbis.c dvd.c muxmkv.c ; Library libhb : $(LIBHB_SRC) ; -- cgit v1.2.3