diff options
author | Luca Abeni <lucabe72@email.it> | 2007-08-24 07:13:34 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2007-08-24 07:13:34 +0000 |
commit | 98561024ac791d9aa5caee0700f9cb55188fa266 (patch) | |
tree | 6cb7883d9db8397d9bde952dab6df360f472b9a8 /libavformat/Makefile | |
parent | b75c8d16e7d81010fe9c01c8b24d6d5da1a35a7a (diff) | |
download | ffmpeg-98561024ac791d9aa5caee0700f9cb55188fa266.tar.gz |
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)
Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 794d2126e2..8accc8a220 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -119,7 +119,7 @@ OBJS-$(CONFIG_RM_DEMUXER) += rmdec.o OBJS-$(CONFIG_RM_MUXER) += rmenc.o OBJS-$(CONFIG_ROQ_DEMUXER) += idroq.o OBJS-$(CONFIG_ROQ_MUXER) += raw.o -OBJS-$(CONFIG_RTP_MUXER) += rtp.o rtp_h264.o +OBJS-$(CONFIG_RTP_MUXER) += rtp.o rtp_h264.o rtp_mpv.o OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o |