summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorThomas Volkert <thomas@homer-conferencing.com>2015-02-21 18:35:50 +0100
committerMartin Storsjö <martin@martin.st>2015-02-22 23:01:55 +0200
commitc99915f7c74ce1249d8633cb6fd09035b8d84db7 (patch)
tree3ba03194d80b2ba1ad3a5084057bd45d5974ff6b /libavformat/Makefile
parent44dc138ed29c4dfbaf57ebc774da4c75ef113ca4 (diff)
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/Makefile1
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 \