diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-04 08:22:32 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 12:09:20 +0200 |
commit | 2a7f885fe1cfaaefe35252d68366d0d5709cd745 (patch) | |
tree | 9a69386c944a5242ff63f1a5992ca09af3cbc84d /libavformat/Makefile | |
parent | 89388a953a51abd61efeb1d10f621d2ce408e44e (diff) | |
download | ffmpeg-2a7f885fe1cfaaefe35252d68366d0d5709cd745.tar.gz |
lavf: add libquvi demuxer.
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 bc6ea16b60..470e7f34e8 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -405,6 +405,7 @@ OBJS-$(CONFIG_YUV4MPEGPIPE_DEMUXER) += yuv4mpeg.o OBJS-$(CONFIG_LIBMODPLUG_DEMUXER) += libmodplug.o OBJS-$(CONFIG_LIBNUT_DEMUXER) += libnut.o OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o +OBJS-$(CONFIG_LIBQUVI_DEMUXER) += libquvi.o OBJS-$(CONFIG_LIBRTMP) += librtmp.o # protocols I/O |