diff options
author | Zane van Iperen <zane@zanevaniperen.com> | 2020-10-21 23:20:20 +1000 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2020-10-25 23:44:26 +1000 |
commit | 7a11cc29d6e798c1a068d799867ba1004f896dfa (patch) | |
tree | 0bd106386ba3b76c5cea2022f2ccdc975e8e63eb /libavformat/Makefile | |
parent | 40a8d438850dcc31a89762a8f13b5073f4369ceb (diff) | |
download | ffmpeg-7a11cc29d6e798c1a068d799867ba1004f896dfa.tar.gz |
avformat: add alp muxer
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 a5e8bddb87..25bb8b2c69 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -88,6 +88,7 @@ OBJS-$(CONFIG_AIFF_DEMUXER) += aiffdec.o pcm.o isom.o \ OBJS-$(CONFIG_AIFF_MUXER) += aiffenc.o id3v2enc.o OBJS-$(CONFIG_AIX_DEMUXER) += aixdec.o OBJS-$(CONFIG_ALP_DEMUXER) += alp.o +OBJS-$(CONFIG_ALP_MUXER) += alp.o OBJS-$(CONFIG_AMR_DEMUXER) += amr.o OBJS-$(CONFIG_AMR_MUXER) += amr.o rawenc.o OBJS-$(CONFIG_AMRNB_DEMUXER) += amr.o |