Lines Matching refs:vpx_config
36 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
37 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
44 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
45 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
72 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
73 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm \
116 egrep "#define [A-Z0-9_]+ [01]" vpx_config.h \
117 | awk '{print "%define " $2 " " $3}' > vpx_config.asm
120 egrep "#define [A-Z0-9_]+ [01]" vpx_config.h \
122 | perl $BASE_DIR/$LIBVPX_SRC_DIR/build/make/ads2gas.pl > vpx_config.asm
128 cp vpx_config.* vpx_version.h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1
130 rm -rf vpx_config.* vpx_version.h