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:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2012-09-23 18:17:41 +0400
committerMartin Storsjö <martin@martin.st>2012-09-23 22:58:41 +0400
commitcee1950bbb44acd215efd2101fb52d9605701969 (patch)
treed6562ceda1207d6d8084898c9f53ccecd3bc9d4f /libavformat/Makefile
parent71908f0838126146cbce025dd37787e1b9ca171d (diff)
rtp: Packetization of JPEG (RFC 2435)
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 53cc675324..4064965dc1 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -253,6 +253,7 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
rtpenc_amr.o \
rtpenc_h263.o \
rtpenc_h263_rfc2190.o \
+ rtpenc_jpeg.o \
rtpenc_mpv.o \
rtpenc.o \
rtpenc_h264.o \