[FFmpeg-cvslog] lavf: rename oma.c -> omadec.c
Anton Khirnov
git at videolan.org
Mon Dec 19 03:18:28 CET 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Dec 17 15:00:04 2011 +0100| [08f7af0c379d9eaa931a93e6e733879237be054d] | committer: Anton Khirnov
lavf: rename oma.c -> omadec.c
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=08f7af0c379d9eaa931a93e6e733879237be054d
---
libavformat/Makefile | 2 +-
libavformat/{oma.c => omadec.c} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index ea28290..fe59723 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -178,7 +178,7 @@ OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \
vorbiscomment.o
OBJS-$(CONFIG_OGG_MUXER) += oggenc.o \
vorbiscomment.o
-OBJS-$(CONFIG_OMA_DEMUXER) += oma.o pcm.o
+OBJS-$(CONFIG_OMA_DEMUXER) += omadec.o pcm.o
OBJS-$(CONFIG_PCM_ALAW_DEMUXER) += pcmdec.o pcm.o rawdec.o
OBJS-$(CONFIG_PCM_ALAW_MUXER) += pcmenc.o rawenc.o
OBJS-$(CONFIG_PCM_F32BE_DEMUXER) += pcmdec.o pcm.o rawdec.o
diff --git a/libavformat/oma.c b/libavformat/omadec.c
similarity index 100%
rename from libavformat/oma.c
rename to libavformat/omadec.c
More information about the ffmpeg-cvslog
mailing list