diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 21:14:55 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 21:14:55 +0000 |
commit | c3ed4b2d38047153d992dee13b50148482aaaf6e (patch) | |
tree | fb2d4519f25ee305f656894e228508067608705d /libavformat/Makefile | |
parent | 8c51530fa1b71d11faf59f9ce7bb1cc4731becfe (diff) | |
download | ffmpeg-c3ed4b2d38047153d992dee13b50148482aaaf6e.tar.gz |
move cavsvideo demuxer to its own file
Originally committed as revision 24975 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 bafa05bbb0..a61f6b8076 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -47,7 +47,7 @@ OBJS-$(CONFIG_BFI_DEMUXER) += bfi.o OBJS-$(CONFIG_BINK_DEMUXER) += bink.o OBJS-$(CONFIG_C93_DEMUXER) += c93.o vocdec.o voc.o OBJS-$(CONFIG_CAF_DEMUXER) += cafdec.o caf.o mov.o riff.o isom.o -OBJS-$(CONFIG_CAVSVIDEO_DEMUXER) += raw.o +OBJS-$(CONFIG_CAVSVIDEO_DEMUXER) += cavsvideodec.o raw.o OBJS-$(CONFIG_CDG_DEMUXER) += cdg.o OBJS-$(CONFIG_CRC_MUXER) += crcenc.o OBJS-$(CONFIG_DAUD_DEMUXER) += daud.o |