summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2012-09-07 19:30:23 +0200
committerMartin Storsjö <martin@martin.st>2012-09-09 22:22:21 +0300
commit3c19815416062536a4305a51f42c8a69ab28b3c6 (patch)
treeffbf94bb470c1aee36120c594adcf7cd2fb6fc4f /libavformat/Makefile
parentaefea4d0de614a33b12419f7cbac101e2565ca0c (diff)
rtp: Depacketization of JPEG (RFC 2435)
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 61e1fa12da..1cc7ebe5b3 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -269,6 +269,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \
rtpdec_h263_rfc2190.o \
rtpdec_h264.o \
rtpdec_ilbc.o \
+ rtpdec_jpeg.o \
rtpdec_latm.o \
rtpdec_mpeg4.o \
rtpdec_qcelp.o \