summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/Makefile8
-rw-r--r--libavformat/rtpenc_aac.c (renamed from libavformat/rtp_aac.c)0
-rw-r--r--libavformat/rtpenc_amr.c (renamed from libavformat/rtp_amr.c)0
-rw-r--r--libavformat/rtpenc_h263.c (renamed from libavformat/rtp_h263.c)0
-rw-r--r--libavformat/rtpenc_mpv.c (renamed from libavformat/rtp_mpv.c)0
5 files changed, 4 insertions, 4 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 18c3f2504d..293f9d36d0 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -201,10 +201,10 @@ OBJS-$(CONFIG_ROQ_DEMUXER) += idroq.o
OBJS-$(CONFIG_ROQ_MUXER) += raw.o
OBJS-$(CONFIG_RPL_DEMUXER) += rpl.o
OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
- rtp_aac.o \
- rtp_amr.o \
- rtp_h263.o \
- rtp_mpv.o \
+ rtpenc_aac.o \
+ rtpenc_amr.o \
+ rtpenc_h263.o \
+ rtpenc_mpv.o \
rtpenc.o \
rtpenc_h264.o \
avc.o
diff --git a/libavformat/rtp_aac.c b/libavformat/rtpenc_aac.c
index e19b28697e..e19b28697e 100644
--- a/libavformat/rtp_aac.c
+++ b/libavformat/rtpenc_aac.c
diff --git a/libavformat/rtp_amr.c b/libavformat/rtpenc_amr.c
index 367789fccd..367789fccd 100644
--- a/libavformat/rtp_amr.c
+++ b/libavformat/rtpenc_amr.c
diff --git a/libavformat/rtp_h263.c b/libavformat/rtpenc_h263.c
index 0ea492106b..0ea492106b 100644
--- a/libavformat/rtp_h263.c
+++ b/libavformat/rtpenc_h263.c
diff --git a/libavformat/rtp_mpv.c b/libavformat/rtpenc_mpv.c
index b23c8f86e8..b23c8f86e8 100644
--- a/libavformat/rtp_mpv.c
+++ b/libavformat/rtpenc_mpv.c