Skip to content

Commit

Permalink
Merge "examples.mk,vpxdec: rm libwebm muxer dependency" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jzern authored and Gerrit Code Review committed May 24, 2023
2 parents 31c0721 + b14d20b commit 47fa980
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47fa980

Please sign in to comment.