Mercurial > libavformat.hg
diff Makefile @ 1381:d0a6c143b246 libavformat
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
| author | bcoudurier |
|---|---|
| date | Thu, 12 Oct 2006 12:02:58 +0000 |
| parents | bfcb9fa1f431 |
| children | 0fda3bce9fd9 |
line wrap: on
line diff
--- a/Makefile Thu Oct 12 01:04:32 2006 +0000 +++ b/Makefile Thu Oct 12 12:02:58 2006 +0000 @@ -130,6 +130,7 @@ OBJS-$(CONFIG_WV_DEMUXER) += wv.o OBJS-$(CONFIG_YUV4MPEGPIPE_MUXER) += yuv4mpeg.o OBJS-$(CONFIG_YUV4MPEGPIPE_DEMUXER) += yuv4mpeg.o +OBJS-$(CONFIG_TIERTEXSEQ_DEMUXER) += tiertexseq.o # image formats OBJS+= pnm.o yuv.o png.o jpeg.o gifdec.o sgi.o
