Martin Storsjö <mar...@martin.st> writes:

> ---
>  configure |    9 ++++++++-
>  1 files changed, 8 insertions(+), 1 deletions(-)
>
> diff --git a/configure b/configure
> index fab4f2b..5e76a28 100755
> --- a/configure
> +++ b/configure
> @@ -1822,7 +1822,7 @@ set_default host_cc
>  
>  exesuf() {
>      case $1 in
> -        mingw32*|cygwin*|*-dos|freedos|opendos|os/2*) echo .exe ;;
> +        mingw32*|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;
>      esac
>  }
>  
> @@ -2480,6 +2480,13 @@ case $target_os in
>          add_cppflags -D_QNX_SOURCE
>          network_extralibs="-lsocket"
>          ;;
> +    symbian)
> +        SLIBSUF=".dll"
> +        enable dos_paths
> +        # This include flag is added here instead of in extra_cflags,
> +        # since it mustn't end up in asflags

I don't think that comment is necessary.

> +        add_cflags --include=$sysinclude/gcce/gcce.h
> +        ;;
>      none)
>          ;;
>      *)
> -- 

OK

Obvious question: can we run fate on that?

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to