| Index: generate_gypi.sh
|
| ===================================================================
|
| --- generate_gypi.sh (revision 261575)
|
| +++ generate_gypi.sh (working copy)
|
| @@ -262,28 +262,28 @@
|
| -o $BASE_DIR/$TEMP_DIR/libvpx.config
|
| fi
|
|
|
| - $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.sh \
|
| + $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
|
| --arch=$2 \
|
| --sym=vp8_rtcd \
|
| --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
|
| --disable-avx2 \
|
| - $BASE_DIR/$LIBVPX_SRC_DIR/vp8/common/rtcd_defs.sh \
|
| + $BASE_DIR/$LIBVPX_SRC_DIR/vp8/common/rtcd_defs.pl \
|
| > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vp8_rtcd.h
|
|
|
| - $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.sh \
|
| + $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
|
| --arch=$2 \
|
| --sym=vp9_rtcd \
|
| --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
|
| --disable-avx2 \
|
| - $BASE_DIR/$LIBVPX_SRC_DIR/vp9/common/vp9_rtcd_defs.sh \
|
| + $BASE_DIR/$LIBVPX_SRC_DIR/vp9/common/vp9_rtcd_defs.pl \
|
| > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vp9_rtcd.h
|
|
|
| - $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.sh \
|
| + $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
|
| --arch=$2 \
|
| --sym=vpx_scale_rtcd \
|
| --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
|
| --disable-avx2 \
|
| - $BASE_DIR/$LIBVPX_SRC_DIR/vpx_scale/vpx_scale_rtcd.sh \
|
| + $BASE_DIR/$LIBVPX_SRC_DIR/vpx_scale/vpx_scale_rtcd.pl \
|
| > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_scale_rtcd.h
|
|
|
| rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
|
|
|