Skip to content

Commit 24b568e

Browse files
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
1 parent 906334a commit 24b568e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libs.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@ libvpx_srcs.txt:
214214
@echo $(CODEC_SRCS) | xargs -n1 echo | LC_ALL=C sort -u > $@
215215
CLEAN-OBJS += libvpx_srcs.txt
216216

217+
libvpxrc_srcs.txt:
218+
@echo " [CREATE] $@"
219+
@echo $(RC_RTC_SRCS) | xargs -n1 echo | LC_ALL=C sort -u > $@
220+
CLEAN-OBJS += libvpxrc_srcs.txt
221+
217222
# Assembly files that are included, but don't define symbols themselves.
218223
# Filtered out to avoid Windows build warnings.
219224
ASM_INCLUDES := \

0 commit comments

Comments
 (0)