diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-06-13 14:28:45 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-06-13 14:28:45 +0000 |
commit | 5dbafeb7ba02e01d4b59b840099d94bb3ee11341 (patch) | |
tree | 66916ed481be571eddfde1245d350cc79f54d493 /libavformat/Makefile | |
parent | 39f472c3b6dd8405b33ad3c59f0b52046a393938 (diff) | |
download | ffmpeg-5dbafeb7ba02e01d4b59b840099d94bb3ee11341.tar.gz |
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
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index a9b8b65dee..647e687844 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 |