diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-12-17 15:00:04 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-12-18 16:17:39 +0100 |
commit | 08f7af0c379d9eaa931a93e6e733879237be054d (patch) | |
tree | 78e625ad7b3aa9de27dc49ed12d86bca2f9e0044 /libavformat | |
parent | 488a5b3fddce6714cfa7ccd4a5c91cd2dd355033 (diff) | |
download | ffmpeg-08f7af0c379d9eaa931a93e6e733879237be054d.tar.gz |
lavf: rename oma.c -> omadec.c
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 2 | ||||
-rw-r--r-- | libavformat/omadec.c (renamed from libavformat/oma.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index ea28290da8..fe59723b79 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 index 1aa9a25477..1aa9a25477 100644 --- a/libavformat/oma.c +++ b/libavformat/omadec.c |