[FFmpeg-cvslog] build: Drop OBJS declaration for non-existing PCM_DVD encoder
Diego Biurrun
git at videolan.org
Sat Oct 20 12:43:17 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Oct 19 16:16:06 2012 +0200| [c896aa984e88dc9158fd6d142e61872a021e9bdd] | committer: Diego Biurrun
build: Drop OBJS declaration for non-existing PCM_DVD encoder
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c896aa984e88dc9158fd6d142e61872a021e9bdd
---
libavcodec/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index a63e2ba..e1787dd 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -433,7 +433,6 @@ 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_DVD_DECODER) += pcm.o
-OBJS-$(CONFIG_PCM_DVD_ENCODER) += pcm.o
OBJS-$(CONFIG_PCM_F32BE_DECODER) += pcm.o
OBJS-$(CONFIG_PCM_F32BE_ENCODER) += pcm.o
OBJS-$(CONFIG_PCM_F32LE_DECODER) += pcm.o
More information about the ffmpeg-cvslog
mailing list