diff options
author | Thomas Volkert <thomas@homer-conferencing.com> | 2015-02-15 17:20:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-15 19:35:19 +0100 |
commit | cbe508553ad17b277d4cb6f12f61aac4f52908b8 (patch) | |
tree | 12da88fe470e089de4933c8fb592a44718f48d7a /libavformat/Makefile | |
parent | df4346c541ca8e843ae1a87f8fb12f15659e79a5 (diff) | |
download | ffmpeg-cbe508553ad17b277d4cb6f12f61aac4f52908b8.tar.gz |
avformat/rtpdec: DV depacketizer (RFC 6469)
Tested with live555 RTSP server
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 95a9e2f9ba..f23e6c114a 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -32,6 +32,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 \ |