On 3/20/2018 6:49 AM, Diego Biurrun wrote:
> ---
> configure | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/configure b/configure
> index ce0d791c1b..dbc5759df4 100755
> --- a/configure
> +++ b/configure
> @@ -810,10 +810,10 @@ test_as(){
>
> test_x86asm(){
> log test_x86asm "$@"
> - echo "$1" > $TMPS
> - log_file $TMPS
> + echo "$1" > $TMPASM
> + log_file $TMPASM
> shift 1
> - test_cmd $x86asmexe $X86ASMFLAGS "$@" -o $TMPO $TMPS
> + test_cmd $x86asmexe $X86ASMFLAGS "$@" -o $TMPO $TMPASM
> }
>
> check_cmd(){
Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel