Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-01-17 17:08:03 +0400
committerMartin Storsjö <martin@martin.st>2013-01-20 20:20:22 +0400
commita9c847c1baff09f954b12c1dcc832b4f601f6f6e (patch)
treeaf804d2e2a1c6a22dc48aeb82d09c536e14c8c8c /libavformat/Makefile
parent2326558d5277ec87ba6d607a01ec6acfc51c694c (diff)
rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer
This also adds checking of mallocs. 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 a8a7530a41..25b8157d2c 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -34,6 +34,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \
rtpdec_ilbc.o \
rtpdec_jpeg.o \
rtpdec_latm.o \
+ rtpdec_mpeg12.o \
rtpdec_mpeg4.o \
rtpdec_mpegts.o \
rtpdec_qcelp.o \