diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-09-07 19:30:23 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-09-09 22:22:21 +0300 |
commit | 3c19815416062536a4305a51f42c8a69ab28b3c6 (patch) | |
tree | ffbf94bb470c1aee36120c594adcf7cd2fb6fc4f /libavformat/Makefile | |
parent | aefea4d0de614a33b12419f7cbac101e2565ca0c (diff) | |
download | ffmpeg-3c19815416062536a4305a51f42c8a69ab28b3c6.tar.gz |
rtp: Depacketization of JPEG (RFC 2435)
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
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 \ |