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.
---
 libavcodec/Makefile                     | 2 +-
 libavcodec/{pcm-mpeg.c => pcm-bluray.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename libavcodec/{pcm-mpeg.c => pcm-bluray.c} (100%)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index abf0a38..2eba60f 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
diff --git a/libavcodec/pcm-mpeg.c b/libavcodec/pcm-bluray.c
similarity index 100%
rename from libavcodec/pcm-mpeg.c
rename to libavcodec/pcm-bluray.c
-- 
1.8.2.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to