summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-01-17 14:34:59 +0200
committerMartin Storsjö <martin@martin.st>2013-01-20 18:17:17 +0200
commit2326558d5277ec87ba6d607a01ec6acfc51c694c (patch)
tree3417a2e59c2d6f4b67e4b959dd03011e7658d9b0 /libavformat/Makefile
parentd5bb8cc2dd91687c87a05f386694e16b2860a7f7 (diff)
downloadffmpeg-2326558d5277ec87ba6d607a01ec6acfc51c694c.tar.gz
rtpdec: Split mpegts parsing to a normal depacketizer
This gets rid of a number of special cases from the common rtpdec code. 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 111380a021..a8a7530a41 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -35,6 +35,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \
rtpdec_jpeg.o \
rtpdec_latm.o \
rtpdec_mpeg4.o \
+ rtpdec_mpegts.o \
rtpdec_qcelp.o \
rtpdec_qdm2.o \
rtpdec_qt.o \