blob: ed003d6a0e1dd3c8203463d85b77d874ef9677cc [file] [log] [blame]
# Output variables:
# libvpx_config_dir_x86_64
# libvpx_codec_srcs_c_x86_64
# libvpx_codec_srcs_asm_x86_64
libvpx_target := generic
libvpx_config_dir_x86_64 := $(LOCAL_PATH)/$(libvpx_target)
libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_x86_64)/libvpx_srcs.txt))
# vpx_config.c is an auto-generated file in $(libvpx_target).
libvpx_codec_srcs_c_x86_64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
$(filter %.c, $(libvpx_codec_srcs)))) \
$(libvpx_target)/vpx_config.c
libvpx_codec_srcs_asm_x86_64 := $(filter %.asm.s, $(libvpx_codec_srcs))