summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples.mk b/examples.mk
index 9e506dcd4..22726a3d4 100644
--- a/examples.mk
+++ b/examples.mk
@@ -82,8 +82,6 @@ ifeq ($(CONFIG_LIBYUV),yes)
$(BUILD_PFX)third_party/libyuv/%.cc.o: CXXFLAGS += ${LIBYUV_CXXFLAGS}
endif
ifeq ($(CONFIG_WEBM_IO),yes)
- vpxdec.SRCS += $(LIBWEBM_COMMON_SRCS)
- vpxdec.SRCS += $(LIBWEBM_MUXER_SRCS)
vpxdec.SRCS += $(LIBWEBM_PARSER_SRCS)
vpxdec.SRCS += webmdec.cc webmdec.h
endif