From 24b568e6fa8a7493d6f21119ced6058fd0d4dfae Mon Sep 17 00:00:00 2001 From: Andres Calderon Jaramillo Date: Wed, 16 Oct 2024 21:40:03 +0000 Subject: [PATCH] libs.mk: Expose RC_RTC_SRCS as libvpxrc_srcs.txt This allows other build systems to get a list of the source files needed to build the rate-control library. Change-Id: Id9228e024736bd7a888f8b66db06b86243cac7f7 --- libs.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs.mk b/libs.mk index 70207a4a87e..29fe7ae450f 100644 --- a/libs.mk +++ b/libs.mk @@ -214,6 +214,11 @@ libvpx_srcs.txt: @echo $(CODEC_SRCS) | xargs -n1 echo | LC_ALL=C sort -u > $@ CLEAN-OBJS += libvpx_srcs.txt +libvpxrc_srcs.txt: + @echo " [CREATE] $@" + @echo $(RC_RTC_SRCS) | xargs -n1 echo | LC_ALL=C sort -u > $@ +CLEAN-OBJS += libvpxrc_srcs.txt + # Assembly files that are included, but don't define symbols themselves. # Filtered out to avoid Windows build warnings. ASM_INCLUDES := \