From 2e0106d686bb69faa1182dabbceb58969a93956f Mon Sep 17 00:00:00 2001 From: awk Date: Wed, 4 Jul 2007 02:14:42 +0000 Subject: Implement transport and program stream support. With these changes it's now possible to open a .ts or .mpg files and transcode to standard Handbrake Output files. This fixes Ticket #21. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@648 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb/Makefile') diff --git a/libhb/Makefile b/libhb/Makefile index 6604ec428..cf92b481a 100644 --- a/libhb/Makefile +++ b/libhb/Makefile @@ -22,7 +22,7 @@ ifeq ($(SYSTEM),Linux) endif SRCS = 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 \ + update.c demuxmpeg.c fifo.c render.c reader.c muxcommon.c stream.c \ muxmp4.c sync.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 ipodutil.cpp -- cgit v1.2.3