]> git.sesse.net Git - ffmpeg/blobdiff - tests/fate.sh
cook: use AVCodecContext.channels instead of keeping a private copy
[ffmpeg] / tests / fate.sh
index 617a726d9509b2836d74bb147bd39e815df1fb66..86e4178c50b7b3a8de23a5fc362f15feb350886a 100755 (executable)
@@ -49,6 +49,7 @@ configure()(
         ${cpu:+--cpu="$cpu"}                                            \
         ${cross_prefix:+--cross-prefix="$cross_prefix"}                 \
         ${cc:+--cc="$cc"}                                               \
+        ${ld:+--ld="$ld"}                                               \
         ${target_os:+--target-os="$target_os"}                          \
         ${sysroot:+--sysroot="$sysroot"}                                \
         ${target_exec:+--target-exec="$target_exec"}                    \
@@ -70,7 +71,7 @@ fate()(
 )
 
 clean(){
-    rm -r ${build} ${inst}
+    rm -rf ${build} ${inst}
 }
 
 report(){