Home | History | Annotate | Download | only in libvpx

Lines Matching refs:vpx_config

26 # Lint a pair of vpx_config.h and vpx_config.asm to make sure they match.
33 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
34 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
42 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
43 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
48 # lint_config and it does not require existence of vpx_config.asm.
51 combined_config="$(cat $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
76 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
77 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm \
123 # Generate vpx_config.asm. Do not create one for mips.
126 egrep "#define [A-Z0-9_]+ [01]" vpx_config.h \
127 | awk '{print "%define " $2 " " $3}' > vpx_config.asm
129 egrep "#define [A-Z0-9_]+ [01]" vpx_config.h \
131 | perl $BASE_DIR/$LIBVPX_SRC_DIR/build/make/ads2gas.pl > vpx_config.asm
138 cp vpx_config.* vpx_version.h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1
140 rm -rf vpx_config.* vpx_version.h