examples.mk,vpxdec: rm libwebm muxer dependency
authorJames Zern <jzern@google.com>
Sat, 6 May 2023 22:48:58 +0000 (15:48 -0700)
committerJames Zern <jzern@google.com>
Sat, 6 May 2023 22:48:58 +0000 (15:48 -0700)
vpxdec only requires the parser.

Change-Id: I54ead453d4af400ca5c3412a3211d6d0b1383046

examples.mk

index 42886f1..9f83230 100644 (file)
@@ -81,8 +81,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