Use cmake instead of configure
Change-Id: I07267eb6a7ac9b96325433a7d3ff6b1d68365df3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
video=~/Dev/samples/videos/midres/BasketballDrill_832x480_50.y4m
|
||||
frames=2
|
||||
frames=60
|
||||
bitrate=800
|
||||
fps="50/1"
|
||||
wide=
|
||||
|
@@ -1,23 +1,13 @@
|
||||
#!/bin/sh
|
||||
#set -x
|
||||
|
||||
platform=x86_64-linux-gcc
|
||||
codec=--enable-av1
|
||||
libsrc=aom
|
||||
test_dir=~/Dev/nightly
|
||||
script_dir=~/Dev/sandbox/libvpx/scripts
|
||||
tool=
|
||||
|
||||
common="--disable-unit-tests --disable-docs"
|
||||
debug=
|
||||
echo "cmake ../$libsrc -DCONFIG_UNIT_TESTS=0 -DENABLE_DOCS=0"
|
||||
|
||||
#. $script_dir/disabled_list.sh
|
||||
disabled=
|
||||
|
||||
echo ../$libsrc/configure $common $debug $disabled $tool
|
||||
|
||||
../$libsrc/configure $common $debug $disabled $tool > /dev/null
|
||||
cmake ../$libsrc -DCONFIG_UNIT_TESTS=0 -DENABLE_DOCS=0 > /dev/null 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Error: configure fails!" > $test_dir/aom_error_config.txt
|
||||
echo "Error: cmake configure fails!" > $test_dir/aom_error_config.txt
|
||||
exit 1
|
||||
fi
|
||||
|
@@ -44,7 +44,7 @@ $script_path/aom_nightly_speed.sh $av1_code $pdfps $petime $speed $html_log_file
|
||||
users=luoyi
|
||||
host_name=`hostname`
|
||||
sender=luoyi
|
||||
#cc_list="--cc=yunqingwang,vpx-eng"
|
||||
cc_list="--cc=yunqingwang,vpx-eng"
|
||||
|
||||
$script_path/gen_html_footer.sh >> $log_path/$html_log_file
|
||||
|
||||
|
Reference in New Issue
Block a user