From 5dbafeb7ba02e01d4b59b840099d94bb3ee11341 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Fri, 13 Jun 2003 14:28:45 +0000 Subject: mpeg ts demux uses DVB SI info and generates correct PTS info - added prototype mpeg ts mux Originally committed as revision 1956 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index a9b8b65..647e687 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -12,7 +12,7 @@ OBJS= utils.o cutils.o allformats.o PPOBJS= # mux and demuxes -OBJS+=mpeg.o mpegts.o ffm.o crc.o img.o raw.o rm.o \ +OBJS+=mpeg.o mpegts.o mpegtsenc.o ffm.o crc.o img.o raw.o rm.o \ avienc.o avidec.o wav.o swf.o au.o gif.o mov.o mpjpeg.o dv.o \ yuv4mpeg.o 4xm.o -- cgit v1.1