diff options
author | Daniel Verkamp <daniel@drv.nu> | 2009-05-06 21:57:20 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-05-06 21:57:20 +0000 |
commit | a1fd2bc35044e21a3f6d2211ad50dc6de6c78ff8 (patch) | |
tree | f3dca591ba9dc47c44b766093dadf7118b57462a /libavcodec/Makefile | |
parent | 89cb5cd25d2169db0f32b8542567ee62a37e2492 (diff) | |
download | ffmpeg-a1fd2bc35044e21a3f6d2211ad50dc6de6c78ff8.tar.gz |
Add 8088flex TMV video decoder.
Patch by Daniel Verkamp name at drv ... nu.
Originally committed as revision 18765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 76e85ae951..5f51435ec1 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -221,6 +221,7 @@ OBJS-$(CONFIG_THP_DECODER) += mjpegdec.o mjpeg.o OBJS-$(CONFIG_TIERTEXSEQVIDEO_DECODER) += tiertexseqv.o OBJS-$(CONFIG_TIFF_DECODER) += tiff.o lzw.o faxcompr.o OBJS-$(CONFIG_TIFF_ENCODER) += tiffenc.o rle.o lzwenc.o +OBJS-$(CONFIG_TMV_DECODER) += tmv.o cga_data.o OBJS-$(CONFIG_TRUEHD_DECODER) += mlpdec.o mlp_parser.o mlp.o mlpdsp.o OBJS-$(CONFIG_TRUEMOTION1_DECODER) += truemotion1.o OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o |