mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 12:00:06 +01:00
Rename the RTP muxer sources so that the packetisation functions are in
rtpenc_*.c files. Originally committed as revision 21284 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -201,10 +201,10 @@ OBJS-$(CONFIG_ROQ_DEMUXER) += idroq.o
|
|||||||
OBJS-$(CONFIG_ROQ_MUXER) += raw.o
|
OBJS-$(CONFIG_ROQ_MUXER) += raw.o
|
||||||
OBJS-$(CONFIG_RPL_DEMUXER) += rpl.o
|
OBJS-$(CONFIG_RPL_DEMUXER) += rpl.o
|
||||||
OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
|
OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
|
||||||
rtp_aac.o \
|
rtpenc_aac.o \
|
||||||
rtp_amr.o \
|
rtpenc_amr.o \
|
||||||
rtp_h263.o \
|
rtpenc_h263.o \
|
||||||
rtp_mpv.o \
|
rtpenc_mpv.o \
|
||||||
rtpenc.o \
|
rtpenc.o \
|
||||||
rtpenc_h264.o \
|
rtpenc_h264.o \
|
||||||
avc.o
|
avc.o
|
||||||
|
|||||||
Reference in New Issue
Block a user