Fix paste error in scripts/test for URL
Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
b079f12481
commit
7aaf9994e4
@ -2,7 +2,8 @@
|
||||
HOST_MEDIA=$(pwd)/media
|
||||
[ ! -e "${HOST_MEDIA}/AUD_MW_E.264" ] && {
|
||||
mkdir -p ${HOST_MEDIA}
|
||||
wget -q -O ${HOST_MEDIA}/AUD_MW_E.264 https://fate-suite.libav.org/h264-confo$
|
||||
wget -q -O ${HOST_MEDIA}/AUD_MW_E.264 \
|
||||
https://fate-suite.libav.org/h264-conformance/AUD_MW_E.264
|
||||
}
|
||||
tests=(
|
||||
"decode AUD_MW_E.264 AUD_MW.yuv"
|
||||
|
Loading…
x
Reference in New Issue
Block a user