diff options
author | Christian Schmidt <schmidt@digadd.de> | 2013-08-30 18:15:44 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-08-31 11:00:46 +0200 |
commit | 0d6549d8b57aaa5be8efb794154cdbe9a645910f (patch) | |
tree | 39933456a9bf918ecb323b36348f9b49643714cb /libavcodec/Makefile | |
parent | f1f728cbe4e8516205f0d760a4128c15a39c8baa (diff) | |
download | ffmpeg-0d6549d8b57aaa5be8efb794154cdbe9a645910f.tar.gz |
pcm_bluray: rename pcm-mpeg.c to pcm-bluray.c
The original idea was to collect PCM codecs that could appear in various
MPEG streams in this file. Discussion in IRC lead to the conclusion that
one codec per file would be better and stop the need for #ifdefs.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index abf0a38cb5..2eba60fe75 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -426,7 +426,7 @@ OBJS-$(CONFIG_ZMBV_ENCODER) += zmbvenc.o # (AD)PCM decoders/encoders OBJS-$(CONFIG_PCM_ALAW_DECODER) += pcm.o OBJS-$(CONFIG_PCM_ALAW_ENCODER) += pcm.o -OBJS-$(CONFIG_PCM_BLURAY_DECODER) += pcm-mpeg.o +OBJS-$(CONFIG_PCM_BLURAY_DECODER) += pcm-bluray.o OBJS-$(CONFIG_PCM_DVD_DECODER) += pcm.o OBJS-$(CONFIG_PCM_F32BE_DECODER) += pcm.o OBJS-$(CONFIG_PCM_F32BE_ENCODER) += pcm.o |