diff options
author | Thomas Volkert <thomas@homer-conferencing.com> | 2015-02-21 18:35:50 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-02-22 23:01:55 +0200 |
commit | c99915f7c74ce1249d8633cb6fd09035b8d84db7 (patch) | |
tree | 3ba03194d80b2ba1ad3a5084057bd45d5974ff6b /libavformat/Makefile | |
parent | 44dc138ed29c4dfbaf57ebc774da4c75ef113ca4 (diff) | |
download | ffmpeg-c99915f7c74ce1249d8633cb6fd09035b8d84db7.tar.gz |
rtpdec: DV depacketizer (RFC 6469)
(tested with live555 RTSP server)
Signed-off-by: Martin Storsjö <martin@martin.st>
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 1be16263f9..387926f0d2 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -31,6 +31,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \ rtpdec_ac3.o \ rtpdec_amr.o \ rtpdec_asf.o \ + rtpdec_dv.o \ rtpdec_g726.o \ rtpdec_h261.o \ rtpdec_h263.o \ |