diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-12-02 18:13:56 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-12-05 13:01:22 +0000 |
commit | 880191637ff7223541cd2e4db748c6e07fee596c (patch) | |
tree | 61c054fed56241b765a11fbc066657d0687b371d /libavformat/Makefile | |
parent | 8ecf22ffb01e2fa721d7449e33ee9fb5a7937697 (diff) | |
download | ffmpeg-880191637ff7223541cd2e4db748c6e07fee596c.tar.gz |
IRCAM demuxer & muxer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 1099099a79..26ddc4ed18 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -163,6 +163,8 @@ OBJS-$(CONFIG_IMAGE2PIPE_DEMUXER) += img2dec.o img2.o OBJS-$(CONFIG_IMAGE2PIPE_MUXER) += img2enc.o img2.o OBJS-$(CONFIG_INGENIENT_DEMUXER) += ingenientdec.o rawdec.o OBJS-$(CONFIG_IPMOVIE_DEMUXER) += ipmovie.o +OBJS-$(CONFIG_IRCAM_DEMUXER) += ircamdec.o ircam.o pcm.o +OBJS-$(CONFIG_IRCAM_MUXER) += ircamenc.o ircam.o rawenc.o OBJS-$(CONFIG_ISS_DEMUXER) += iss.o OBJS-$(CONFIG_IV8_DEMUXER) += iv8.o OBJS-$(CONFIG_IVF_DEMUXER) += ivfdec.o |