summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2023-05-24 17:43:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-05-24 17:43:20 +0000
commit47fa9804b2d98e2b456329d4e0e3bee10f208c1d (patch)
tree827eab43de19f41d2a710cd2aadac6adc409b14e
parent31c07211bab90794c914e7bfd98146daefa56e18 (diff)
parentb14d20b47004e58ee4100fc10ccf0cfa8dfe4fe6 (diff)
downloadlibvpx-47fa9804b2d98e2b456329d4e0e3bee10f208c1d.tar
libvpx-47fa9804b2d98e2b456329d4e0e3bee10f208c1d.tar.gz
libvpx-47fa9804b2d98e2b456329d4e0e3bee10f208c1d.tar.bz2
libvpx-47fa9804b2d98e2b456329d4e0e3bee10f208c1d.zip
Merge "examples.mk,vpxdec: rm libwebm muxer dependency" into main
-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