Home | History | Annotate | Download | only in libvpx
      1 # Output variables:
      2 # libvpx_config_dir_mips64
      3 # libvpx_codec_srcs_c_mips64
      4 
      5 libvpx_target := config/generic
      6 
      7 libvpx_config_dir_mips64 := $(LOCAL_PATH)/$(libvpx_target)
      8 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_mips64)/libvpx_srcs.txt))
      9 
     10 # vpx_config.c is an auto-generated file in $(libvpx_target).
     11 libvpx_codec_srcs_c_mips64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
     12     $(filter %.c, $(libvpx_codec_srcs)))) \
     13     $(libvpx_target)/vpx_config.c
     14