summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-19 16:16:06 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-19 17:04:41 +0200
commitc896aa984e88dc9158fd6d142e61872a021e9bdd (patch)
tree181f582489f78fdf4a2f6b2fbe54655aa6f20a85
parent6bcdfe48d0d0a4fbe012f5b983d5c8ee53af1883 (diff)
build: Drop OBJS declaration for non-existing PCM_DVD encoder
-rw-r--r--libavcodec/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index a63e2baf46..e1787dd9e7 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