diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-08-20 00:27:38 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-08-20 00:27:38 +0200 |
commit | 47818b2a675cbb2a2fe0066c0657f3169047dd4d (patch) | |
tree | cc4acc38bd49861685623fa908b4e22b72080158 /libavformat/Makefile | |
parent | 60b54e4b9fac8519bb68501b73ac0efbcce5cff0 (diff) | |
download | ffmpeg-47818b2a675cbb2a2fe0066c0657f3169047dd4d.tar.gz |
Add LOAS 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 d597c624a9..59642d7489 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -113,6 +113,7 @@ OBJS-$(CONFIG_IVF_DEMUXER) += ivfdec.o riff.o OBJS-$(CONFIG_IVF_MUXER) += ivfenc.o OBJS-$(CONFIG_JV_DEMUXER) += jvdec.o OBJS-$(CONFIG_LMLM4_DEMUXER) += lmlm4.o +OBJS-$(CONFIG_LOAS_DEMUXER) += loasdec.o OBJS-$(CONFIG_LXF_DEMUXER) += lxfdec.o OBJS-$(CONFIG_M4V_DEMUXER) += m4vdec.o rawdec.o OBJS-$(CONFIG_M4V_MUXER) += rawenc.o |