diff options
author | Robert Marston <rmarston@gmail.com> | 2008-04-14 14:31:43 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2008-04-14 14:31:43 +0000 |
commit | 861c63a21694e6a1c889c6fb8b98ff265ee4d67d (patch) | |
tree | a8ecc408c0fd1103e240bb041430064727f36679 /libavformat/Makefile | |
parent | 6f7b915a0d69ea33a6777c35f720cf31f122ed02 (diff) | |
download | ffmpeg-861c63a21694e6a1c889c6fb8b98ff265ee4d67d.tar.gz |
Maxis XA demuxer and decoder.
Patch by Robert Marston rmarston (\at/) gmail point com
Original thread: [FFmpeg-soc] [Patch] Maxis EA XA decoder - GSoC Task
Date: 04/08/2008 01:36 AM
Originally committed as revision 12817 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 236577924a..51bdea7f91 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -180,6 +180,7 @@ OBJS-$(CONFIG_WC3_DEMUXER) += wc3movie.o OBJS-$(CONFIG_WSAUD_DEMUXER) += westwood.o OBJS-$(CONFIG_WSVQA_DEMUXER) += westwood.o OBJS-$(CONFIG_WV_DEMUXER) += wv.o +OBJS-$(CONFIG_XA_DEMUXER) += xa.o OBJS-$(CONFIG_YUV4MPEGPIPE_MUXER) += yuv4mpeg.o OBJS-$(CONFIG_YUV4MPEGPIPE_DEMUXER) += yuv4mpeg.o |