diff options
author | Juan Carlos Rodriguez <ing.juancarlosrodriguez@hotmail.com> | 2011-05-18 16:21:48 +0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-20 01:44:10 +0200 |
commit | ef409645f06368bcdcedd1b7fe19e25699ae5082 (patch) | |
tree | c411311e540aae4f4eb5cc8bae47ee48edcc519f /libavformat/Makefile | |
parent | bd61b2a1cac5fcaa9970dffe3b28c52774ea2f09 (diff) | |
download | ffmpeg-ef409645f06368bcdcedd1b7fe19e25699ae5082.tar.gz |
rtpenc: MP4A-LATM payload support
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 13fe2371bf..55f6152f8d 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -233,6 +233,7 @@ OBJS-$(CONFIG_RSO_MUXER) += rsoenc.o rso.o OBJS-$(CONFIG_RPL_DEMUXER) += rpl.o OBJS-$(CONFIG_RTP_MUXER) += rtp.o \ rtpenc_aac.o \ + rtpenc_latm.o \ rtpenc_amr.o \ rtpenc_h263.o \ rtpenc_mpv.o \ |