summaryrefslogtreecommitdiffstats
path: root/config.x86.mk
blob: 055a793ba4f3b2c4d281d242095f1f755a27352e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Output variables:
# libvpx_config_dir_x86
# libvpx_codec_srcs_c_x86
# libvpx_codec_srcs_asm_x86

libvpx_target := generic

libvpx_config_dir_x86 := $(LOCAL_PATH)/$(libvpx_target)
libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_x86)/libvpx_srcs.txt))

# vpx_config.c is an auto-generated file in $(libvpx_target).
libvpx_codec_srcs_c_x86 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
    $(filter %.c, $(libvpx_codec_srcs)))) \
    $(libvpx_target)/vpx_config.c

libvpx_codec_srcs_asm_x86 := $(filter %.asm.s, $(libvpx_codec_srcs))