summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-21 13:52:06 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-21 13:52:42 +0100
commit950482bf587889c507340ae5893a851be8e99fcc (patch)
tree8ab3a6cb2b895518df5a594c69144985dc0e7cc8 /libavformat/Makefile
parentc3f3c2256325532eb9ee8a44f1f43c31de79eb2f (diff)
parent2326558d5277ec87ba6d607a01ec6acfc51c694c (diff)
Merge commit '2326558d5277ec87ba6d607a01ec6acfc51c694c'
* commit '2326558d5277ec87ba6d607a01ec6acfc51c694c': rtpdec: Split mpegts parsing to a normal depacketizer rtpdec: Reorder payload handler registration alphabetically Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 2809911729..7d9f1d7ced 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -38,6 +38,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 \